Implements

Constructors

  • Parameters

    • url: string
    • Optional seed: Uint8Array
    • Optional chainId: string

    Returns EncryptionUtilsImpl

Properties

pubkey: Uint8Array

Methods

  • Parameters

    • ciphertext: Uint8Array
    • nonce: Uint8Array

    Returns Promise<Uint8Array>

  • Parameters

    • contractCodeHash: string
    • msg: object

    Returns Promise<Uint8Array>

  • Returns Promise<Uint8Array>

  • Parameters

    • nonce: Uint8Array

    Returns Promise<Uint8Array>

  • Returns {
        privkey: Uint8Array;
        pubkey: Uint8Array;
    }

    • privkey: Uint8Array
    • pubkey: Uint8Array
  • Parameters

    • seed: Uint8Array

    Returns {
        privkey: Uint8Array;
        pubkey: Uint8Array;
    }

    • privkey: Uint8Array
    • pubkey: Uint8Array
  • Returns Uint8Array

Generated using TypeDoc