package
12.3.0-cosmos47
Repository: https://github.com/escanbe/evermint.git
Documentation: pkg.go.dev

# Functions

DefaultGenesis returns the default genesis state.
No description provided by the author
No description provided by the author
No description provided by the author
RegisterCodec registers the necessary types and interfaces for the module.
RegisterInterfaces registers implementations by its interface, for the module.
RegisterMsgHandler registers the http handlers for service Msg to "mux".
RegisterMsgHandlerClient registers the http handlers for service Msg to "mux".
RegisterMsgHandlerFromEndpoint is same as RegisterMsgHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterMsgHandlerServer registers the http handlers for service Msg to "mux".
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

MessageToSign is the message for user to sign on to prove account is EOA.
ModuleName defines the module name.
RouterKey defines the module's message routing key.
StoreKey defines the primary module store key.
TypeMsgSubmitProofExternalOwnedAccount is type for MsgSubmitProofExternalOwnedAccount.

# 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

# Structs

GenesisState defines the module's genesis state.
MsgSubmitProofExternalOwnedAccount defines a Msg to submit EOA proof.
MsgSubmitProofExternalOwnedAccountResponse returns no fields.
ProofExternalOwnedAccount store the proof that account is external owned account (EOA).
QueryProofExternalOwnedAccountRequest is the request type for the Query/ProofExternalOwnedAccount RPC method.
QueryProofExternalOwnedAccountResponse is the response type for the Query/ProofExternalOwnedAccount RPC method.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.

# Interfaces

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.