pub type Transition = GenericTransition<u32>;Expand description
The u32-addressed transition used by the clink CLI.
Aliased Type§
pub struct Transition {
pub transaction_id: u128,
pub sequence: i64,
pub timestamp_ms: i64,
pub kind: TransitionKind,
pub before: GenericDoubletLink<u32>,
pub after: GenericDoubletLink<u32>,
}Fields§
§transaction_id: u128§sequence: i64§timestamp_ms: i64§kind: TransitionKind§before: GenericDoubletLink<u32>§after: GenericDoubletLink<u32>