Module boot_core::cosmos_modules::auth
Modules
Generated client implementations.
Generated server implementations.
Structs
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).
GenesisState defines the auth module’s genesis state.
ModuleAccount defines an account for modules that holds coins on a pool.
Params defines the parameters for the auth module.
QueryAccountRequest is the request type for the Query/Account RPC method.
QueryAccountResponse is the response type for the Query/Account RPC method.
QueryAccountsRequest is the request type for the Query/Accounts RPC method.
QueryAccountsResponse is the response type for the Query/Accounts RPC method.
QueryParamsRequest is the request type for the Query/Params RPC method.
QueryParamsResponse is the response type for the Query/Params RPC method.