OSDN Git Service

Voter reward (#286)
[bytom/vapor.git] / toolbar / reward / database / orm / block_state.go
diff --git a/toolbar/reward/database/orm/block_state.go b/toolbar/reward/database/orm/block_state.go
new file mode 100644 (file)
index 0000000..6fdd155
--- /dev/null
@@ -0,0 +1,6 @@
+package orm
+
+type BlockState struct {
+       Height    uint64
+       BlockHash string
+}