package chain
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait ChainApi extends ChainQueryApi
Entry api to the chain project for adding new things to our blockchain
- trait ChainQueryApi extends AnyRef
This trait provides methods to query various types of blockchain data.
- 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
- object ChainQueryApi