TikiChainBlock constructor

TikiChainBlock({
  1. Uint8List? hash,
  2. Uint8List? previousHash,
  3. BlockContentsSchema? schema,
  4. Uint8List? plaintext,
  5. Uint8List? ciphertext,
  6. DateTime? created,
  7. DateTime? synced,
})

Implementation

TikiChainBlock(
    {this.hash,
    this.previousHash,
    this.schema,
    this.plaintext,
    this.ciphertext,
    this.created,
    this.synced});