Add Block.Creator and Block.Nonce
This commit is contained in:
@@ -127,6 +127,26 @@
|
||||
"ismap": false,
|
||||
"defaultValue": ""
|
||||
},
|
||||
{
|
||||
"name": "creator",
|
||||
"description": "产块者账户地址",
|
||||
"label": "",
|
||||
"type": "bytes",
|
||||
"longType": "bytes",
|
||||
"fullType": "bytes",
|
||||
"ismap": false,
|
||||
"defaultValue": ""
|
||||
},
|
||||
{
|
||||
"name": "nonce",
|
||||
"description": "这个区块之前产块者产生的区块数量",
|
||||
"label": "",
|
||||
"type": "uint64",
|
||||
"longType": "uint64",
|
||||
"fullType": "uint64",
|
||||
"ismap": false,
|
||||
"defaultValue": ""
|
||||
},
|
||||
{
|
||||
"name": "parent_hashes",
|
||||
"description": "父区块的哈希",
|
||||
|
||||
Reference in New Issue
Block a user