Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DhGenRetry

Hierarchy

Index

Properties

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

Type declaration

  • nonce: BigInteger
  • serverNonce: BigInteger
  • newNonceHash2: BigInteger
CONSTRUCTOR_ID: 1188831161
SUBCLASS_OF_ID: 1440574683
classType: "constructor"
className: "DhGenRetry"
nonce: BigInteger
serverNonce: BigInteger
newNonceHash2: BigInteger

Methods

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

    • nonce: BigInteger
    • serverNonce: BigInteger
    • newNonceHash2: BigInteger

Constructors

  • new DhGenRetry(args: { nonce: BigInteger; serverNonce: BigInteger; newNonceHash2: BigInteger }): DhGenRetry

Generated using TypeDoc