Skip to main content

ExchangeMap

Type Alias ExchangeMap 

Source
pub type ExchangeMap = HashMap<Exchange, String>;
Expand description

Map of exchange names to the coin’s symbol on that exchange.

Aliased Type§

pub struct ExchangeMap { /* private fields */ }