typescript-sdk

Home > @3rdweb/sdk > ISignatureMinter

ISignatureMinter interface

Signature:

export interface ISignatureMinter 

Methods

Method Description
generateSignature(mintRequest) Generates a signature. This should only be called by wallets that have the MINTER role on the contract. Otherwise their signature won’t be valid.
generateSignatureBatch(payloads) Batch generation of signatures.
mintWithSignature(req, signature) Mints an NFT given a payload and signature.
verify(mintRequest, signature) Verifies the signature.