Skip to content

Instantly share code, notes, and snippets.

@stablexbt
Created March 8, 2019 14:07
Show Gist options
  • Select an option

  • Save stablexbt/bf306b26a5d86aa3c18e34b087dc5954 to your computer and use it in GitHub Desktop.

Select an option

Save stablexbt/bf306b26a5d86aa3c18e34b087dc5954 to your computer and use it in GitHub Desktop.
{
"expiration": "...",
"region": 0,
"ref_block_num": ...,
"ref_block_prefix": ...,
"net_usage_words": ..,
"kcpu_usage": ..,
"delay_sec": 0,
"context_free_actions": [],
"actions": [{
"account": "...",
"name": "...",
"authorization": [{
"actor": "...",
"permission": "..."
}
],
"data": "..."
}, {
"account": "...",
"name": "...",
"authorization": [{
"actor": "...",
"permission": "..."
}
],
"data": "..."
}
],
"signatures": [
""
],
"context_free_data": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment