Coda by Ian Macalinao
    Preparing search index...

    Type Alias WithdrawTokensInstructionDataArgs

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