1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/common/types.go
2015-03-16 11:27:38 +01:00

6 lines
61 B
Go

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