useLazyMint
Hook for lazy minting a batch of NFTs on a drop contract.
Available to use on smart contracts that implement the "Drop" extension, and
follow either the ERC721
or ERC1155
standard.
Provide your drop contract (ERC721 or ERC1155) as the argument to the hook, and an array of metadata objects to lazy-mint.
A mutation object to lazy mint a batch of NFTs
options
The mutation function takes an object as argument with below properties:
metadatas
An array of objects containing the metadata of the NFTs to lazy mint.
Your metadata objects must follow the Metadata standards .