Skip to main content

getNftSymbolAndAdmin

Callable

  • getNftSymbolAndAdmin(params: { chain: blockchain; collectionAddress: PublicKey; nftAddress?: PublicKey; txType: NftTransactionType }): Promise<{ adminContractAddress: PublicKey; adminType: NftAdminType; approved?: PublicKey; collectionName: string; metadataRoot?: string; nftName?: string; storage?: string; symbol: string; verificationKeyHashes: string[] }>

  • Parameters

    • params: { chain: blockchain; collectionAddress: PublicKey; nftAddress?: PublicKey; txType: NftTransactionType }
      • chain: blockchain
      • collectionAddress: PublicKey
      • optionalnftAddress: PublicKey
      • txType: NftTransactionType

    Returns Promise<{ adminContractAddress: PublicKey; adminType: NftAdminType; approved?: PublicKey; collectionName: string; metadataRoot?: string; nftName?: string; storage?: string; symbol: string; verificationKeyHashes: string[] }>