go-ethereum/common/types.go
2015-03-16 11:27:38 +01:00

7 lines
61 B
Go

package common
type (
Hash [32]byte
Address [20]byte
)