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
Is your feature request related to a problem? Please describe.
In custom cards, users have text inputs with only type checks (string, number ...).
Would be nice to assist further using auto-complete suggestions on function names and (if possible?) function arguments
Describe the solution you'd like
When a user chooses an address on the custom card, we can fetch the contract associated with that address from the chain, then use this package to parse function names and arguments. Function names can be used as auto-complete suggestions in the function name input.
Not sure of the following, but can we assist further with argument names & types?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In custom cards, users have text inputs with only type checks (string, number ...).
Would be nice to assist further using auto-complete suggestions on function names and (if possible?) function arguments
Describe the solution you'd like
When a user chooses an address on the custom card, we can fetch the contract associated with that address from the chain, then use this package to parse function names and arguments. Function names can be used as auto-complete suggestions in the function name input.
Not sure of the following, but can we assist further with argument names & types?
The text was updated successfully, but these errors were encountered: