op-geth/common/types.go

7 lines
63 B
Go
Raw Normal View History

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