UnexpectedStoreBytecodeHash
Thrown when the RainterpreterNPE2
is constructed with unknown store bytecode.
error UnexpectedStoreBytecodeHash(bytes32 expectedBytecodeHash, bytes32 actualBytecodeHash);
Parameters
Name | Type | Description |
---|---|---|
expectedBytecodeHash | bytes32 | The bytecode hash that was expected at the store address upon construction. |
actualBytecodeHash | bytes32 | The bytecode hash that was found at the store address upon construction. |