Variables
QueryAccountRequest
QueryAccountRequest: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
Parameters
-
object: { address?: string }
-
Optional address?: string
-
toJSON: function
-
Parameters
Returns unknown
QueryAccountResponse
QueryAccountResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { account?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } }): QueryAccountResponse
-
Parameters
-
object: { account?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } }
-
Optional account?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; }
-
toJSON: function
-
Parameters
Returns unknown
QueryParamsRequest
QueryParamsRequest: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
toJSON: function
-
Parameters
Returns unknown
QueryParamsResponse
QueryParamsResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { params?: { maxMemoCharacters?: number | undefined; txSigLimit?: number | undefined; txSizeCostPerByte?: number | undefined; sigVerifyCostEd25519?: number | undefined; sigVerifyCostSecp256k1?: number | undefined; } }): QueryParamsResponse
-
Parameters
-
object: { params?: { maxMemoCharacters?: number | undefined; txSigLimit?: number | undefined; txSizeCostPerByte?: number | undefined; sigVerifyCostEd25519?: number | undefined; sigVerifyCostSecp256k1?: number | undefined; } }
-
Optional params?: { maxMemoCharacters?: number | undefined; txSigLimit?: number | undefined; txSizeCostPerByte?: number | undefined; sigVerifyCostEd25519?: number | undefined; sigVerifyCostSecp256k1?: number | undefined; }
-
toJSON: function
-
Parameters
Returns unknown
Const protobufPackage
protobufPackage: "cosmos.auth.v1beta1" = 'cosmos.auth.v1beta1'
address defines the address to query for.