This interface allows getting the address and address hash of the ITS Hub.
error InvalidHubAddress()
function itsHubAddress() external view returns (string hubAddress)
Getter for the ITS Hub address.
Needs to be overwritten.
Name | Type | Description |
---|---|---|
hubAddress | string | The ITS Hub address. |
function itsHubAddressHash() external view returns (bytes32 hubAddressHash)
Getter for the ITS Hub address hash.
Needs to be overwritten.
Name | Type | Description |
---|---|---|
hubAddressHash | bytes32 | The ITS Hub address hash. |