plugeth/common/types.go
obscuren 3cf51d5479 tmp
2015-03-16 12:03:52 +01:00

7 lines
63 B
Go

package common
type (
uHash [32]byte
uAddress [20]byte
)