Skip to content

Instantly share code, notes, and snippets.

View mttrbrts's full-sized avatar

Matt Roberts mttrbrts

View GitHub Profile
@kibagateaux
kibagateaux / Decision.cto
Created May 2, 2018 20:38
Accord Voting Standard
namespace org.accord_voting.decision
asset Decision identified by identifier {
// what is a decision's job, function, place in the system, how will it be used?
o String identifier
o String decisionValue // what the actual decsion is. maybe bytes or raw data instead?
o String election // explicitly define where the decision came from
o Boolean isVoid optional
o Boolean isPrivate optional
}