# Functions
DefaultGenesisState sets default evm genesis state with empty accounts and default params and chain config values.
DefaultParams returns default x/drip module parameters.
NewGenesisState creates a new genesis state.
No description provided by the author
NewMsgDistributeTokens creates new instance of MsgDistributeTokens.
NewParams creates a new Params object.
No description provided by the author
RegisterInterfaces register implementations.
RegisterLegacyAminoCodec registers the necessary x/FeeShare interfaces and concrete types on the provided LegacyAmino codec.
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
module name.
RouterKey to be used for message routing.
StoreKey to be used when creating the KVStore.
No description provided by the author
# Variables
AminoCdc is a amino codec created to support amino JSON compatible msgs.
no one allowed.
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
ModuleCdc references the global erc20 module codec.
Prefix for params key.
# Structs
GenesisState defines the module's genesis state.
MsgDistributeTokens defines a message that registers a Distribution of tokens.
MsgDistributeTokensResponse defines the MsgDistributeTokens response type.
MsgUpdateParams is the Msg/UpdateParams request type.
No description provided by the author
Params defines the drip module params.
QueryParamsRequest is the request type for the Query/Params RPC method.
QueryParamsResponse is the response type for the Query/Params RPC method.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
# Interfaces
BankKeeper defines the expected interface needed to retrieve account balances.
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.