Type Alias NextBlock

Source
pub type NextBlock = Block;

Aliased Type§

enum NextBlock {
    Cardano(Block),
}

Variants§

§

Cardano(Block)