[][src]Trait fabric_contract::contract::VerifyHashConsistency

pub trait VerifyHashConsistency<T> {
    fn verify_consistent(&self, o: T) -> Result<bool, LedgerError>;
}

Required methods

fn verify_consistent(&self, o: T) -> Result<bool, LedgerError>

Loading content...

Implementors

impl VerifyHashConsistency<StateHash> for StateHash[src]

impl<T: DataType> VerifyHashConsistency<T> for StateHash[src]

Loading content...