Momentum class

Constructors

Momentum(int version, int chainIdentifier, Hash hash, Hash previousHash, int height, int timestamp, List<int> data, List<AccountHeader> content, Hash? changesHash, String publicKey, String signature, Address producer)
Momentum.fromJson(Map<String, dynamic> json)

Properties

chainIdentifier int
getter/setter pair
changesHash Hash?
getter/setter pair
content List<AccountHeader>
getter/setter pair
data List<int>
getter/setter pair
hash Hash
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int
getter/setter pair
previousHash Hash
getter/setter pair
producer Address
getter/setter pair
publicKey String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String
getter/setter pair
timestamp int
getter/setter pair
version int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited