Burn NFT
await contract.nft_burn();
- "Change" function (ie. a function that alters contract state)
@param: Receives the below object as argument:
{
token_id: TokenId,
}
@return:
null
await contract.nft_burn();
@param: Receives the below object as argument:{
token_id: TokenId,
}
@return :null