ERC1155BurnBatchEip712TypedData
fromstringrequired
Address of the wallet from which tokens will be burned
Example:
0xC5a4F3c0FDE5C2A951EC46193cE3aFdC0fF55383nftIdsstring[]required
List of NFT IDs to burn (must match amounts array length)
Example:
["9","10","11"]amountsstring[]required
List of amounts to burn for each NFT ID (must match nftIds array length)
Example:
["100","50","20"]ERC1155BurnBatchEip712TypedData
{
"from": "0xC5a4F3c0FDE5C2A951EC46193cE3aFdC0fF55383",
"nftIds": [
"9",
"10",
"11"
],
"amounts": [
"100",
"50",
"20"
]
}