Module accountplus
Modules§
- msg_
client - Generated client implementations.
- query_
client - Generated client implementations.
Structs§
- Account
Authenticator - AccountAuthenticator represents a foundational model for all authenticators. It provides extensibility by allowing concrete types to interpret and validate transactions based on the encapsulated data.
- Account
State - Account State
- Account
State Request - AccountStateRequest is request type for the Query/AccountState RPC method.
- Account
State Response - AccountStateResponse is response type for the Query/GetAccountState RPC method.
- Authenticator
Data - AuthenticatorData represents a genesis exported account with Authenticators. The address is used as the key, and the account authenticators are stored in the authenticators field.
- Genesis
State - Module genesis state
- GetAuthenticator
Request - MsgGetAuthenticatorRequest defines the Msg/GetAuthenticator request type.
- GetAuthenticator
Response - MsgGetAuthenticatorResponse defines the Msg/GetAuthenticator response type.
- GetAuthenticators
Request - MsgGetAuthenticatorsRequest defines the Msg/GetAuthenticators request type.
- GetAuthenticators
Response - MsgGetAuthenticatorsResponse defines the Msg/GetAuthenticators response type.
- MsgAdd
Authenticator - MsgAddAuthenticatorRequest defines the Msg/AddAuthenticator request type.
- MsgAdd
Authenticator Response - MsgAddAuthenticatorResponse defines the Msg/AddAuthenticator response type.
- MsgRemove
Authenticator - MsgRemoveAuthenticatorRequest defines the Msg/RemoveAuthenticator request type.
- MsgRemove
Authenticator Response - MsgRemoveAuthenticatorResponse defines the Msg/RemoveAuthenticator response type.
- MsgSet
Active State - MsgSetActiveState sets the active state of the module.
- MsgSet
Active State Response - MsgSetActiveStateResponse defines the Msg/SetActiveState response type.
- Params
- Params defines the parameters for the module.
- Query
Params Request - QueryParamsRequest is request type for the Query/Params RPC method.
- Query
Params Response - QueryParamsResponse is response type for the Query/Params RPC method.
- Timestamp
Nonce Details - Timestamp nonce details
- TxExtension
- TxExtension allows for additional authenticator-specific data in transactions.