Unpack Action Data
Description
From packed to json action data form
Positionals
accountTEXT - The name of the account that hosts the contractnameTEXT - The name of the function that's called by this actionpacked_action_dataTEXT - 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"
}