mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Revert "updated interfaces-resolved conflicts"
This reverts commit 3067ba7a86.
This commit is contained in:
parent
3067ba7a86
commit
10a8ee8828
|
|
@ -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);
|
||||
}
|
||||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user