Coda by Ian Macalinao
    Preparing search index...

    Type Alias RedeemTokensInstructionDataArgs

    type RedeemTokensInstructionDataArgs = {
        amount: number | bigint;
    }
    Index
    amount: number | bigint