Evaluable

Git Source

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

struct Evaluable {
    IInterpreterV1 interpreter;
    IInterpreterStoreV1 store;
    address expression;
}

Properties

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