package validation
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- sealed abstract class TipUpdateResult extends AnyRef
Represents the result of updating the chain with the given header
- 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
- object TipUpdateResult
- object TipValidation extends TipValidation