aboutsummaryrefslogtreecommitdiffstats
path: root/common/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'common/types.go')
-rw-r--r--common/types.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/types.go b/common/types.go
new file mode 100644
index 000000000..7646b2c34
--- /dev/null
+++ b/common/types.go
@@ -0,0 +1,6 @@
+package common
+
+type (
+ Hash [32]byte
+ Address [20]byte
+)