You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#9065 details the ability to send ICA commands over an ICA account object.
This supports that capability by allowing a caller of the API to receive a promise that will resolve after a specific event or state change on a host chain. For example, the promise may resolve when an unbonding txn completes or balance changes on the host chain. While the user facing API is simply a promise, the implementation may use the timer service to intelligently poll the host chain to determine when to resolve the promise.
Description of the Design
Security Considerations
Scaling Considerations
Test Plan
Upgrade Considerations
The text was updated successfully, but these errors were encountered:
What is the Problem Being Solved?
#9065 details the ability to send ICA commands over an ICA account object.
This supports that capability by allowing a caller of the API to receive a promise that will resolve after a specific event or state change on a host chain. For example, the promise may resolve when an unbonding txn completes or balance changes on the host chain. While the user facing API is simply a promise, the implementation may use the timer service to intelligently poll the host chain to determine when to resolve the promise.
Description of the Design
Security Considerations
Scaling Considerations
Test Plan
Upgrade Considerations
The text was updated successfully, but these errors were encountered: