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 13, 2023
1 parent 712fd65 commit 110d74c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions doc/stake-pool-operations/10_query_stakepool.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@ $ cardano-cli query stake-snapshot \
--stake-pool-id 00beef0a9be2f6d897ed24a613cf547bb20cd282a04edfc53d477114 \
--mainnet
{
"poolStakeGo": 40278547538358,
"activeStakeGo": 22753958467474959,
"poolStakeMark": 40424218559492,
"activeStakeMark": 22670949084364797,
"poolStakeSet": 39898761956772,
"activeStakeSet": 22488877070796904
"activeStakeSet": 22488877070796904,
"pools": {
"00beef0a9be2f6d897ed24a613cf547bb20cd282a04edfc53d477114": {
"poolStakeGo": 40278547538358,
"poolStakeMark": 40424218559492,
"poolStakeSet": 39898761956772
}
}
}
```

Expand Down

0 comments on commit 110d74c

Please sign in to comment.