Expand description
The transaction extension trait.
Structs§
- AsTransactionExtensionDeprecatedAdapter to use a
SignedExtension
in the place of aTransactionExtension
. - Zero-sized type used to mark things that “act like” they own a
T
. - Information about a
TransactionExtension
for the runtime metadata.
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§
- Shortcut for the result value of the
validate
function.