Home > @3rdweb/sdk > ISignatureMinter
Signature:
export interface ISignatureMinter
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. |