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.
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:
ModuleAccount defines an account for modules that holds coins on a pool.
Params defines the parameters for the auth module.
Used in: