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
When making an ABI C2C call using abi_call, it would be nice to allow to named arguments as the method defines them. Also, it's not possible to pass itxns to an ABI call which completely negates entire classes of use cases.
Problem
When making an ABI C2C call using
abi_call
, it would be nice to allow to named arguments as the method defines them. Also, it's not possible to passitxn
s to an ABI call which completely negates entire classes of use cases.Example
contract_foo.py
contract_bar.py
The text was updated successfully, but these errors were encountered: