@did-btc1/method
Preparing search index...
ChainInfo
Type Alias ChainInfo
type
ChainInfo
=
{
automatic_pruning
:
boolean
;
bestblockhash
:
string
;
bip9_softforks
:
{
[
key
:
string
]:
{
status
:
"defined"
|
"started"
|
"locked_in"
|
"active"
|
"failed"
;
}
;
}
[]
;
blocks
:
number
;
chain
:
string
;
chainwork
:
string
;
difficulty
:
number
;
headers
:
number
;
initialblockdownload
:
boolean
;
mediantime
:
number
;
prune_target_size
:
number
;
pruned
:
boolean
;
pruneheight
:
number
;
size_on_disk
:
number
;
softforks
:
{
id
:
string
;
reject
:
{
status
:
boolean
}
;
version
:
number
}
[]
;
verificationprogress
:
number
;
warnings
?:
string
;
}
Index
Properties
automatic_
pruning
bestblockhash
bip9_
softforks
blocks
chain
chainwork
difficulty
headers
initialblockdownload
mediantime
prune_
target_
size
pruned
pruneheight
size_
on_
disk
softforks
verificationprogress
warnings?
Properties
automatic_
pruning
automatic_pruning
:
boolean
bestblockhash
bestblockhash
:
string
bip9_
softforks
bip9_softforks
:
{
[
key
:
string
]:
{
status
:
"defined"
|
"started"
|
"locked_in"
|
"active"
|
"failed"
;
}
;
}
[]
blocks
blocks
:
number
chain
chain
:
string
chainwork
chainwork
:
string
difficulty
difficulty
:
number
headers
headers
:
number
initialblockdownload
initialblockdownload
:
boolean
mediantime
mediantime
:
number
prune_
target_
size
prune_target_size
:
number
pruned
pruned
:
boolean
pruneheight
pruneheight
:
number
size_
on_
disk
size_on_disk
:
number
softforks
softforks
:
{
id
:
string
;
reject
:
{
status
:
boolean
}
;
version
:
number
}
[]
verificationprogress
verificationprogress
:
number
Optional
warnings
warnings
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
automatic_
pruning
bestblockhash
bip9_
softforks
blocks
chain
chainwork
difficulty
headers
initialblockdownload
mediantime
prune_
target_
size
pruned
pruneheight
size_
on_
disk
softforks
verificationprogress
warnings
@did-btc1/method
Loading...