mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 19:36:44 +01:00
Implement L2DB
This commit is contained in:
@@ -16,7 +16,7 @@ type Token struct {
|
||||
Name string `meddler:"name"`
|
||||
Symbol string `meddler:"symbol"`
|
||||
Decimals uint64 `meddler:"decimals"`
|
||||
USD float32 `meddler:"usd,zeroisnull"`
|
||||
USD float64 `meddler:"usd,zeroisnull"`
|
||||
USDUpdate time.Time `meddler:"usd_update,utctimez"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user