Module auth

Modules§

msg_client
Generated client implementations.
msg_server
Generated server implementations.
query_client
Generated client implementations.
query_server
Generated server implementations.

Structs§

AddressBytesToStringRequest
AddressBytesToStringRequest is the request type for AddressString rpc method.
AddressBytesToStringResponse
AddressBytesToStringResponse is the response type for AddressString rpc method.
AddressStringToBytesRequest
AddressStringToBytesRequest is the request type for AccountBytes rpc method.
AddressStringToBytesResponse
AddressStringToBytesResponse is the response type for AddressBytes rpc method.
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).
Bech32PrefixRequest
Bech32PrefixRequest is the request type for Bech32Prefix rpc method.
Bech32PrefixResponse
Bech32PrefixResponse is the response type for Bech32Prefix rpc method.
GenesisState
GenesisState defines the auth module’s genesis state.
ModuleAccount
ModuleAccount defines an account for modules that holds coins on a pool.
ModuleCredential
ModuleCredential represents a unclaimable pubkey for base accounts controlled by modules.
MsgUpdateParams
MsgUpdateParams is the Msg/UpdateParams request type.
MsgUpdateParamsResponse
MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.
Params
Params defines the parameters for the auth module.
QueryAccountAddressByIdRequest
QueryAccountAddressByIDRequest is the request type for AccountAddressByID rpc method
QueryAccountAddressByIdResponse
QueryAccountAddressByIDResponse is the response type for AccountAddressByID rpc method
QueryAccountInfoRequest
QueryAccountInfoRequest is the Query/AccountInfo request type.
QueryAccountInfoResponse
QueryAccountInfoResponse is the Query/AccountInfo response type.
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.
QueryModuleAccountByNameRequest
QueryModuleAccountByNameRequest is the request type for the Query/ModuleAccountByName RPC method.
QueryModuleAccountByNameResponse
QueryModuleAccountByNameResponse is the response type for the Query/ModuleAccountByName RPC method.
QueryModuleAccountsRequest
QueryModuleAccountsRequest is the request type for the Query/ModuleAccounts RPC method.
QueryModuleAccountsResponse
QueryModuleAccountsResponse is the response type for the Query/ModuleAccounts 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.