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