TikiSyncChainBlock constructor

TikiSyncChainBlock({
  1. Uint8List? contents,
  2. DateTime? created,
  3. Uint8List? previous,
  4. DateTime? synced,
  5. Uint8List? signature,
})

Implementation

TikiSyncChainBlock(
    {this.contents,
    this.created,
    this.previous,
    this.synced,
    this.signature});