zapCoreTypes top-level constant

List<String> const zapCoreTypes

The message types of the protocol.

The four core types are the contract; error is the auxiliary rejection channel (host → agent only).

Implementation

const List<String> zapCoreTypes = [
  'mission',
  'evidence',
  'checkpoint',
  'receipt',
];