Allows you to burn an NFT (transfer it to a null address that is unrecoverable).
Burn an NFT from the connected wallet.
var data = await contract.ERC721.Burn("{{token_id}}");
The token ID of the NFT to burn.
Must be a string.
string