lecle / aloxide

Aloxide is a pragmatic abstraction layer for various blockchain softwares.
Apache License 2.0
10 stars 5 forks source link

ICON block info #32

Closed quocle108 closed 4 years ago

quocle108 commented 4 years ago
block info : {
    "jsonrpc": "2.0",
    "result": {
        "version": "tbears",
        "height": 41,
        "signature": "tbears_block_manager_does_not_support_block_signature",
        "prev_block_hash": "61316bdfc2d55fbe83ae1fe72bed0e4b7c2e9d7657183471649f148c10f7e069",
        "merkle_tree_root_hash": "0000000000000000000000000000000000000000000000000000000000000000",
        "time_stamp": 1597139741980396,
        "confirmed_transaction_list": [],
        "block_hash": "5468832a86c33435fda2bacbffedcc810ec248a7c21f355eb76dbf2aedd8801e",
        "peer_id": "hxe7af5fcfd8dfc67530a01a0e403882687528dfcb",
        "next_leader": "hxe7af5fcfd8dfc67530a01a0e403882687528dfcb"
    },
    "id": 1234
}

@manh-vv