Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶
type Collector struct {
// contains filtered or unexported fields
}
Collector defines a type to collect and save Cosmos transactions in a data backend.
type TXsCollector ¶
type TXsCollector interface {
CollectTXs(ctx context.Context, fromHeight int64, tc chan<- []cosmosclient.TX) error
}
TXsCollector defines the interface for Cosmos clients that support collection of transactions.
Click to show internal directories.
Click to hide internal directories.