Function bp_runtime::storage_parameter_key
source · pub fn storage_parameter_key(parameter_name: &str) -> StorageKey
Expand description
This is how a storage key of storage parameter (parameter_types! { storage Param: bool = false; }
) is computed.
Copied from frame_support::parameter_types
macro.