- getTokenSymbolAndAdmin(params: { bidAddress?: PublicKey; chain: blockchain; offerAddress?: PublicKey; to?: PublicKey; tokenAddress: PublicKey; txType: TokenTransactionType }): Promise<{ adminAddress: PublicKey; adminContractAddress: PublicKey; adminType: AdminType; isToNewAccount?: boolean; symbol: string; verificationKeyHashes: string[] }>
Parameters
params: { bidAddress?: PublicKey; chain: blockchain; offerAddress?: PublicKey; to?: PublicKey; tokenAddress: PublicKey; txType: TokenTransactionType }
optionalbidAddress: PublicKey
optionalofferAddress: PublicKey
optionalto: PublicKey
tokenAddress: PublicKey
txType: TokenTransactionType
Returns Promise<{ adminAddress: PublicKey; adminContractAddress: PublicKey; adminType: AdminType; isToNewAccount?: boolean; symbol: string; verificationKeyHashes: string[] }>