pub trait StateCommitmentProvider: Send + Sync {
type StateCommitment: StateCommitment;
}
Expand description
Trait implemented for database providers that can provide the [StateCommitment
] type.
Required Associated Types§
Sourcetype StateCommitment: StateCommitment
type StateCommitment: StateCommitment
The [StateCommitment
] type that can be used to perform state commitment operations.