ingestion

package
v0.9.28 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 19, 2022 License: Apache-2.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

View Source
const (
	// DataType is the identifer for the data being ingested -- tx, rewards, etc.
	DataType string = "data_type"
	// GroupingParam allows the ingester to derive the source of the data to ingest.
	// This should be something like "1h", "30m", "1epoch", etc
	InputGroupingParam string = "grouping_param"
	// GroupingParam allows the ingester to derive the source of the data to ingest.
	// This should be something like "1h", "30m", "1epoch", etc
	GroupingParam string = "grouping_param"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Request

type Request struct {
	Network            string `json:"network"`
	ChainID            string `json:"chain_id"`
	DataType           string `json:"data_type"`
	Nonce              []byte `json:"nonce"`
	InputGroupingParam string `json:"grouping_param"`
	StartSequence      uint64 `json:"start_sequence"`
	EndSequence        uint64 `json:"end_sequence"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL