Implements

Constructors

Properties

consensusIoPubKey: Uint8Array = ...
privkey: Uint8Array
pubkey: Uint8Array
seed: Uint8Array
url: string

Methods

  • Parameters

    • ciphertext: Uint8Array
    • nonce: Uint8Array

    Returns Promise<Uint8Array>

  • Parameters

    • contractCodeHash: string
    • msg: object

    Returns Promise<Uint8Array>

  • 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