Type alias ThirdPartySignerGuardSettings

ThirdPartySignerGuardSettings: {
    signerKey: PublicKey;
}

The thirdPartySigner guard requires a predefined address to sign the mint transaction. The signer will need to be passed within the mint settings of this guard.

This allows for more centralized mints where every single mint transaction has to go through a specific signer.

This object defines the settings that should be provided when creating and/or updating a Candy Machine if you wish to enable this guard.

See

ThirdPartySignerGuardMintSettings for more information on the mint settings of this guard.

Type declaration

  • signerKey: PublicKey

    The address of the signer that will need to sign each mint transaction.

Generated using TypeDoc