[][src]Type Definition trade::api::Balances

type Balances = HashMap<String, Balance>;

A wrapper over a (currency name) => (balance) HashMap.