Skip to content

Commit

Permalink
Doc: voter balance version fix (#6205)
Browse files Browse the repository at this point in the history
  • Loading branch information
jannotti authored Dec 19, 2024
1 parent fcad0bb commit a896dfd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/transactions/logic/TEAL_opcodes_v11.md
Original file line number Diff line number Diff line change
Expand Up @@ -1105,10 +1105,10 @@ Fields

Fields

| Index | Name | Type | In | Notes |
| - | ------ | -- | - | --------- |
| 0 | VoterBalance | uint64 | v6 | Online stake in microalgos |
| 1 | VoterIncentiveEligible | bool | | Had this account opted into block payouts |
| Index | Name | Type | Notes |
| - | ------ | -- | --------- |
| 0 | VoterBalance | uint64 | Online stake in microalgos |
| 1 | VoterIncentiveEligible | bool | Had this account opted into block payouts |


## online_stake
Expand Down

0 comments on commit a896dfd

Please sign in to comment.