Trait bdk::blockchain::GetHeight

source ·
pub trait GetHeight {
    fn get_height(&self) -> Result<u32, Error>;
}
Expand description

Trait for getting the current height of the blockchain.

Required Methods

Return the current height

Implementations on Foreign Types

Implementors