EvaluableV2
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
Name | Type | Description |
---|---|---|
interpreter | IInterpreterV2 | Will evaluate the expression. |
store | IInterpreterStoreV1 | Will store state changes due to evaluation of the expression. |
expression | address | Will be evaluated by the interpreter. |