zapCoreTypes top-level constant
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',
];