Module accountplus

Module accountplus 

Modules§

msg_client
Generated client implementations.
query_client
Generated client implementations.

Structs§

AccountAuthenticator
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.
AccountState
Account State
AccountStateRequest
AccountStateRequest is request type for the Query/AccountState RPC method.
AccountStateResponse
AccountStateResponse is response type for the Query/GetAccountState RPC method.
AuthenticatorData
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.
GenesisState
Module genesis state
GetAuthenticatorRequest
MsgGetAuthenticatorRequest defines the Msg/GetAuthenticator request type.
GetAuthenticatorResponse
MsgGetAuthenticatorResponse defines the Msg/GetAuthenticator response type.
GetAuthenticatorsRequest
MsgGetAuthenticatorsRequest defines the Msg/GetAuthenticators request type.
GetAuthenticatorsResponse
MsgGetAuthenticatorsResponse defines the Msg/GetAuthenticators response type.
MsgAddAuthenticator
MsgAddAuthenticatorRequest defines the Msg/AddAuthenticator request type.
MsgAddAuthenticatorResponse
MsgAddAuthenticatorResponse defines the Msg/AddAuthenticator response type.
MsgRemoveAuthenticator
MsgRemoveAuthenticatorRequest defines the Msg/RemoveAuthenticator request type.
MsgRemoveAuthenticatorResponse
MsgRemoveAuthenticatorResponse defines the Msg/RemoveAuthenticator response type.
MsgSetActiveState
MsgSetActiveState sets the active state of the module.
MsgSetActiveStateResponse
MsgSetActiveStateResponse defines the Msg/SetActiveState response type.
Params
Params defines the parameters for the module.
QueryParamsRequest
QueryParamsRequest is request type for the Query/Params RPC method.
QueryParamsResponse
QueryParamsResponse is response type for the Query/Params RPC method.
TimestampNonceDetails
Timestamp nonce details
TxExtension
TxExtension allows for additional authenticator-specific data in transactions.