Function substrate_test_runtime::substrate_test_pallet::pallet::dispatchables::storage_change
source · pub fn storage_change<T: Config>(key: Vec<u8>, value: Option<Vec<u8>>)
Expand description
Put/delete some data from storage. Intended to use as an unsigned extrinsic.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::storage_change
.