quorum/common/types.go

7 lines
61 B
Go

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