Trait HashedPostStateProvider
pub trait HashedPostStateProvider: Send + Sync {
// Required method
fn hashed_post_state(&self, bundle_state: &BundleState) -> HashedPostState;
}
Available on crate feature
provider
only.Expand description
Trait that provides the hashed state from various sources.
Required Methods§
fn hashed_post_state(&self, bundle_state: &BundleState) -> HashedPostState
fn hashed_post_state(&self, bundle_state: &BundleState) -> HashedPostState
Returns the HashedPostState
of the provided [BundleState
].