dsa-connectors/contracts/mainnet/connectors/notional/helpers.sol
2021-11-11 10:12:34 -08:00

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)
}