cic-contracts/doc/texinfo/tokenvote.sol.texi

26 lines
727 B
Plaintext
Raw Normal View History

2023-05-07 20:01:06 +02:00
@anchor{token_vote}
@subsection TokenVote
Execute elections with granular ERC20 token votes.
A proposal submitted for vote may or may not contain multiple options. If multiple options are available, an ERC20 token holder may distribute its vote among the options with the granularity of the token balance.
Voted tokens @strong{SHOULD} be locked until the voting has finalized.
Finalization of voting should be callable by anyone.
@subsubsection ERC165 Interface identifier
2023-05-07 20:01:06 +02:00
@include ../../build/TokenVote.interface
@subsubsection Solidity interface definition
2023-05-07 20:01:06 +02:00
@include ../../build/contract_TokenVote.texi
@subsubsection Reference implementations
2023-05-07 20:01:06 +02:00
@itemize
@item
@uref{git://holbrook.no/evm-tokenvote.git,}
@end itemize