Home > @3rdweb/sdk > NewErc1155SignaturePayload
Signature:
export interface NewErc1155SignaturePayload extends NewSignaturePayload
Extends: NewSignaturePayload
Property | Type | Description |
---|---|---|
primarySaleRecipient | string | The primary sale recipient address for this NFT |
quantity | BigNumberish | The quantity to mint |
royaltyBps | BigNumberish | The royalty fee in basis points for this NFT |
royaltyRecipient | string | The royalty recipient address for this NFT |
tokenId | BigNumberish | The token id to mint or ethers.constants.MaxUint256 if not specified |