mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
14 lines
437 B
Solidity
14 lines
437 B
Solidity
pragma solidity ^0.7.6;
|
|
|
|
contract Helpers {
|
|
|
|
// function getUnderlyingToken(uint16 currencyId);
|
|
// function getAssetToken(uint16 currencyId);
|
|
// function getCashBalance(uint16 currencyId);
|
|
// function getNTokenBalance(uint16 currencyId);
|
|
// function convertToInternal(uint16 currencyId);
|
|
|
|
function getDepositAmountAndSetApproval(uint16 currencyId)
|
|
function executeActionWithBalanceChange(uint16 currencyId)
|
|
}
|