Function frame_support::storage::storage_prefix
source · [−]Expand description
Returns the storage prefix for a specific pallet name and storage name.
The storage prefix is concat(twox_128(pallet_name), twox_128(storage_name))
.