gill
gill/programs/token/Type aliases

SetAuthorityInstructionDataArgs

type SetAuthorityInstructionDataArgs = {
  authorityType: AuthorityTypeArgs;
  newAuthority: OptionOrNullable<Address>;
};

Properties

authorityType

authorityType: AuthorityTypeArgs;

The type of authority to update.


newAuthority

newAuthority: OptionOrNullable<Address>;

The new authority

On this page