sdk.erc721base.batchmint
Home > @openformat/sdk > ERC721Base > batchMint
ERC721Base.batchMint() method
Mint multiple tokens and transfer them to the specified address. batchMint
Signature:
batchMint(params: ERC721BatchMintParams): Promise<ContractReceipt>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| params | ERC721BatchMintParams |
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.