Type alias ThirdPartySignerGuardMintSettings

ThirdPartySignerGuardMintSettings: {
    signer: Signer;
}

The settings for the thirdPartySigner guard that could be provided when minting from the Candy Machine.

See

ThirdPartySignerGuardSettings for more information on the thirdPartySigner guard itself.

Type declaration

  • signer: Signer

    The required third party signer.

Generated using TypeDoc