BurnNFTParams

The params for the useBurnNFT hook mutation.

type BurnNFTParams = { amount: Amount; tokenId: BigNumberish };