gill
gill/programs/token/Type aliases

UpdateTokenGroupMaxSizeInstructionDataArgs

type UpdateTokenGroupMaxSizeInstructionDataArgs = {
  maxSize: number | bigint;
};

Properties

maxSize

maxSize: number | bigint;

New max size for the group

On this page