RainterpreterExpressionDeployerNPE2ConstructionConfig

Git Source

All config required to construct a RainterpreterNPE2.

struct RainterpreterExpressionDeployerNPE2ConstructionConfig {
    address interpreter;
    address store;
    address parser;
    bytes meta;
}

Properties

NameTypeDescription
interpreteraddressThe IInterpreterV2 to use for evaluation. MUST match known bytecode.
storeaddressThe IInterpreterStoreV2. MUST match known bytecode.
parseraddress
metabytesContract meta for tooling.