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 deploy - contract has method issue
but when i call it -
error occurred TypeError: Cannot read property 'fields' of undefined
I looked at the code of your library and make console.log(this.contractStructs) in contract/contract-function/contract-function.js
Seems like abi parsing is not correct then actions names redifined by struct name.
Contract action:
In abi its defined like:
After deploy - contract has method issue
but when i call it -
There is no issue key, but it has
Eoslime should support this case, and parse actions too for checking valid name of action inside abi.
The text was updated successfully, but these errors were encountered: