Get desktop application:
View/edit binary Protocol Buffers messages
Query defines the gRPC querier service.
Account returns account details based on address.
QueryAccountRequest is the request type for the Query/Account RPC method.
address defines the address to query for.
QueryAccountResponse is the response type for the Query/Account RPC method.
account defines the account of the corresponding address.
Accounts returns all the existing accounts Since: cosmos-sdk 0.43
QueryAccountsRequest is the request type for the Query/Accounts RPC method. Since: cosmos-sdk 0.43
pagination defines an optional pagination for the request.
QueryAccountsResponse is the response type for the Query/Accounts RPC method. Since: cosmos-sdk 0.43
accounts are the existing accounts
pagination defines the pagination in the response.
AddressBytesToString converts Account Address bytes to string
AddressBytesToStringRequest is the request type for AddressString rpc method
AddressBytesToStringResponse is the response type for AddressString rpc method
AddressStringToBytes converts Address string to bytes
AddressStringToBytesRequest is the request type for AccountBytes rpc method
AddressStringToBytesResponse is the response type for AddressBytes rpc method
Bech32 queries bech32Prefix
Bech32PrefixRequest is the request type for Bech32Prefix rpc method
(message has no fields)
Bech32PrefixResponse is the response type for Bech32Prefix rpc method
ModuleAccounts returns all the existing module accounts.
QueryModuleAccountsRequest is the request type for the Query/ModuleAccounts RPC method.
(message has no fields)
QueryModuleAccountsResponse is the response type for the Query/ModuleAccounts RPC method.
Params queries all parameters.
QueryParamsRequest is the request type for the Query/Params RPC method.
(message has no fields)
QueryParamsResponse is the response type for the Query/Params RPC method.
params defines the parameters of the module.
BaseAccount defines a base account type. It contains all the necessary fields for basic account functionality. Any custom account type should extend this type for additional functionality (e.g. vesting).
Used in: ,
GenesisState defines the auth module's genesis state.
params defines all the paramaters of the module.
accounts are the accounts present at genesis.
ModuleAccount defines an account for modules that holds coins on a pool.
Params defines the parameters for the auth module.
Used in: ,