gill
gill/programs/token/Type aliases

InitializePausableConfigInstructionDataArgs

type InitializePausableConfigInstructionDataArgs = {
  authority: OptionOrNullable<Address>;
};

Properties

authority

authority: OptionOrNullable<Address>;

The authority that can pause and resume the mint.

On this page