Documentation
¶
Index ¶
- type Poloniex
- func (pl *Poloniex) ParseDepositsCSV(reader io.Reader, account string) (err error)
- func (pl *Poloniex) ParseDistributionsCSV(reader io.Reader, account string) (err error)
- func (pl *Poloniex) ParseTradesCSV(reader io.Reader, cat category.Category, account string) (err error)
- func (pl *Poloniex) ParseWithdrawalsCSV(reader io.Reader, cat category.Category, account string) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Poloniex ¶
type Poloniex struct { TXsByCategory wallet.TXsByCategory Sources source.Sources // contains filtered or unexported fields }
func (*Poloniex) ParseDepositsCSV ¶
func (*Poloniex) ParseDistributionsCSV ¶
func (*Poloniex) ParseTradesCSV ¶
Click to show internal directories.
Click to hide internal directories.