verdyce 0.1.1

A time-decay threshold consensus engine for decentralized voting and governance with configurable decay models and dynamic thresholds.
Documentation
1
2
3
4
5
6
//! # Data Models
//!
//! Core data structures for proposals and votes in the Verdyce consensus system.

pub mod proposal;
pub mod vote;