Struct ckb_verification::Since
source · [−]pub struct Since(pub u64);
Expand description
The struct define wrapper for (unsigned 64-bit integer) tx field since
See tx-since
Tuple Fields
0: u64
Implementations
Whether since represented absolute form
Whether since represented relative form
Whether since flag is valid
Extracts a SinceMetric
from an unsigned 64-bit integer since
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Since
impl UnwindSafe for Since
Blanket Implementations
Mutably borrows from an owned value. Read more