Get desktop application:
View/edit binary Protocol Buffers messages
Msg defines the Msg service.
MsgClaim defines a SDK message for claiming claimable amount.
airdrop_id specifies index of the airdrop
recipient specifies the bech32-encoded address that is eligible to claim airdrop
condition_type specifies the condition type
(message has no fields)
Query defines the gRPC querier service.
Airdrop returns the specific airdrop.
QueryAirdropRequest is request type for the Query/Airdrop RPC method.
QueryAirdropResponse is response type for the Query/Airdrop RPC method.
Airdrops returns all airdrops.
QueryAirdropsRequest is request type for the Query/Airdrops RPC method.
QueryAirdropsResponse is response type for the Query/Airdrops RPC method.
ClaimRecord returns the claim record for the recipient address.
QueryClaimRecordRequest is request type for the Query/ClaimRecord RPC method.
QueryClaimRecordResponse is response type for the Query/ClaimRecord RPC method.
Airdrop defines airdrop information.
Used in: , ,
id specifies index of the airdrop
source_address defines the bech32-encoded source address where the source of coins from
conditions specifies a list of conditions
start_time specifies the start time of the airdrop
end_time specifies the start time of the airdrop
ClaimRecord defines claim record that corresponds to the airdrop.
Used in: ,
airdrop_id specifies airdrop id
recipient specifies the bech32-encoded address that is eligible to claim airdrop
initial_claimable_coins specifies the initial claimable coins
claimable_coins specifies the unclaimed claimable coins
claimed_conditions specifies a list of condition types initial values are empty and each condition type gets appended when claim is successfully executed
ConditionType defines the type of condition that a recipient must execute in order to receive a claimable amount.
Used in: , ,
CONDITION_TYPE_UNSPECIFIED specifies an unknown condition type
CONDITION_TYPE_DEPOSIT specifies deposit condition type
CONDITION_TYPE_SWAP specifies swap condition type
CONDITION_TYPE_LIQUIDSTAKE specifies liquid stake condition type
CONDITION_TYPE_VOTE specifies governance vote condition type
GenesisState defines the claim module's genesis state.
airdrops specifies a list of airdrops
claim_records specifies a list of claim records