Module auth
Modules§
- msg_
client - Generated client implementations.
- msg_
server - Generated server implementations.
- query_
client - Generated client implementations.
- query_
server - Generated server implementations.
Structs§
- Address
Bytes ToString Request - AddressBytesToStringRequest is the request type for AddressString rpc method.
- Address
Bytes ToString Response - AddressBytesToStringResponse is the response type for AddressString rpc method.
- Address
String ToBytes Request - AddressStringToBytesRequest is the request type for AccountBytes rpc method.
- Address
String ToBytes Response - AddressStringToBytesResponse is the response type for AddressBytes rpc method.
- Base
Account - 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).
- Bech32
Prefix Request - Bech32PrefixRequest is the request type for Bech32Prefix rpc method.
- Bech32
Prefix Response - Bech32PrefixResponse is the response type for Bech32Prefix rpc method.
- Genesis
State - GenesisState defines the auth module’s genesis state.
- Module
Account - ModuleAccount defines an account for modules that holds coins on a pool.
- Module
Credential - ModuleCredential represents a unclaimable pubkey for base accounts controlled by modules.
- MsgUpdate
Params - MsgUpdateParams is the Msg/UpdateParams request type.
- MsgUpdate
Params Response - MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.
- Params
- Params defines the parameters for the auth module.
- Query
Account Address ById Request - QueryAccountAddressByIDRequest is the request type for AccountAddressByID rpc method
- Query
Account Address ById Response - QueryAccountAddressByIDResponse is the response type for AccountAddressByID rpc method
- Query
Account Info Request - QueryAccountInfoRequest is the Query/AccountInfo request type.
- Query
Account Info Response - QueryAccountInfoResponse is the Query/AccountInfo response type.
- Query
Account Request - QueryAccountRequest is the request type for the Query/Account RPC method.
- Query
Account Response - QueryAccountResponse is the response type for the Query/Account RPC method.
- Query
Accounts Request - QueryAccountsRequest is the request type for the Query/Accounts RPC method.
- Query
Accounts Response - QueryAccountsResponse is the response type for the Query/Accounts RPC method.
- Query
Module Account ByName Request - QueryModuleAccountByNameRequest is the request type for the Query/ModuleAccountByName RPC method.
- Query
Module Account ByName Response - QueryModuleAccountByNameResponse is the response type for the Query/ModuleAccountByName RPC method.
- Query
Module Accounts Request - QueryModuleAccountsRequest is the request type for the Query/ModuleAccounts RPC method.
- Query
Module Accounts Response - QueryModuleAccountsResponse is the response type for the Query/ModuleAccounts RPC method.
- Query
Params Request - QueryParamsRequest is the request type for the Query/Params RPC method.
- Query
Params Response - QueryParamsResponse is the response type for the Query/Params RPC method.