WithdrawNonceAccountInstructionDataArgs
type WithdrawNonceAccountInstructionDataArgs = {
withdrawAmount: number | bigint;
};Properties
withdrawAmount
withdrawAmount: number | bigint;type WithdrawNonceAccountInstructionDataArgs = {
withdrawAmount: number | bigint;
};withdrawAmount: number | bigint;