Skip to content

Commit

Permalink
Add docs to PoE config trait (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshOrndorff authored Sep 30, 2023
1 parent f20f78c commit f84150c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wardrobe/poe/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ pub enum ConstraintCheckerError {
EffectiveHeightInPast,
}

/// Configuration items for the Proof of Existence piece when it is
/// instantiated in a concrete runtime.
pub trait PoeConfig {
/// A means of getting the current block height.
/// Probably this will be the Tuxedo Executive
Expand Down

0 comments on commit f84150c

Please sign in to comment.