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
After a Future result is added on chain, the smart contract that created it should be called back for it to know that the request has completed.
To be decided exactly how this works: should we record inside each future what function we will call? Or, should we have a fixed signature (e.g. callback(uint64 id, bytes calldata output)) for all the futures?
The text was updated successfully, but these errors were encountered:
After a Future result is added on chain, the smart contract that created it should be called back for it to know that the request has completed.
To be decided exactly how this works: should we record inside each future what function we will call? Or, should we have a fixed signature (e.g.
callback(uint64 id, bytes calldata output)
) for all the futures?The text was updated successfully, but these errors were encountered: