Hierarchy

  • Tendermint34Client

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>

Generated using TypeDoc