mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 00:41:08 +00:00
Approval voting guide changes (#2347)
* grab guide updates from approval-voting branch * focus on control flow and behavior, not functions * add approval voting preamble info * tabs -> spaces
This commit is contained in:
committed by
GitHub
parent
29f12f3f48
commit
956bc300c1
@@ -20,6 +20,7 @@ struct CandidatePendingAvailability {
|
||||
relay_parent_number: BlockNumber, // number of the relay-parent.
|
||||
backers: Bitfield, // one bit per validator, set for those who backed the candidate.
|
||||
backed_in_number: BlockNumber,
|
||||
backing_group: GroupIndex,
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user