reth::providers

Trait StateCommitmentProvider

Source
pub trait StateCommitmentProvider: Send + Sync {
    type StateCommitment: StateCommitment;
}
Expand description

Trait implemented for database providers that can provide the [StateCommitment] type.

Required Associated Types§

Source

type StateCommitment: StateCommitment

The [StateCommitment] type that can be used to perform state commitment operations.

Implementors§