Skip to content

Commit

Permalink
chore: add code example for staking reward
Browse files Browse the repository at this point in the history
  • Loading branch information
forcodedancing committed Sep 23, 2024
1 parent c88f8cd commit 002c15b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/bnb-smart-chain/staking/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ to `0` to get all the locked BNBs.

The contracts do not save the initial delegation amount of a delegator. To get the accumulated
reward, the following steps can be taken: 1) track the initial delegation amount in your system, 2) call
the `getPooledBNB` of the credit contract of a validator, 3) do the math.
the `getPooledBNB` of the credit contract of a validator, 3) do the math. You can refer
to [this code repository](https://github.com/bnb-chain/staking-reward-example) for reference.

### How to get the total staking address of a validator?

Expand Down

0 comments on commit 002c15b

Please sign in to comment.