• Encrypts AES iv/CryptoKey set to string using receiver's ECIES public key.

    Parameters

    • wallet: IWalletHandler

      Wallet instance for accessing functions.

    • pubKey: string

      Receiver's ECIES public key.

    • aes: IAesBundle

      AES iv/CryptoKey set to encrypt.

    Returns Promise<string>

    • Encrypted string with pipe "|" delimiter.

Generated using TypeDoc