InitializeMintCloseAuthorityInstructionDataArgs
type InitializeMintCloseAuthorityInstructionDataArgs = {
closeAuthority: OptionOrNullable<Address>;
};Properties
closeAuthority
closeAuthority: OptionOrNullable<Address>;Authority that must sign the CloseAccount instruction on a mint.