Hierarchy

  • EncryptionUtilsImpl

Implements

Constructors

  • Parameters

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

    Returns Scrt.SecretJS.EncryptionUtilsImpl

Properties

consensusIoPubKey: any
getConsensusIoPubKey: any
privkey: any
pubkey: Uint8Array
seed: any
url: any

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