Trait poe::PoeConfig

source ·
pub trait PoeConfig {
    // Required method
    fn block_height() -> u32;
}
Expand description

Configuration items for the Proof of Existence piece when it is instantiated in a concrete runtime.

Required Methods§

source

fn block_height() -> u32

A means of getting the current block height. Probably this will be the Tuxedo Executive

Object Safety§

This trait is not object safe.

Implementors§