Add fiatRates DB column to documetation

pull/383/head
Martin Boehm 2020-03-04 11:53:14 +01:00
parent 0de7475d89
commit 7d8ee6bc1d
1 changed files with 7 additions and 0 deletions

View File

@ -116,5 +116,12 @@ Column families used only by **Ethereum type** coins:
(txid []byte) -> (txdata []byte)
```
- **fiatRates**
Stores fiat rates in json format.
```
(timestamp YYYYMMDDhhmmss) -> (rates json)
```
The `txid` field as specified in this documentation is a byte array of fixed size with length 32 bytes (*[32]byte*), however some coins may define other fixed size lengths.