Function pallet_starknet::pallet::dispatchables::set_starknet_inherent_data
source · pub fn set_starknet_inherent_data<T: Config>(data: InherentType)
Expand description
Set the current block author’s sequencer address.
This call should be invoked exactly once per block. It will set a default value at the finalization phase, if this call hasn’t been invoked by that time.
The dispatch origin for this call must be Inherent
.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_starknet_inherent_data
.