Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DeauthRequest

Hierarchy

Index

Constructors

constructor

Properties

Readonly body

body: Value

Readonly prio

prio: number

Readonly rate

rate: number

Accessors

lane

  • get lane(): Uri
  • Returns Uri

node

  • get node(): Uri
  • Returns Uri

tag

  • get tag(): string
  • Returns string

Static tag

  • get tag(): string

Methods

Protected copy

debug

  • debug(output: Output<unknown>): void
  • Parameters

    Returns void

equals

  • equals(that: unknown): boolean
  • Parameters

    • that: unknown

    Returns boolean

hashCode

  • hashCode(): number
  • Returns number

toRecon

  • toRecon(): string
  • Returns string

toString

  • toString(): string
  • Returns string

toValue

  • Returns Value

withBody

withLane

withNode

withPrio

  • Parameters

    • prio: number

    Returns Envelope

withRate

  • Parameters

    • rate: number

    Returns Envelope

Static create

Static fromValue

  • fromValue<E>(value: Value): null | E
  • Type parameters

    Parameters

    Returns null | E

Static parseRecon

  • parseRecon(input: string): null | Envelope
  • Parameters

    • input: string

    Returns null | Envelope

Generated using TypeDoc