diff --git a/typedData/revision.go b/typed/revision.go similarity index 99% rename from typedData/revision.go rename to typed/revision.go index cb2d0acd..b830a98d 100644 --- a/typedData/revision.go +++ b/typed/revision.go @@ -1,4 +1,4 @@ -package typedData +package typed import ( "fmt" diff --git a/typedData/tests/baseExample.json b/typed/tests/baseExample.json similarity index 100% rename from typedData/tests/baseExample.json rename to typed/tests/baseExample.json diff --git a/typedData/typedData.go b/typed/typedData.go similarity index 99% rename from typedData/typedData.go rename to typed/typedData.go index 4024f2c3..29fac9af 100644 --- a/typedData/typedData.go +++ b/typed/typedData.go @@ -1,4 +1,4 @@ -package typedData +package typed import ( "bytes" diff --git a/typedData/typedData_test.go b/typed/typedData_test.go similarity index 99% rename from typedData/typedData_test.go rename to typed/typedData_test.go index 987b6442..f6b219ae 100644 --- a/typedData/typedData_test.go +++ b/typed/typedData_test.go @@ -1,4 +1,4 @@ -package typedData +package typed import ( "encoding/json" diff --git a/typedData/types.go b/typed/types.go similarity index 97% rename from typedData/types.go rename to typed/types.go index c5852b49..b83c2ca0 100644 --- a/typedData/types.go +++ b/typed/types.go @@ -1,4 +1,4 @@ -package typedData +package typed import "math/big"