
Action return type for processblock
{ "name": "process_block_result", "base": "", "fields": [ { "name": "status", "type": "string" }, { "name": "height", "type": "uint64" }, { "name": "block_hash", "type": "checksum256" } ] }
Action return type for processblock
{
"name": "process_block_result",
"base": "",
"fields": [
{
"name": "status",
"type": "string"
},
{
"name": "height",
"type": "uint64"
},
{
"name": "block_hash",
"type": "checksum256"
}
]
}