pub fn consume_l1_message<T: Config>(transaction: L1HandlerTransaction)
Expand description

Consume a message from L1.

Arguments

  • origin - The origin of the transaction.
  • transaction - The Starknet transaction.

Returns

  • DispatchResult - The result of the transaction.

TODO

  • Compute weight

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::consume_l1_message.