pub fn register_execution_report_endpoint(
endpoint: MStr<Endpoint>,
handler: TypedIntoHandler<ExecutionReport>,
)Expand description
Registers an execution report handler at an endpoint (ownership-based).
pub fn register_execution_report_endpoint(
endpoint: MStr<Endpoint>,
handler: TypedIntoHandler<ExecutionReport>,
)Registers an execution report handler at an endpoint (ownership-based).