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§

Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.