plugeth/common/types.go

7 lines
63 B
Go
Raw Normal View History

2015-03-16 10:27:38 +00:00
package common
type (
2015-03-16 11:03:52 +00:00
uHash [32]byte
uAddress [20]byte
2015-03-16 10:27:38 +00:00
)