Skip to main content

Module settlement_observer

Module settlement_observer 

Source
Expand description

Settlement observer surface. Re-exported so integration tests and embedders can drive a SettlementHook against finalized receipts without reaching into crate-private module paths.

Enums§

SettlementObservationBuild
Result of validating and interpreting a finalized receipt for settlement.
SettlementObserverStatus
Status the kernel records for each settlement observer invocation.

Constants§

SETTLEMENT_OBSERVER_STATUS_SCHEMA
Schema string emitted on the wire for settlement-observer status frames. Public so external observers can pin against the same identifier the kernel records.

Functions§

build_observation
run_observer
Run the registered settlement hook against a freshly signed receipt.