@dropsy/airdrop - v0.0.2
    Preparing search index...

    Type Alias ClaimTokensInstructionDataArgs

    type ClaimTokensInstructionDataArgs = {
        amount: number | bigint;
        index: number | bigint;
        proof: number[][];
    }
    Index

    Properties

    Properties

    amount: number | bigint
    index: number | bigint
    proof: number[][]