Back to Eos

Unpack Action Data

docs/02_cleos/03_command-reference/convert/unpack_action_data.md

2.1.0564 B
Original Source

Description

From packed to json action data form

Positionals

  • account TEXT - The name of the account that hosts the contract
  • name TEXT - The name of the function that's called by this action
  • packed_action_data TEXT - The action data expressed as packed hex string

Options

  • -h,--help - Print this help message and exit

Usage

sh
 cleos convert unpack_action_data eosio unlinkauth 000000008090b1ca000000000091b1ca000075982aea3055

Output

json
{
  "account": "test1",
  "code": "test2",
  "type": "eosioeosio"
}