pub type ConfirmationDepthK<T: Config> = StorageValue<_GeneratedPrefixForStorageConfirmationDepthK<T>, BlockNumberFor<T>, ValueQuery>;Expand description
Storage type is [StorageValue] with value type BlockNumberFor < T >.
Aliased Typeยง
pub struct ConfirmationDepthK<T: Config>(/* private fields */);