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