pallet_runtime_configs

Type Alias 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 */);