wharfkit / antelope

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

Adding `action_results` to the `ABI` struct #84

Closed aaroncox closed 11 months ago

aaroncox commented 1 year ago

This field (and potentially others) are missing from the ABI struct definition, causing them to not be serialized and included in transaction data.

This field needs to be added in and we should determine if other fields are missing - adding them as well.

Conversation starts here on Telegram: https://t.me/wharfkit/1822

david-at-greymass commented 1 year ago

PR created here: https://github.com/wharfkit/antelope/pull/85

david-at-greymass commented 11 months ago