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
Given we already have access to the invocation scope for a Script in the same way we'd expect to access it for a Contract (i.e. script.functions.main(argument)), we already have access to the same transaction preparation DX. However we should look to improve the documentation on this.
It should follow the same DX we have on
Contract
, supporting things like:txParams
callParams
getTransactionRequest
This increases flexibility and ease of use, giving users complete control of everything.
Related:
Predicate
class #1457The text was updated successfully, but these errors were encountered: