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
cleos has the ability to unpack_transaction with --unpack-action-data, for example: cleos convert unpack_transaction --unpack-action-data t.txt
If the transaction is a eosio::setabi it would be nice to have some way to expand the setabiabi field.
cleos has the ability to
unpack_transaction
with--unpack-action-data
, for example:cleos convert unpack_transaction --unpack-action-data t.txt
If the transaction is a
eosio::setabi
it would be nice to have some way to expand thesetabi
abi
field.t.txt
./cleos -u http://mainnet.genereos.io convert unpack_transaction --unpack-action-data t.txt
outputs:
Would be nice to have an ability to expand that abi hex string.
Here is an example abieos program that will expand the hex string:
If done in cleos would want to use
abi_serializer
withabidef
definition to expand the hex string.Should this be an option to
unpack_transaction
,unpack_action_data
?The text was updated successfully, but these errors were encountered: