EvaluableV2

Git Source

Struct over the return of IExpressionDeployerV3.deployExpression2 which MAY be more convenient to work with than raw addresses.

struct EvaluableV2 {
    IInterpreterV2 interpreter;
    IInterpreterStoreV1 store;
    address expression;
}

Properties

NameTypeDescription
interpreterIInterpreterV2Will evaluate the expression.
storeIInterpreterStoreV1Will store state changes due to evaluation of the expression.
expressionaddressWill be evaluated by the interpreter.