Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FutureSalts

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { reqMsgId: BigInteger; now: number; salts: FutureSalt[] }

Type declaration

  • reqMsgId: BigInteger
  • now: number
  • salts: FutureSalt[]
CONSTRUCTOR_ID: 2924480661
SUBCLASS_OF_ID: 277935383
classType: "constructor"
className: "FutureSalts"
reqMsgId: BigInteger
now: number
salts: FutureSalt[]

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { reqMsgId: BigInteger; now: number; salts: FutureSalt[] }

Constructors

Generated using TypeDoc