Revert "updated interfaces-resolved conflicts"

This reverts commit 3067ba7a86.
This commit is contained in:
Richa-iitr 2022-06-18 18:51:37 +05:30
parent 3067ba7a86
commit 10a8ee8828
3 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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