IMerchantRegistry
Title: IMerchantRegistry
Interface for Merchant Registry contract
Provides read access to merchant profile hashes
Functions
profileHashOf
Get the profile hash for a merchant
function profileHashOf(address merchant) external view returns (bytes32);
Parameters
| Name | Type | Description |
|---|---|---|
merchant | address | The merchant address |
Returns
| Name | Type | Description |
|---|---|---|
<none> | bytes32 | The profile hash (bytes32), or bytes32(0) if not set |