Crate delphi

Source
Expand description

Delphi Oracle Service

Re-exports§

pub use self::currency::Currency;
pub use self::error::Error;
pub use self::error::ErrorKind;
pub use self::price::Price;
pub use self::price::PriceQuantity;
pub use self::trading_pair::TradingPair;

Modules§

application
Delphi Application
commands
Delphi Subcommands
config
Delphi Config
currency
Currency support (i.e. assets)
error
Error types
map
An ordered map based on a B-Tree.
networks
Networks that Delphi provides oracle service for
prelude
Application-local prelude: conveniently import types/functions/macros which are generally useful and should be available in every module with `use crate::prelude::*;
price
Prices (wrapper for Decimal)
router
HTTP request router (based on warp)
sources
Data sources
trading_pair
Trading pairs

Structs§

Map
An ordered map based on a B-Tree.

Constants§

USER_AGENT
User-Agent to send in HTTP request