Skip to main content

Crate truthlinked_governance

Crate truthlinked_governance 

Source
Expand description

Governance primitives and protocol parameter exports for TruthLinked.

This crate owns governance-controlled domain types and exposes the parameter registry used by downstream protocol crates. Encoding must remain explicit so protocol upgrades can be reviewed, reproduced, and audited.

Re-exports§

pub use types::CellVisibility;
pub use types::NameRegistration;
pub use types::PendingNameRegistration;
pub use types::SchemaEntry;
pub use types::SchemaProposal;
pub use types::TokenAuthorityProposal;
pub use types::UrlProposal;
pub use types::UrlResponseFormat;

Modules§

params
Governance-controlled protocol parameter definitions.
types
Governance domain types shared across protocol boundaries.