bsc/common/types.go

7 lines
63 B
Go
Raw Normal View History

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