Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Tendermint34Client

Index

Methods

  • Queries block headers filtered by minHeight <= height <= maxHeight.

    Parameters

    • Optional minHeight: number

      The minimum height to be included in the result. Defaults to 0.

    • Optional maxHeight: number

      The maximum height to be included in the result. Defaults to infinity.

    Returns Promise<BlockchainResponse>

  • disconnect(): void
  • health(): Promise<null>
  • subscribeTx(query?: string): Stream<TxEvent>

Generated using TypeDoc