wharfkit / antelope

Core types, client interfaces, and other tools for working with Antelope-based blockchains.
Other
44 stars 23 forks source link

Adding support for ABI action_results #85

Closed aaroncox closed 12 months ago

aaroncox commented 1 year ago

Beyond the unit tests, I also set an ABI (the one from the unit tests) using this code on the corecorecore account.

Seems to work: https://jungle4.eosq.eosnation.io/account/corecorecore/abi

aaroncox commented 12 months ago

Removed that comment, and also added a test where it's pushing an ABI and retrieving it (both JSON and raw) to decode.

As for actual action_return values in push/send transaction calls, we'll have to handle that soon.