Get desktop application:
View/edit binary Protocol Buffers messages
Query defines the gRPC querier service.
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.
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.
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.
ModuleAccountByName returns the module account info by module name
QueryModuleAccountByNameRequest is the request type for the Query/ModuleAccountByName RPC method.
QueryModuleAccountByNameResponse is the response type for the Query/ModuleAccountByName RPC method.
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:
,