Kryptokrona Kotlin SDK
jvm
kryptokrona-node
/
org.kryptokrona.sdk.node.model.response.block
/
BlockInfo2
Block
Info2
@
Serializable
data
class
BlockInfo2
(
val
cumulSize
:
Long
,
val
difficulty
:
Long
,
val
hash
:
String
,
val
height
:
Long
,
val
timestamp
:
Long
,
val
txCount
:
Long
)
Members
Constructors
Block
Info2
Link copied to clipboard
constructor
(
cumulSize
:
Long
,
difficulty
:
Long
,
hash
:
String
,
height
:
Long
,
timestamp
:
Long
,
txCount
:
Long
)
Properties
cumul
Size
Link copied to clipboard
val
cumulSize
:
Long
difficulty
Link copied to clipboard
val
difficulty
:
Long
hash
Link copied to clipboard
val
hash
:
String
height
Link copied to clipboard
val
height
:
Long
timestamp
Link copied to clipboard
val
timestamp
:
Long
tx
Count
Link copied to clipboard
val
txCount
:
Long