gill
gill/programs/token/Type aliases

SetAuthorityInstructionData

type SetAuthorityInstructionData = {
  authorityType: AuthorityType;
  discriminator: number;
  newAuthority: Option<Address>;
};

Properties

authorityType

authorityType: AuthorityType;

The type of authority to update.


discriminator

discriminator: number;

newAuthority

newAuthority: Option<Address>;

The new authority

On this page