package
0.0.2
Repository: https://github.com/ignite/modules.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
ClaimRecordKey returns the store key to retrieve a ClaimRecord from the index fields.
DefaultGenesis returns the default claim genesis state.
DefaultParams returns a default set of parameters.
GetMissionIDBytes returns the byte representation of the ID.
No description provided by the author
NewDisabledDecay returns decay information with disabled decay.
NewEnabledDecay returns decay information with a decay start and end.
No description provided by the author
No description provided by the author
NewParams creates a new Params instance.
No description provided by the author
ParamKeyTable the param key table for launch module.
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
ClaimRecordKeyPrefix is the prefix to retrieve all ClaimRecord.
No description provided by the author
MemStoreKey defines the in-memory store key.
No description provided by the author
ModuleName defines the module name.
RouterKey is the message route for slashing.
StoreKey defines the primary module store key.
No description provided by the author

# Variables

No description provided by the author
x/claim module sentinel errors.
x/claim module sentinel errors.
x/claim module sentinel errors.
x/claim module sentinel errors.
x/claim module sentinel errors.
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
x/claim module sentinel errors.
x/claim module sentinel errors.
x/claim module sentinel errors.
x/claim module sentinel errors.
x/claim module sentinel errors.
x/claim module sentinel errors.
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

No description provided by the author
DecayInformation defines the information about decay for the airdrop when claimable airdrop amount starts to decrease and when it ends.
No description provided by the author
No description provided by the author
GenesisState defines the claim module's 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
Params defines the parameters for the module.
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
QueryParamsRequest is request type for the Query/Params RPC method.
QueryParamsResponse is 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

AccountKeeper defines the expected account keeper used for simulations (noalias).
BankKeeper defines the expected interface needed to retrieve account balances.
DistrKeeper defines the contract needed to be fulfilled for distribution keeper.
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.