Skip to main content

getNftSymbolAndAdmin

Callable

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

  • Parameters

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

    Returns Promise<{ adminContractAddress: PublicKey; adminType: NftAdminType; collectionName: string; symbol: string; verificationKeyHashes: string[] }>