mirror of
https://github.com/Instadapp/dsa-connectors-old.git
synced 2024-07-29 22:47:46 +00:00
Added decimals() to TokenInterface
This commit is contained in:
parent
e1cfe964f2
commit
920ccb68d9
|
@ -7,6 +7,7 @@ interface TokenInterface {
|
||||||
function deposit() external payable;
|
function deposit() external payable;
|
||||||
function withdraw(uint) external;
|
function withdraw(uint) external;
|
||||||
function balanceOf(address) external view returns (uint);
|
function balanceOf(address) external view returns (uint);
|
||||||
|
function decimals() external view returns (uint);
|
||||||
}
|
}
|
||||||
|
|
||||||
interface MemoryInterface {
|
interface MemoryInterface {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user