OSDN Git Service

Hulk did something
[bytom/vapor.git] / protocol / bc / block.go
diff --git a/protocol/bc/block.go b/protocol/bc/block.go
new file mode 100644 (file)
index 0000000..eda987d
--- /dev/null
@@ -0,0 +1,8 @@
+package bc
+
+// Block is block struct in bc level
+type Block struct {
+       *BlockHeader
+       ID           Hash
+       Transactions []*Tx
+}