UNPKG

cryptomarket

Version:

The CryptoMarket for Node.js

7 lines (5 loc) 117 B
import { Balance } from "./Balance"; export interface SubAccountBalance { wallet: Balance[]; spot: Balance[]; }