pub 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.