mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-05-28 07:57:03 +08:00
feat: document proxy in sidecar
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"error": "transaction rejected",
|
||||
"reason": "BadNonce",
|
||||
"reason_data": {
|
||||
"actual": 3,
|
||||
"expected": 0,
|
||||
"is_origin": true,
|
||||
"principal": "ST2MVNFYF6H9DCMAV3HVNHTJVVE3CFWT1JYMH1EZB"
|
||||
},
|
||||
"txid": "0x4068179cb9169b969c80518d83890f8b808a70ab998dd227149221be9480a616"
|
||||
}
|
||||
1
docs/api/core-node/get-fee-transfer.example.json
Normal file
1
docs/api/core-node/get-fee-transfer.example.json
Normal file
@@ -0,0 +1 @@
|
||||
1
|
||||
10
docs/api/core-node/get-info.example.json
Normal file
10
docs/api/core-node/get-info.example.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"peer_version": 385875968,
|
||||
"burn_consensus": "339d68cf0621fe3bdb06ce286d5f0cea97fa5a4e",
|
||||
"burn_block_height": 510,
|
||||
"stable_burn_consensus": "82e53f18d7cc069ad7bdcde21f1bccb28f359e23",
|
||||
"stable_burn_block_height": 509,
|
||||
"server_version": "TODO",
|
||||
"network_id": 2147483648,
|
||||
"parent_network_id": 3669344250
|
||||
}
|
||||
Reference in New Issue
Block a user