Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LedgerStream

Stream manager for Stellar ledgers.

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected Optional _stop

_stop: () => void

Type declaration

    • (): void
    • Returns void

Readonly stellar

stellar: StellarClient

Methods

listen

  • listen(): void

Protected onError

  • onError(error: MessageEvent<any>): void

Private onMessage

  • onMessage(ledger: LedgerRecord): Promise<void>

stop

  • stop(): void

Generated using TypeDoc