Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CSV ¶
type CSV struct { Datetime string `csv:"time"` Description string `csv:"description"` TxID string `csv:"txhash"` Conf string `csv:"confirmations"` Amount string `csv:"amount"` Currency string `csv:"unit"` Fee string `csv:"fee (L-BTC)"` Note string `csv:"memo"` }
A data structure to match the CSV from Bitstamp
Click to show internal directories.
Click to hide internal directories.