gill
gill/programs/token/Type aliases

UpdateTokenMetadataUpdateAuthorityInstructionDataArgs

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

Properties

newUpdateAuthority

newUpdateAuthority: OptionOrNullable<Address>;

New authority for the token metadata, or unset if None

On this page