go-ethereum/common/types.go

7 lines
61 B
Go
Raw Normal View History

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