Parameters for getting an NFT.
type GetNFTParams = { tokenId: bigint; useIndexer?: boolean };
type tokenId = bigint;
Whether to use the insight API to fetch the NFT.
type useIndexer = boolean;