pub fn enqueue_txs<T: Config>(txs: Vec<(Option<T::AccountId>, EncodedTx)>)
Expand description

Persists list of encoded txs into the storage queue. There is an dedicated check in Executive that verifies that passed binary data can be decoded into extrinsics.

Warning: Doc-Only

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