Kryptokrona Kotlin SDK
jvm
kryptokrona-node
/
org.kryptokrona.sdk.node.model.response.block
/
GetBlockCountResponseResult
Get
Block
Count
Response
Result
@
Serializable
data
class
GetBlockCountResponseResult
(
val
count
:
Long
,
val
status
:
String
)
Get block count response result.
Author
Marcus Cvjeticanin
Since
0.3.0
Members
Constructors
Get
Block
Count
Response
Result
Link copied to clipboard
constructor
(
count
:
Long
,
status
:
String
)
Properties
count
Link copied to clipboard
val
count
:
Long
status
Link copied to clipboard
val
status
:
String