orchestration: use asyncFlow
orch function as the target for receiveUpcall
#10991
Labels
enhancement
New feature or request
What is the Problem Being Solved?
Currently,
receiveUpcall
handlers, a.k.a ibc hooks, transfer tap, require API consumers to write vows and vow handlers. Developers should be able to use an asyncFlow /orchFn
as the handler forreceiveUpcall
.Description of the Design
@agoric/orchestration
provides a helper that:receiveUpcall
transfer taporchFn
that will be used as the handlerSecurity Considerations
None; should limit hazards / footguns of working with vows
Scaling Considerations
Test Plan
Upgrade Considerations
The text was updated successfully, but these errors were encountered: