Function bitcoin_units::locktime::absolute::is_block_time
source · pub fn is_block_time(n: u32) -> boolExpand description
Returns true if n is a UNIX timestamp i.e., greater than or equal to 500,000,000.
pub fn is_block_time(n: u32) -> boolReturns true if n is a UNIX timestamp i.e., greater than or equal to 500,000,000.