Packages

p

org.bitcoins.chain

validation

package validation

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed abstract class TipUpdateResult extends AnyRef

    Represents the result of updating the chain with the given header

  2. sealed abstract class TipValidation extends ChainVerificationLogger

    Responsible for checking if we can connect two block headers together on the blockchain.

    Responsible for checking if we can connect two block headers together on the blockchain. The checks things like proof of work difficulty, if it references the previous block header correctly etc.

Value Members

  1. object TipUpdateResult
  2. object TipValidation extends TipValidation

Ungrouped