gill
gill/programs/token/Type aliases

UpdateTokenGroupMaxSizeInstructionData

type UpdateTokenGroupMaxSizeInstructionData = {
  discriminator: ReadonlyUint8Array;
  maxSize: bigint;
};

Properties

discriminator

discriminator: ReadonlyUint8Array;

maxSize

maxSize: bigint;

New max size for the group

On this page