Type Alias pallet_runtime_configs::ConfirmationDepthK

source ·
pub type ConfirmationDepthK<T: Config> = StorageValue<_GeneratedPrefixForStorageConfirmationDepthK<T>, BlockNumberFor<T>, ValueQuery>;
Expand description

Storage type is [StorageValue] with value type BlockNumberFor < T >.

Aliased Type§

struct ConfirmationDepthK<T: Config>(/* private fields */);