UnexpectedMetaHash
Thrown when hashed metadata does NOT match the expected hash.
error UnexpectedMetaHash(bytes32 expectedHash, bytes32 actualHash);
Parameters
Name | Type | Description |
---|---|---|
expectedHash | bytes32 | The hash expected by the IMetaV1 contract. |
actualHash | bytes32 | The hash of the metadata seen by the IMetaV1 contract. |