mirror of
https://github.com/Instadapp/dsa-resolvers-deprecated.git
synced 2024-07-29 22:38:16 +00:00
removed ctoken interface
This commit is contained in:
parent
8f69b46c77
commit
427a9c5d04
|
@ -22,14 +22,6 @@ interface AaveProviderInterface {
|
||||||
function getPriceOracle() external view returns (address);
|
function getPriceOracle() external view returns (address);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
interface CTokenInterface {
|
|
||||||
function exchangeRateStored() external view returns (uint);
|
|
||||||
function borrowBalanceStored(address) external view returns (uint);
|
|
||||||
|
|
||||||
function balanceOf(address) external view returns (uint);
|
|
||||||
}
|
|
||||||
|
|
||||||
interface ListInterface {
|
interface ListInterface {
|
||||||
function accounts() external view returns (uint64);
|
function accounts() external view returns (uint64);
|
||||||
function accountID(address) external view returns (uint64);
|
function accountID(address) external view returns (uint64);
|
||||||
|
@ -42,6 +34,7 @@ contract Helpers {
|
||||||
uint collateral;
|
uint collateral;
|
||||||
uint debt;
|
uint debt;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct data {
|
struct data {
|
||||||
address user;
|
address user;
|
||||||
AaveData[] tokensData;
|
AaveData[] tokensData;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user