pub trait BlockchainStateWrapper {
    fn state_per_block(&self) -> BlockState;
}

Required Methods

Implementors