plugeth/common/types.go

7 lines
61 B
Go
Raw Normal View History

2015-03-16 10:27:38 +00:00
package common
type (
Hash [32]byte
Address [20]byte
)