forked from cerc-io/ipld-eth-server
changes to repo and repo tests so that supply table is organized and accessed by token_address
This commit is contained in:
@@ -24,8 +24,8 @@ import (
|
||||
)
|
||||
|
||||
type TokenSupplyDBRow struct {
|
||||
ID int64
|
||||
Supply int64
|
||||
ID int64 `db:"id"`
|
||||
Supply int64 `db:"supply"`
|
||||
BlockID int64 `db:"block_id"`
|
||||
TokenAddress string `db:"token_address"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user