pub struct ImportedBridgeExitCommitmentValues {
pub claims: Vec<GlobalIndexWithLeafHash>,
}Expand description
The values which compose the commitment on the imported bridge exits.
Fields§
§claims: Vec<GlobalIndexWithLeafHash>Implementations§
Source§impl ImportedBridgeExitCommitmentValues
impl ImportedBridgeExitCommitmentValues
Sourcepub fn commitment(&self, version: ImportedBridgeExitCommitmentVersion) -> Digest
pub fn commitment(&self, version: ImportedBridgeExitCommitmentVersion) -> Digest
Returns the expected signed commitment for the provided version.
Trait Implementations§
Source§impl Clone for ImportedBridgeExitCommitmentValues
impl Clone for ImportedBridgeExitCommitmentValues
Source§fn clone(&self) -> ImportedBridgeExitCommitmentValues
fn clone(&self) -> ImportedBridgeExitCommitmentValues
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ImportedBridgeExitCommitmentValues
impl RefUnwindSafe for ImportedBridgeExitCommitmentValues
impl Send for ImportedBridgeExitCommitmentValues
impl Sync for ImportedBridgeExitCommitmentValues
impl Unpin for ImportedBridgeExitCommitmentValues
impl UnsafeUnpin for ImportedBridgeExitCommitmentValues
impl UnwindSafe for ImportedBridgeExitCommitmentValues
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more