InitializePausableConfigInstructionDataArgs
type InitializePausableConfigInstructionDataArgs = {
authority: OptionOrNullable<Address>;
};Properties
authority
authority: OptionOrNullable<Address>;The authority that can pause and resume the mint.
type InitializePausableConfigInstructionDataArgs = {
authority: OptionOrNullable<Address>;
};authority: OptionOrNullable<Address>;The authority that can pause and resume the mint.