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
type StateCommitment: StateCommitment
The [StateCommitment
] type that can be used to perform state commitment operations.
Implementors§
Source§impl StateCommitmentProvider for MockEthProvider
Available on crate feature test-utils
only.
impl StateCommitmentProvider for MockEthProvider
Available on crate feature
test-utils
only.