IAddressResolver
Git Source (opens in a new tab)
Functions
addr
function addr(bytes32 node, uint256 coinType) external view returns (bytes memory);Events
AddressChanged
event AddressChanged(bytes32 indexed node, uint256 coinType, bytes newAddress);Git Source (opens in a new tab)
function addr(bytes32 node, uint256 coinType) external view returns (bytes memory);event AddressChanged(bytes32 indexed node, uint256 coinType, bytes newAddress);