hoodkit
Preparing search index...
index
SyncProgress
Interface SyncProgress
Progress callback payload during
Indexer.sync
.
interface
SyncProgress
{
fromBlock
:
bigint
;
head
:
bigint
;
inserted
:
number
;
kind
:
"transfers"
|
"swaps"
|
"timestamps"
;
target
:
`
0x
${
string
}
`
;
toBlock
:
bigint
;
}
Index
Properties
from
Block
head
inserted
kind
target
to
Block
Properties
from
Block
fromBlock
:
bigint
head
head
:
bigint
inserted
inserted
:
number
kind
kind
:
"transfers"
|
"swaps"
|
"timestamps"
target
target
:
`
0x
${
string
}
`
to
Block
toBlock
:
bigint
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
Block
head
inserted
kind
target
to
Block
hoodkit
Loading...
Progress callback payload during Indexer.sync.