Package convex.core

Class Order

java.lang.Object
All Implemented Interfaces:
IAssociative<Keyword,ACell>, IValidated, IWriteable, Map<Keyword,ACell>

public class Order extends ARecord
Class representing an Ordering of transactions, along with the consensus position. An Ordering contains:
  • The Vector of known verified Blocks announced by the Peer
  • The proposed consensus point (point at which the peer believes there is sufficient alignment for consensus)
  • The current consensus point (point at which the peer has observed sufficient consistent consensus proposals)
An Ordering is immutable.