chainFact property

Map<String, Object?> get chainFact

The certified facts of this packet — the evidence-chain input.

Implementation

Map<String, Object?> get chainFact => <String, Object?>{
  'missionId': missionId,
  'stepId': stepId,
  'phase': phase,
  'command': command,
  'exit': exit,
  'digest': digest,
  'at': at,
};