UnexpectedConstructionMetaHash

Git Source

Thrown when the RainterpreterNPE2 is constructed with unknown meta.

error UnexpectedConstructionMetaHash(bytes32 expectedConstructionMetaHash, bytes32 actualConstructionMetaHash);

Parameters

NameTypeDescription
expectedConstructionMetaHashbytes32The meta hash that was expected upon construction.
actualConstructionMetaHashbytes32The meta hash that was found upon construction.