Trait polkadot_sdk_frame::traits::PostTransactions
pub trait PostTransactions {
// Provided method
fn post_transactions() { ... }
}
Expand description
Provides a callback to execute logic before the all transactions.
Provided Methods§
fn post_transactions()
fn post_transactions()
Called after all transactions were applied but before on_finalize
.
Object Safety§
This trait is not object safe.