We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d1841 commit 13a7159Copy full SHA for 13a7159
doc/stake-pool-operations/10_query_stakepool.md
@@ -16,12 +16,18 @@ $ cardano-cli query stake-snapshot \
16
--stake-pool-id 00beef0a9be2f6d897ed24a613cf547bb20cd282a04edfc53d477114 \
17
--mainnet
18
{
19
- "poolStakeGo": 40278547538358,
20
- "activeStakeGo": 22753958467474959,
21
- "poolStakeMark": 40424218559492,
22
- "activeStakeMark": 22670949084364797,
23
- "poolStakeSet": 39898761956772,
24
- "activeStakeSet": 22488877070796904
+ "pools": {
+ "00beef0a9be2f6d897ed24a613cf547bb20cd282a04edfc53d477114": {
+ "stakeGo": 40278547538358,
+ "stakeMark": 40424218559492,
+ "stakeSet": 39898761956772
+ }
25
+ },
26
+ "total": {
27
+ "stakeGo": 22753958467474959,
28
+ "stakeMark": 22670949084364797,
29
+ "stakeSet": 22488877070796904
30
31
}
32
```
33
0 commit comments