Skip to main content

sdk.erc721lazymint.batchmint

Home > @openformat/sdk > ERC721LazyMint > batchMint

ERC721LazyMint.batchMint() method

Mint multiple tokens and transfer them to the specified address. batchMint

Signature:

batchMint(params: ERC721LazyMint_BatchMintParams): Promise<ContractReceipt>;

Parameters

ParameterTypeDescription
paramsERC721LazyMint_BatchMintParams

Returns:

Promise<ContractReceipt>

{Promise<ContractReceipt>} The transaction receipt.

Exceptions

Will throw an error if the wallet or metadata are invalid or if an error occurs during the transaction.