Messages to be committed in the current block. This storage value is killed in on_initialize, so should never go into block PoV.
on_initialize
Is never read in the runtime, only by offchain message relayers.
Inspired by the frame_system::Pallet::Events storage value
frame_system::Pallet::Events
Messages to be committed in the current block. This storage value is killed in
on_initialize
, so should never go into block PoV.Is never read in the runtime, only by offchain message relayers.
Inspired by the
frame_system::Pallet::Events
storage value