package
1.1.0-alpha2
Repository: https://github.com/tabilabs/tabi.git
Documentation: pkg.go.dev

# Functions

DefaultGenesisState gets raw genesis raw message for testing.
DefaultParams returns a default set of parameters.
NewGenesisState constructs a GenesisState.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RegisterLegacyAminoCodec required for EIP-712.
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
No description provided by the author
ModuleName defines the module name.
QuerierRoute defines the module's query routing key.
Query endpoints supported by the minting querier.
RouterKey defines the module's message routing key.
StoreKey defines the primary module store key.
No description provided by the author

# 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
key for global distribution state.
No description provided by the author
use for the keeper store.

# Structs

GenesisState define the claims module's genesis state.
MsgClaims.
MsgClaimsResponse defines the Msg/Claims response type.
MsgUpdateParams is the Msg/UpdateParams request type.
MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.
No description provided by the author
QueryHolderTotalRewardsRequest is request type for the Query/HolderTotalRewards RPC method.
QueryHolderTotalRewardsResponse is response type for the Query/HolderTotalRewards RPC method.
QueryNodeTotalRewardsRequest is request type for the Query/NodeTotalRewards RPC method.
QueryNodeTotalRewardsResponse is response type for the Query/NodeTotalRewards RPC method.
QueryParamsRequest is request type for the Query/Parameters RPC method.
QueryParamsResponse is response type for the Query/Parameters RPC method.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.

# Interfaces

AccountKeeper defines the contract required for account APIs.
BankKeeper defines the contract needed to be fulfilled for banking and supply dependencies.
No description provided by the author
DistrKeeper defines the contract needed to be fulfilled for distribution keeper.
No description provided by the author
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.
No description provided by the author