AbsHeight

Type Alias AbsHeight 

Source
pub type AbsHeight = LockTime<Abs, Height>;
Expand description

LockTime for Absolute Height

Aliased Type§

pub struct AbsHeight(/* private fields */);

Trait Implementations§

Source§

impl TryFrom<u32> for AbsHeight

Source§

type Error = LockTimeError

The type returned in the event of a conversion error.
Source§

fn try_from(u: u32) -> Result<Self, Self::Error>

Performs the conversion.