TikiChainBlock class

Constructors

TikiChainBlock({Uint8List? hash, Uint8List? previousHash, BlockContentsSchema? schema, Uint8List? plaintext, Uint8List? ciphertext, DateTime? created, DateTime? synced})
TikiChainBlock.join({Block? block, TikiChainCacheModel? cache, DBModel? sync})

Properties

ciphertext Uint8List?
getter/setter pair
created DateTime?
getter/setter pair
hash Uint8List?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
plaintext Uint8List?
getter/setter pair
previousHash Uint8List?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema ↔ BlockContentsSchema?
getter/setter pair
synced DateTime?
getter/setter pair

Methods

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

Operators

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