Options
All
  • Public
  • Public/Protected
  • All
Menu

Module lib/proto/cosmos/slashing/v1beta1/query

Index

Type aliases

DeepPartial

DeepPartial<T>: T extends Builtin ? T : T extends infer U[] ? DeepPartial<U>[] : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {[ K in keyof T]: DeepPartial<T[K]> } : Partial<T>

Type parameters

  • T

Variables

QueryParamsRequest

QueryParamsRequest: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

QueryParamsResponse

QueryParamsResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

QuerySigningInfoRequest

QuerySigningInfoRequest: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

QuerySigningInfoResponse

QuerySigningInfoResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

QuerySigningInfosRequest

QuerySigningInfosRequest: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

QuerySigningInfosResponse

QuerySigningInfosResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

Const protobufPackage

protobufPackage: "cosmos.slashing.v1beta1" = 'cosmos.slashing.v1beta1'

Generated using TypeDoc