RainterpreterExpressionDeployerNPE2ConstructionConfig
All config required to construct a RainterpreterNPE2.
struct RainterpreterExpressionDeployerNPE2ConstructionConfig {
address interpreter;
address store;
address parser;
bytes meta;
}
Properties
| Name | Type | Description |
|---|---|---|
interpreter | address | The IInterpreterV2 to use for evaluation. MUST match known bytecode. |
store | address | The IInterpreterStoreV2. MUST match known bytecode. |
parser | address | |
meta | bytes | Contract meta for tooling. |