Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ChangeAuthorizationSettings

Hierarchy

  • Request<Partial<{ confirmed?: boolean; hash: long; encryptedRequestsDisabled?: Bool; callRequestsDisabled?: Bool }>, Bool>
    • ChangeAuthorizationSettings

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: Partial<Partial<{ confirmed?: boolean; hash: BigInteger; encryptedRequestsDisabled?: boolean; callRequestsDisabled?: boolean }>>
__response: boolean
CONSTRUCTOR_ID: 1089766498
SUBCLASS_OF_ID: 4122188204
classType: "request"
className: "account.ChangeAuthorizationSettings"
confirmed?: boolean
hash: BigInteger
encryptedRequestsDisabled?: boolean
callRequestsDisabled?: boolean

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): Partial<Partial<{ confirmed?: boolean; hash: BigInteger; encryptedRequestsDisabled?: boolean; callRequestsDisabled?: boolean }>>
  • Returns Partial<Partial<{ confirmed?: boolean; hash: BigInteger; encryptedRequestsDisabled?: boolean; callRequestsDisabled?: boolean }>>

  • readResult(reader: any): Buffer
  • resolve(client: any, utils: any): Promise<void>

Constructors

  • new ChangeAuthorizationSettings(args: Partial<Partial<{ confirmed?: boolean; hash: BigInteger; encryptedRequestsDisabled?: boolean; callRequestsDisabled?: boolean }>>): ChangeAuthorizationSettings

Generated using TypeDoc