Kryptokrona Kotlin SDK
jvm
kryptokrona-service
/
org.kryptokrona.sdk.service.model.request.block
Package-level
declarations
Types
Types
Block
Hashes
Request
Link copied to clipboard
@
Serializable
data
class
BlockHashesRequest
(
val
jsonrpc
:
String
=
"2.0"
,
val
id
:
Int
,
val
password
:
String
,
val
method
:
String
,
val
params
:
BlockHashesRequestParams
)
Block Hashes Request.
Block
Hashes
Request
Params
Link copied to clipboard
@
Serializable
data
class
BlockHashesRequestParams
(
val
firstBlockIndex
:
Int
,
val
blockCount
:
Int
)
Block Hashes Request Params.