go-ethereum/common/types.go

7 lines
63 B
Go
Raw Normal View History

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