referrerpolicy=no-referrer-when-downgrade

Module sp_runtime::traits::transaction_extension

source ·
Expand description

The transaction extension trait.

Structs§

Traits§

  • Single-function utility trait with a blanket impl over TransactionExtension in order to provide transaction dispatching functionality. We avoid implementing this directly on the trait since we never want it to be overriden by the trait implementation.
  • Means by which a transaction may be extended. This type embodies both the data and the logic that should be additionally associated with the transaction. It should be plain old data.

Type Aliases§