herald.go/internal/types.go

7 lines
81 B
Go
Raw Normal View History

package internal
type HeightHash struct {
Height uint64
BlockHash []byte
}