ODCdataIndex

IDManagerInternal

Internal functions with functions to build Data Index user identifiers and get information about them

This implementation of IDManager uses OmnichainAddresses as Data Index user identifiers

_diid

function _diid(address account) internal view returns (bytes32)

_ownerOf

function _ownerOf(bytes32 diid) internal pure returns (uint32 chainId, address account)

_verifyDiidIsValid

function _verifyDiidIsValid(bytes32 diid) internal view

On this page