Moved ethutil => common
This commit is contained in:
6
common/types.go
Normal file
6
common/types.go
Normal file
@ -0,0 +1,6 @@
|
||||
package common
|
||||
|
||||
type (
|
||||
Hash [32]byte
|
||||
Address [20]byte
|
||||
)
|
Reference in New Issue
Block a user