pub struct ContextualTransactionVerifier<'a, DL> { /* private fields */ }
Expand description

Context-dependent verification checks for transaction

Contains: TimeRelativeTransactionVerifier CapacityVerifier ScriptVerifier FeeCalculator

Implementations§

Creates a new ContextualTransactionVerifier

Perform resumable context-dependent verification, return a Result to CacheEntry

Perform context-dependent verification, return a Result to CacheEntry

skip script verify will result in the return value cycle always is zero

Perform complete a suspend context-dependent verification, return a Result to CacheEntry

skip script verify will result in the return value cycle always is zero

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
TODO(doc): @quake
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.