Skip to main content

getTokenSymbolAndAdmin

Callable

  • 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
      • chain: blockchain
      • optionalofferAddress: PublicKey
      • optionalto: PublicKey
      • tokenAddress: PublicKey
      • txType: TokenTransactionType

    Returns Promise<{ adminAddress: PublicKey; adminContractAddress: PublicKey; adminType: AdminType; isToNewAccount?: boolean; symbol: string; verificationKeyHashes: string[] }>