Skip to content

Commit b43c55a

Browse files
committed
api-docs: update get info.
1 parent 4b16b80 commit b43c55a

File tree

1 file changed

+40
-17
lines changed

1 file changed

+40
-17
lines changed

src/api-docs/source/includes/_node.md

Lines changed: 40 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -57,28 +57,51 @@ const client = new NodeClient(clientOptions);
5757
5858
```json
5959
{
60-
"version": "2.0.1",
60+
"version": "7.99.0",
6161
"network": "regtest",
6262
"chain": {
63-
"height": 1,
64-
"tip": "6b054a7a561fdfa7c2f11550db4d5341d101be044df24dd58c465b2abac94c3f",
63+
"height": 0,
64+
"tip": "ae3895cf597eff05b19e02a70ceeeecb9dc72dbfe6504a50e9343a72f06a87c5",
6565
"treeRoot": "0000000000000000000000000000000000000000000000000000000000000000",
66-
"progress": 0.6125905181398805,
66+
"treeRootHeight": 0,
67+
"progress": 0,
68+
"indexers": {
69+
"indexTX": false,
70+
"indexAddress": false
71+
},
72+
"options": {
73+
"spv": false,
74+
"prune": false
75+
},
76+
"treeCompaction": {
77+
"compacted": false,
78+
"compactOnInit": false,
79+
"compactInterval": null,
80+
"lastCompaction": null,
81+
"nextCompaction": null
82+
},
6783
"state": {
68-
"tx": 2,
69-
"coin": 1360,
70-
"value": 237416588368270,
84+
"tx": 1,
85+
"coin": 1,
86+
"value": 2002210000,
7187
"burned": 0
7288
}
7389
},
7490
"pool": {
7591
"host": "0.0.0.0",
7692
"port": 14038,
93+
"brontidePort": 46806,
7794
"identitykey": "aorsxa4ylaacshipyjkfbvzfkh3jhh4yowtoqdt64nzemqtiw2whk",
78-
"agent": "/hsd:2.0.1/",
95+
"agent": "/hsd:7.99.0/",
7996
"services": "1",
8097
"outbound": 0,
81-
"inbound": 0
98+
"inbound": 0,
99+
"public": {
100+
"listen": false,
101+
"host": null,
102+
"port": null,
103+
"brontidePort": null
104+
}
82105
},
83106
"mempool": {
84107
"tx": 0,
@@ -88,17 +111,17 @@ const client = new NodeClient(clientOptions);
88111
"orphans": 0
89112
},
90113
"time": {
91-
"uptime": 3,
92-
"system": 1581299165,
93-
"adjusted": 1581299165,
114+
"uptime": 268,
115+
"system": 1736238026,
116+
"adjusted": 1736238026,
94117
"offset": 0
95118
},
96119
"memory": {
97-
"total": 78,
98-
"jsHeap": 11,
99-
"jsHeapTotal": 29,
100-
"nativeHeap": 49,
101-
"external": 14
120+
"total": 112,
121+
"jsHeap": 16,
122+
"jsHeapTotal": 18,
123+
"nativeHeap": 93,
124+
"external": 13
102125
}
103126
}
104127
```

0 commit comments

Comments
 (0)