reth_provider

Trait StateCommitmentProvider

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

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

Required Associated Types§

type StateCommitment: StateCommitment

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

Implementors§