ordspv
Docs home
GitHub
Preparing search index...
@ordspv/fetch
headersync
HeaderChainState
Interface HeaderChainState
Opaque snapshot of a chain's in-memory state (see captureState/restoreState).
interface
HeaderChainState
{
dirty
:
boolean
;
headers
:
readonly
BlockHeader
[]
;
work
:
bigint
;
}
Index
Properties
dirty
headers
work
Properties
Readonly
dirty
dirty
:
boolean
Readonly
headers
headers
:
readonly
BlockHeader
[]
Readonly
work
work
:
bigint
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dirty
headers
work
Docs home
GitHub
ordspv
Loading...
Opaque snapshot of a chain's in-memory state (see captureState/restoreState).