Type Alias Serial

Source
pub type Serial = U256;
Expand description

Serial issued by the subject.

Aliased Type§

#[repr(C)]
pub struct Serial(pub [u64; 4]);

Tuple Fields§

§0: [u64; 4]