Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DhGenOk

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { nonce: BigInteger; serverNonce: BigInteger; newNonceHash1: BigInteger }

Type declaration

  • nonce: BigInteger
  • serverNonce: BigInteger
  • newNonceHash1: BigInteger
CONSTRUCTOR_ID: 1003222836
SUBCLASS_OF_ID: 1440574683
classType: "constructor"
className: "DhGenOk"
nonce: BigInteger
serverNonce: BigInteger
newNonceHash1: BigInteger

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { nonce: BigInteger; serverNonce: BigInteger; newNonceHash1: BigInteger }
  • Returns { nonce: BigInteger; serverNonce: BigInteger; newNonceHash1: BigInteger }

    • nonce: BigInteger
    • serverNonce: BigInteger
    • newNonceHash1: BigInteger

Constructors

  • new DhGenOk(args: { nonce: BigInteger; serverNonce: BigInteger; newNonceHash1: BigInteger }): DhGenOk

Generated using TypeDoc