gill
gill/programs/token/Type aliases

ApproveInstructionData

type ApproveInstructionData = {
  amount: bigint;
  discriminator: number;
};

Properties

amount

amount: bigint;

The amount of tokens the delegate is approved for.


discriminator

discriminator: number;

On this page