Class On-chain NFT service for VC operations: burn checks, token URIs, and contract metadata URIs.Documentation Index
Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
Use this file to discover all available pages before exploring further.
Constructors
CrossmintNftService
Methods
isBurnt
true if the NFT has been burned (owner is the zero address).
getNftUri
tokenURI(tokenId) from the ERC-721 contract.
getContractUri
contractURI() from an ERC-7572 contract.
