Coda by Ian Macalinao
    Preparing search index...
    type WithdrawInstructionDataArgs = {
        amount: number | bigint;
        depositEntryIndex: number;
    }
    Index
    amount: number | bigint
    depositEntryIndex: number