UnexpectedConstructionMetaHash
Thrown when the RainterpreterNPE2 is constructed with unknown meta.
error UnexpectedConstructionMetaHash(bytes32 expectedConstructionMetaHash, bytes32 actualConstructionMetaHash);
Parameters
| Name | Type | Description |
|---|---|---|
expectedConstructionMetaHash | bytes32 | The meta hash that was expected upon construction. |
actualConstructionMetaHash | bytes32 | The meta hash that was found upon construction. |