pub type BoundedStateMachineUpdateTime<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageBoundedStateMachineUpdateTime<T>, Blake2_128Concat, StateMachineId, Blake2_128Concat, u64, u64, OptionQuery>;Expand description
Bounded map of state machine update timestamps. Same per-chain cap
as BoundedStateCommitments. The legacy StateMachineUpdateTime
is drained gradually.
Storage type is StorageDoubleMap with key1 type StateMachineId, key2 type u64 and value type u64.
Aliased Typeยง
pub struct BoundedStateMachineUpdateTime<T: Config>(/* private fields */);