Simple-Voting-Choice
SP2F500B8DTRK1EANJQ054BRAB8DDKN6QCMXGNFBTSource Code
(define-map votes principal bool)
(define-public (vote (choice bool))
(begin
(map-set votes tx-sender choice)
(ok choice)
)
)
Functions (1)
| Function | Access | Args |
|---|---|---|
| vote | public | choice: bool |