herald.go/internal/types.go

10 lines
211 B
Go
Raw Normal View History

package internal
2022-04-20 18:29:37 +00:00
// internal types that need their own file to avoid circular imports.
// HeightHash struct for the height subscription endpoint.
type HeightHash struct {
Height uint64
BlockHash []byte
}