From 7d8ee6bc1d463ee0b7dffa6dd7b792ad5d07a1c6 Mon Sep 17 00:00:00 2001 From: Martin Boehm Date: Wed, 4 Mar 2020 11:53:14 +0100 Subject: [PATCH] Add fiatRates DB column to documetation --- docs/rocksdb.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/rocksdb.md b/docs/rocksdb.md index 4e171719..9f4ea739 100644 --- a/docs/rocksdb.md +++ b/docs/rocksdb.md @@ -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.