Messages to be committed in the current block. This storage value is killed in on_initialize, so will not end up bloating state.
on_initialize
Is never read in the runtime, only by offchain message relayers. Because of this, it will never go into the PoV of a block.
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 will not end up bloating state.Is never read in the runtime, only by offchain message relayers. Because of this, it will never go into the PoV of a block.
Inspired by the
frame_system::Pallet::Eventsstorage value