We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d1841 commit efee15aCopy full SHA for efee15a
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
+ "total": {
+ "stakeGo": 22753958467474959,
+ "stakeMark": 22670949084364797,
+ "stakeSet": 22488877070796904
+ },
+ "pools": {
25
+ "00beef0a9be2f6d897ed24a613cf547bb20cd282a04edfc53d477114": {
26
+ "stakeGo": 40278547538358,
27
+ "stakeMark": 40424218559492,
28
+ "stakeSet": 39898761956772
29
+ }
30
31
}
32
```
33
0 commit comments