- 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 }
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[] }>