ERC1155BurnEip712TypedData
fromstringrequired
Address of the wallet from which tokens will be burned
Example:
0xC5a4F3c0FDE5C2A951EC46193cE3aFdC0fF55383nftIdstringrequired
NFT ID
Example:
9amountstringrequired
Amount of tokens to burn
Example:
100ERC1155BurnEip712TypedData
{
"from": "0xC5a4F3c0FDE5C2A951EC46193cE3aFdC0fF55383",
"nftId": "9",
"amount": "100"
}