updated interfaces-resolved conflicts

This commit is contained in:
Richa-iitr 2022-06-18 18:21:06 +05:30
parent 230055ed0d
commit 3067ba7a86
3 changed files with 6 additions and 6 deletions

View File

@ -28,6 +28,6 @@ interface AccountInterface {
) external payable returns (bytes32[] memory responses);
}
interface ListInterface {
function accountID(address) external returns (uint64);
interface InstaConnectors {
function isConnectors(string[] calldata) external returns (bool, address[] memory);
}

View File

@ -30,6 +30,6 @@ interface AccountInterface {
) external payable returns (bytes32[] memory responses);
}
interface ListInterface {
function accountID(address) external returns (uint64);
interface InstaConnectors {
function isConnectors(string[] calldata) external returns (bool, address[] memory);
}

View File

@ -33,7 +33,7 @@ interface AccountInterface {
) external payable returns (bytes32[] memory responses);
}
interface ListInterface {
function accountID(address) external returns (uint64);
interface InstaConnectors {
function isConnectors(string[] calldata) external returns (bool, address[] memory);
}