Data Flow and Interactions
Registration Functionalities (RegistrarMain Contract)
function registerSafleId(address _userAddress, string memory _safleId) publicfunction updateSafleId(address _userAddress, string memory _newSafleId) publicfunction mapCoins(uint256 _indexnumber, string calldata _blockchainName, string calldata _aliasName) external returns (bool)function registerCoinAddress(address _userAddress,uint256 _index, string calldata _address) external returns (bool)function updateCoinAddress(address _userAddress,uint256 _index, string calldata _address) external returns (bool)
Last updated
Was this helpful?