NFTRequestParams

Type Alias: NFTRequestParams

Properties overview

  • contractAddress: string;
  • nftAddress: string;
type NFTRequestParams = {
  contractAddress: string;
  nftAddress: string;
};

Defined in: packages/api/src/client/types.gen.ts:274

Type declaration

contractAddress

contractAddress: string;

Always set to this contract address for Mina NFTs.

nftAddress

nftAddress: string;

The unique NFT address.