🧮ChancellorCompatibilityBravo

Bravo Compatible extension for voting management

Just like the ChancellorCountingSimple extension, the ChancellorCompatibilityBravo extension handles the voting process but in a more throughout way.

While the ChancellorCountingSimple only keeps the amount of voting for each option (for, against and abstain) and if the address has already vote or not, the ChancellorCompatibilityBravo keeps a record of the voter with the option he voted for instead of only if he voted or not, and the voting weight he wielded in his voting.

At any point you can check any voter information attached to a specific proposal through the function getReceipt(uint256 proposalId, address voter) exposed by the extension.

Last updated