HyperSync client for querying blockchain data

Constructors

Methods

  • Collect blockchain data and save to parquet format

    Parameters

    Returns Promise<void>

  • Get the chain_id of the source hypersync instance

    Returns Promise<number>

  • Get the height of the source hypersync instance

    Returns Promise<number>

  • Internal

    Create a new client with custom user agent

    This method is intended for internal use when you need to customize the user agent string. Most users should use new() instead.

    Parameters

    Returns HypersyncClient