herald.go/internal/types.go
2022-11-22 10:29:44 -06:00

11 lines
235 B
Go

package internal
// 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
BlockHeader []byte
}