@did-btc1/method
Preparing search index...
BlockV2
Interface BlockV2
Block and GetBlock
interface
BlockV2
{
bits
:
string
;
chainwork
:
string
;
confirmations
:
number
;
difficulty
:
number
;
hash
:
string
;
height
:
number
;
mediantime
:
number
;
merkleroot
:
string
;
nextblockhash
?:
string
;
nonce
:
number
;
nTx
:
number
;
previousblockhash
:
string
;
size
:
number
;
strippedsize
:
number
;
time
:
number
;
tx
:
RawTransactionV1
[]
;
version
:
number
;
versionHex
:
string
;
weight
:
number
;
}
Hierarchy (
View Summary
)
Block
BlockV2
Index
Properties
bits
chainwork
confirmations
difficulty
hash
height
mediantime
merkleroot
nextblockhash?
nonce
n
Tx
previousblockhash
size
strippedsize
time
tx
version
version
Hex
weight
Properties
bits
bits
:
string
chainwork
chainwork
:
string
confirmations
confirmations
:
number
difficulty
difficulty
:
number
hash
hash
:
string
height
height
:
number
mediantime
mediantime
:
number
merkleroot
merkleroot
:
string
Optional
nextblockhash
nextblockhash
?:
string
nonce
nonce
:
number
n
Tx
nTx
:
number
previousblockhash
previousblockhash
:
string
size
size
:
number
strippedsize
strippedsize
:
number
time
time
:
number
tx
tx
:
RawTransactionV1
[]
version
version
:
number
version
Hex
versionHex
:
string
weight
weight
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bits
chainwork
confirmations
difficulty
hash
height
mediantime
merkleroot
nextblockhash
nonce
n
Tx
previousblockhash
size
strippedsize
time
tx
version
version
Hex
weight
@did-btc1/method
Loading...
Block and GetBlock