Documentation ¶
Overview ¶
Package node uses the backfiller to get all previous logs, and then listens to the height of the blockchain in order to add new logs as blocks come in.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBlockHashes ¶ added in v0.0.194
func GetBlockHashes(ctx context.Context, backend backfill.ScribeBackend, startBlock, endBlock uint64, getBlockBatchAmount int) ([]string, error)
GetBlockHashes gets an array of block hashes from a range of blocks.
Types ¶
type Scribe ¶
type Scribe struct {
// contains filtered or unexported fields
}
Scribe is a live scribe that logs all event data.
Click to show internal directories.
Click to hide internal directories.