Function pallet_template::pallet::dispatchables::do_something
source · pub fn do_something<T: Config>(something: u32)
Expand description
An example dispatchable that takes a singles value as a parameter, writes the value to storage and emits an event. This function must be dispatched by a signed extrinsic.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::do_something
.