Trait ovmi::predicates::LogicalConnectiveInterface[][src]

pub trait LogicalConnectiveInterface<Address> {
    fn is_valid_challenge(
        &self,
        _inputs: Vec<Vec<u8>>,
        _challenge_inputs: Vec<Vec<u8>>,
        _challenge: Property<Address>
    ) -> ExecResult<Address>; }

Required methods

Implementors

@dev Validates a child node of Not property in game tree.

@dev Validates a child node of Or property in game tree.

@dev Validates a child node of ThereExists property in game tree.

@dev Validates a child node of And property in game tree.

@dev Validates a child node of ForAll property in game tree.