gill
gill/programs/token/Type aliases

UpdateTokenGroupUpdateAuthorityInstructionDataArgs

type UpdateTokenGroupUpdateAuthorityInstructionDataArgs = {
  newUpdateAuthority: OptionOrNullable<Address>;
};

Properties

newUpdateAuthority

newUpdateAuthority: OptionOrNullable<Address>;

New authority for the group, or unset if None

On this page