Type Alias sapio_base::timelocks::AbsHeight

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

LockTime for Absolute Height

Aliased Type§

struct AbsHeight(/* private fields */);

Trait Implementations§

source§

impl TryFrom<u32> for AbsHeight

§

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.