Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoinbasePro ¶
type CoinbasePro struct { CsvFillsTXs []CsvFillsTX CsvAccountTXs []CsvAccountTX TXsByCategory wallet.TXsByCategory Sources source.Sources }
func New ¶
func New() *CoinbasePro
func (*CoinbasePro) ParseAccountCSV ¶
func (cbp *CoinbasePro) ParseAccountCSV(reader io.ReadSeeker, account string) (err error)
func (*CoinbasePro) ParseFillsCSV ¶
func (cbp *CoinbasePro) ParseFillsCSV(reader io.ReadSeeker, account string) (err error)
type CsvAccountTX ¶
Click to show internal directories.
Click to hide internal directories.