Skip to main content

u32_to_lock_time

Function u32_to_lock_time 

Source
pub fn u32_to_lock_time(lock_time: u32) -> LockTime
Expand description

Convert a librustzcash u32 lock_time into a Zebra LockTime.

Values below 500_000_000 are interpreted as block heights, values at or above as Unix timestamps.