UnexpectedMetaHash

Git Source

Thrown when hashed metadata does NOT match the expected hash.

error UnexpectedMetaHash(bytes32 expectedHash, bytes32 actualHash);

Parameters

NameTypeDescription
expectedHashbytes32The hash expected by the IMetaV1 contract.
actualHashbytes32The hash of the metadata seen by the IMetaV1 contract.