gill
gill/programs/token/Type aliases

ApproveInstructionDataArgs

type ApproveInstructionDataArgs = {
  amount: number | bigint;
};

Properties

amount

amount: number | bigint;

The amount of tokens the delegate is approved for.

On this page