forked from lthn/blockchain
added getblocktemplate
This commit is contained in:
parent
9971db88aa
commit
027cc985ac
1 changed files with 13 additions and 0 deletions
13
utils/test_api_files/getblocktemplate.json
Normal file
13
utils/test_api_files/getblocktemplate.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"jsonrpc": "2.0",
|
||||
"id": "0",
|
||||
"method": "getblocktemplate",
|
||||
"params": {
|
||||
"extra_text": "Some text info about miner",
|
||||
"wallet_address": "ZxBvJDuQjMG9R2j4WnYUhBYNrwZPwuyXrC7FHdVmWqaESgowDvgfWtiXeNGu8Px9B24pkmjsA39fzSSiEQG1ekB225ZnrMTBp",
|
||||
"stakeholder_address": "ZxBvJDuQjMG9R2j4WnYUhBYNrwZPwuyXrC7FHdVmWqaESgowDvgfWtiXeNGu8Px9B24pkmjsA39fzSSiEQG1ekB225ZnrMTBp",
|
||||
"pos_block": false,
|
||||
"pos_amount": 0,
|
||||
"pos_index": 0
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue