synapsecns/sanguine

View on GitHub
services/scribe/types/indexing.go

Summary

Maintainability
A
0 mins
Test Coverage
package types

// helper enum for readability.
const (
    // LivefillAtHead signals that the param is livefilling at the head of the chain.
    LivefillAtHead = true
    // IndexingConfirmed signals that the param is indexing before the confirmation threshold.
    IndexingConfirmed = false
)