interchain-token-service

Solidity API

IItsHubAddressTracker

This interface allows getting the address and address hash of the ITS Hub.

InvalidHubAddress

error InvalidHubAddress()

itsHubAddress

function itsHubAddress() external view returns (string hubAddress)

Getter for the ITS Hub address.

Needs to be overwritten.

Return Values

Name Type Description
hubAddress string The ITS Hub address.

itsHubAddressHash

function itsHubAddressHash() external view returns (bytes32 hubAddressHash)

Getter for the ITS Hub address hash.

Needs to be overwritten.

Return Values

Name Type Description
hubAddressHash bytes32 The ITS Hub address hash.