unpack action data
Description
From packed to json action data form
Positionals
account
TEXT - The name of the account that hosts the contractname
TEXT - The name of the function that's called by this actionpacked_action_data
TEXT - The action data expressed as packed hex string
Options
-h,--help
- Print this help message and exit
Usage
cleos convert unpack_action_data eosio unlinkauth 000000008090b1ca000000000091b1ca000075982aea3055
Output
{
"account": "test1",
"code": "test2",
"type": "eosioeosio"
}