gill
gill/programs/token/Type aliases

InitializeTokenGroupInstructionDataArgs

type InitializeTokenGroupInstructionDataArgs = {
  maxSize: number | bigint;
  updateAuthority: OptionOrNullable<Address>;
};

Properties

maxSize

maxSize: number | bigint;

The maximum number of group members


updateAuthority

updateAuthority: OptionOrNullable<Address>;

Update authority for the group

On this page