Type Definition sp_runtime::transaction_validity::TransactionValidity[][src]

type TransactionValidity = Result<ValidTransaction, TransactionValidityError>;
Expand description

Information on a transaction’s validity and, if valid, on how it relates to other transactions.

Trait Implementations

Performs the conversion.

Performs the conversion.

Performs the conversion.