Add get/delete functions to storage queue

This commit is contained in:
Rob Mulholand
2019-05-01 12:30:37 -05:00
parent 2d684c5aec
commit bf4b1687a0
4 changed files with 80 additions and 6 deletions
+1
View File
@@ -25,6 +25,7 @@ import (
const ExpectedRowLength = 5
type StorageDiffRow struct {
Id int
Contract common.Address
BlockHash common.Hash `db:"block_hash"`
BlockHeight int `db:"block_height"`