function isKYC(address _address) external view returns (bool)
function isSanctionsSafe(address _account) external view returns (bool)
function isSanctionsSafeIn(address _account, uint16 _countryId) external view returns (bool)
function isCompany(address _account) external view returns (bool)
function isIndividual(address _account) external view returns (bool)
function hasTrait(address _account, uint16 _traitId) external view returns (bool)
function hasTraits(address account, uint16[] memory _traitIds) public view returns (bool[] memory)
function getCountry(address account) external view returns (uint16)
function getWalletOwners(address _wallet) public view returns (address[] memory owners)
function getUserInfo(address _account, address payable _wallet) external view returns (IKYCViewer.UserInfo memory info)
function getDevApps(address _wallet) external view returns (IKintoAppRegistry.Metadata[] memory)
function getBalances(address[] memory tokens, address target) external view returns (uint256[] memory balances)