radix-common 1.3.1

A library of common types and functions shared by all layers of the Radix stack, from the Radix DLT project.
Documentation
1
2
3
pub const SECONDS_IN_A_MINUTE: i64 = 60;
pub const SECONDS_IN_AN_HOUR: i64 = 3_600;
pub const SECONDS_IN_A_DAY: i64 = 86_400;