Class ARecord

java.lang.Object
All Implemented Interfaces:
IAssociative<Keyword,ACell>, IValidated, IWriteable, Map<Keyword,ACell>
Direct Known Subclasses:
AccountStatus, ARecordGeneric, ATransaction, Belief, Block, BlockResult, Order, PeerStatus, Receipt, SignedData, State

public abstract class ARecord extends AMap<Keyword,ACell>
Base class for Record data types. Records are Map-like data structures with fixed sets of Keyword keys, and optional custom behaviour. Ordering of fields is defined by the Record's RecordFormat