Expand description
Public API façade for canister endpoints.
This module contains thin wrappers exposed to proc-macro–generated
endpoints. Functions here translate public API calls into internal
workflow or ops calls and map internal errors into Error.
No orchestration or business logic should live here.
Any wrapper callable from an endpoint must return a Result so errors
are consistently mapped at the boundary.