mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-07 19:41:19 +00:00
e3: domain range api simplify (#949)
This commit is contained in:
parent
24a5f38a85
commit
0915811f47
@ -475,7 +475,7 @@ type TemporalTx interface {
|
||||
// Example: IndexRange("IndexName", -1, -1, order.Asc, 10)
|
||||
IndexRange(name InvertedIdx, k []byte, fromTs, toTs int, asc order.By, limit int) (timestamps iter.U64, err error)
|
||||
HistoryRange(name History, fromTs, toTs int, asc order.By, limit int) (it iter.KV, err error)
|
||||
DomainRange(name Domain, k1, k2 []byte, ts uint64, asc order.By, limit int) (it iter.KV, err error)
|
||||
DomainRange(name Domain, fromKey, toKey []byte, ts uint64, asc order.By, limit int) (it iter.KV, err error)
|
||||
}
|
||||
|
||||
type TemporalRwDB interface {
|
||||
|
Loading…
Reference in New Issue
Block a user