Started setting up basic exchange interface
This commit is contained in:
3
src/interface/account.ts
Normal file
3
src/interface/account.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export interface Account {
|
||||
fetchPortfolio: () => Portfolio;
|
||||
}
|
||||
Reference in New Issue
Block a user