stellar-governance 0.7.0

Governance Utilities for Stellar contracts.
Documentation
1
2
3
4
5
#![no_std]

pub mod governor;
pub mod timelock;
pub mod votes;