Module auth Copy item path Source query_client Generated client implementations. BaseAccount 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 GenesisState defines the auth module’s genesis state. ModuleAccount ModuleAccount defines an account for modules that holds coins on a pool. Params Params defines the parameters for the auth module. QueryAccountRequest QueryAccountRequest is the request type for the Query/Account RPC method. QueryAccountResponse QueryAccountResponse is the response type for the Query/Account RPC method. QueryAccountsRequest QueryAccountsRequest is the request type for the Query/Accounts RPC method. QueryAccountsResponse QueryAccountsResponse is the response type for the Query/Accounts RPC method. QueryParamsRequest QueryParamsRequest is the request type for the Query/Params RPC method. QueryParamsResponse QueryParamsResponse is the response type for the Query/Params RPC method.