gill
gill/programs/token/Type aliases

InitializeMintCloseAuthorityInstructionDataArgs

type InitializeMintCloseAuthorityInstructionDataArgs = {
  closeAuthority: OptionOrNullable<Address>;
};

Properties

closeAuthority

closeAuthority: OptionOrNullable<Address>;

Authority that must sign the CloseAccount instruction on a mint.

On this page