Skip to content

Commit

Permalink
Update documentation on query stake-snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Jan 17, 2023
1 parent 5ed6e0f commit 61e2f28
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions doc/stake-pool-operations/10_query_stakepool.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,18 @@ $ cardano-cli query stake-snapshot \
--stake-pool-id 00beef0a9be2f6d897ed24a613cf547bb20cd282a04edfc53d477114 \
--mainnet
{
"poolStakeGo": 40278547538358,
"activeStakeGo": 22753958467474959,
"poolStakeMark": 40424218559492,
"activeStakeMark": 22670949084364797,
"poolStakeSet": 39898761956772,
"activeStakeSet": 22488877070796904
"pools": {
"00beef0a9be2f6d897ed24a613cf547bb20cd282a04edfc53d477114": {
"stakeGo": 40278547538358,
"stakeMark": 40424218559492,
"stakeSet": 39898761956772
}
},
"total": {
"stakeGo": 22753958467474959,
"stakeMark": 22670949084364797,
"stakeSet": 22488877070796904
}
}
```

Expand Down

0 comments on commit 61e2f28

Please sign in to comment.