typescript-sdk

Home > @3rdweb/sdk > ISignatureMinter > mintWithSignature

ISignatureMinter.mintWithSignature() method

Mints an NFT given a payload and signature.

Signature:

mintWithSignature(req: SignaturePayload, signature: string): Promise<BigNumber>;

Parameters

Parameter Type Description
req SignaturePayload The payload of the signature that will be minted.
signature string The signature of the payload.

Returns:

Promise<BigNumber>