SnapshotBlockMessage constructor

const SnapshotBlockMessage({
  1. required Hash hash,
  2. required BigInt height,
  3. required bool removed,
})

Implementation

const factory SnapshotBlockMessage({
  required Hash hash,
  required BigInt height,
  required bool removed,
}) = _SnapshotBlockMessage;