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

type (
    uHash    [32]byte
    uAddress [20]byte
)