- 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 }
collectionAddress: PublicKey
optionalnftAddress: any
txType: NftTransactionType
Returns Promise<{ adminContractAddress: PublicKey; adminType: NftAdminType; collectionName: string; symbol: string; verificationKeyHashes: string[] }>