go-ethereum/common/types.go

7 lines
61 B
Go
Raw Normal View History

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