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

Context-dependent verification checks for transaction

Contains: CompatibleVerifier 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

Performs the conversion.

Performs the conversion.

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.