libnexakotlin
Toggle table of contents
0.5.12
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
BchDb
/
BchBlockHeaderTbl
Bch
Block
Header
Tbl
data
class
BchBlockHeaderTbl
(
val
hash
:
ByteArray
,
val
hashPrevBlock
:
ByteArray
?
,
val
diffBits
:
Long
,
val
hashAncestor
:
ByteArray
?
,
val
time
:
Long
,
val
height
:
Long
,
val
chainWork
:
ByteArray
,
val
size
:
Long
,
val
nonce
:
Long
,
val
hashMerkleRoot
:
ByteArray
?
,
val
txCount
:
Long
)
Members
Constructors
Bch
Block
Header
Tbl
Link copied to clipboard
constructor
(
hash
:
ByteArray
,
hashPrevBlock
:
ByteArray
?
,
diffBits
:
Long
,
hashAncestor
:
ByteArray
?
,
time
:
Long
,
height
:
Long
,
chainWork
:
ByteArray
,
size
:
Long
,
nonce
:
Long
,
hashMerkleRoot
:
ByteArray
?
,
txCount
:
Long
)
Properties
chain
Work
Link copied to clipboard
val
chainWork
:
ByteArray
diff
Bits
Link copied to clipboard
val
diffBits
:
Long
hash
Link copied to clipboard
val
hash
:
ByteArray
hash
Ancestor
Link copied to clipboard
val
hashAncestor
:
ByteArray
?
hash
Merkle
Root
Link copied to clipboard
val
hashMerkleRoot
:
ByteArray
?
hash
Prev
Block
Link copied to clipboard
val
hashPrevBlock
:
ByteArray
?
height
Link copied to clipboard
val
height
:
Long
nonce
Link copied to clipboard
val
nonce
:
Long
size
Link copied to clipboard
val
size
:
Long
time
Link copied to clipboard
val
time
:
Long
tx
Count
Link copied to clipboard
val
txCount
:
Long