BurnNFTParams type
This feature is currently in beta and may change based on feedback that we receive.
The params for the useBurnNFT() hook mutation.
Signature:
export type BurnNFTParams = {
tokenId: BigNumberish;
amount?: Amount;
};
This feature is currently in beta and may change based on feedback that we receive.
The params for the useBurnNFT() hook mutation.
Signature:
export type BurnNFTParams = {
tokenId: BigNumberish;
amount?: Amount;
};