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
#3495 proposes a way of optimising perceived transaction speed through pre-bundling dependencies. However, as shown in #3513 this process can be simplified.
Currently, costing and funding transaction request looks like:
#3495 proposes a way of optimising perceived transaction speed through pre-bundling dependencies. However, as shown in #3513 this process can be simplified.
Currently, costing and funding transaction request looks like:
This process is neater with a contract call:
We should implement the following:
autoCost
) purely for transaction requests that can cost and fund a transaction in a single callThe proposed API would then look as follows:
The text was updated successfully, but these errors were encountered: