aboutsummaryrefslogtreecommitdiffstats
path: root/common/types.go
blob: 7646b2c340e382b28d44b38d4dcd9edcf61ed746 (plain) (blame)
1
2
3
4
5
6
package common

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