package
7.0.1+incompatible
Repository: https://github.com/dydxprotocol/v4-chain.git
Documentation: pkg.go.dev
# Functions
BuildKey creates a key by concatenating the provided elements with the key separator.
DefaultGenesis returns the default genesis state.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RegisterQueryHandler registers the http handlers for service Query to "mux".
RegisterQueryHandlerClient registers the http handlers for service Query to "mux".
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterQueryHandlerServer registers the http handlers for service Query to "mux".
No description provided by the author
# Constants
No description provided by the author
AuthenticatorIdKeyPrefix is the prefix key for the next authenticator id.
AuthenticatorKeyPrefix is the prefix key for all authenticators.
The Account module uses "acc" as its module name.
ParamsKeyPrefix is the prefix key for smart account params.
SmartAccountKeyPrefix is the prefix key for all smart account store state.
StoreKey defines the primary module store key.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
AccountAuthenticator represents a foundational model for all authenticators.
Account State.
AuthenticatorData represents a genesis exported account with Authenticators.
Module genesis state.
MsgGetAuthenticatorRequest defines the Msg/GetAuthenticator request type.
MsgGetAuthenticatorResponse defines the Msg/GetAuthenticator response type.
MsgGetAuthenticatorsRequest defines the Msg/GetAuthenticators request type.
MsgGetAuthenticatorsResponse defines the Msg/GetAuthenticators response type.
MsgAddAuthenticatorRequest defines the Msg/AddAuthenticator request type.
MsgAddAuthenticatorResponse defines the Msg/AddAuthenticator response type.
MsgRemoveAuthenticatorRequest defines the Msg/RemoveAuthenticator request type.
MsgRemoveAuthenticatorResponse defines the Msg/RemoveAuthenticator response type.
MsgSetActiveState sets the active state of the module.
MsgSetActiveStateResponse defines the Msg/SetActiveState response type.
Params defines the parameters for the module.
QueryParamsRequest is request type for the Query/Params RPC method.
QueryParamsResponse is response type for the Query/Params RPC method.
Timestamp nonce details.
TxExtension allows for additional authenticator-specific data in transactions.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
# Interfaces
AuthenticatorTxOptions.
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.