Skip to content

Commit efee15a

Browse files
committed
Update documentation on query stake-snapshot
1 parent 10d1841 commit efee15a

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

Diff for: doc/stake-pool-operations/10_query_stakepool.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,18 @@ $ cardano-cli query stake-snapshot \
1616
--stake-pool-id 00beef0a9be2f6d897ed24a613cf547bb20cd282a04edfc53d477114 \
1717
--mainnet
1818
{
19-
"poolStakeGo": 40278547538358,
20-
"activeStakeGo": 22753958467474959,
21-
"poolStakeMark": 40424218559492,
22-
"activeStakeMark": 22670949084364797,
23-
"poolStakeSet": 39898761956772,
24-
"activeStakeSet": 22488877070796904
19+
"total": {
20+
"stakeGo": 22753958467474959,
21+
"stakeMark": 22670949084364797,
22+
"stakeSet": 22488877070796904
23+
},
24+
"pools": {
25+
"00beef0a9be2f6d897ed24a613cf547bb20cd282a04edfc53d477114": {
26+
"stakeGo": 40278547538358,
27+
"stakeMark": 40424218559492,
28+
"stakeSet": 39898761956772
29+
}
30+
}
2531
}
2632
```
2733

0 commit comments

Comments
 (0)