Coda by Ian Macalinao
    Preparing search index...

    Interface WithdrawTokensInstructionDataArgs

    interface WithdrawTokensInstructionDataArgs {
        amount: number | bigint;
    }
    Index

    Properties

    Properties

    amount: number | bigint