gill
gill/programs/system/Type aliases

WithdrawNonceAccountInstructionDataArgs

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

Properties

withdrawAmount

withdrawAmount: number | bigint;

On this page