Packages

package chain

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package db

Type Members

  1. trait ChainApi extends ChainQueryApi

    Entry api to the chain project for adding new things to our blockchain

  2. trait ChainQueryApi extends AnyRef

    This trait provides methods to query various types of blockchain data.

  3. case class FilterSyncMarker(startHeight: Int, stopBlockHash: DoubleSha256Digest) extends Product with Serializable

    This is a helper class for syncing block filters following the BIP157 protocol.

    This is a helper class for syncing block filters following the BIP157 protocol. This indicates the starting block height we are syncing filters at, and the last block hash we expect in the batch of filters sent back to us by our peer

    See also

    https://github.com/bitcoin/bips/blob/master/bip-0157.mediawiki#cfheaders

Value Members

  1. object ChainQueryApi

Ungrouped