Struct ovmi::predicates::CompiledExecutable[][src]

pub struct CompiledExecutable<'a, Ext: ExternalCall> {
    pub ext: &'a Ext,
    pub payout: AddressOf<Ext>,
    pub code: CompiledPredicate,
    pub constants: BTreeMap<HashOf<Ext>, VarType>,
    pub address_inputs: BTreeMap<HashOf<Ext>, AddressOf<Ext>>,
    pub bytes_inputs: BTreeMap<HashOf<Ext>, Vec<u8>>,
}

Fields

ext: &'a Extpayout: AddressOf<Ext>code: CompiledPredicateconstants: BTreeMap<HashOf<Ext>, VarType>address_inputs: BTreeMap<HashOf<Ext>, AddressOf<Ext>>bytes_inputs: BTreeMap<HashOf<Ext>, Vec<u8>>

Trait Implementations

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

@dev get valid child property of game tree with challenge_inputs

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.