Kryptokrona Kotlin SDK
jvm
kryptokrona-service
/
org.kryptokrona.sdk.service.model.response
/
BlockHashesResponse
Block
Hashes
Response
@
Serializable
data
class
BlockHashesResponse
(
val
id
:
Int
,
val
jsonrpc
:
String
,
val
result
:
List
<
String
>
)
Block Hashes Response.
Author
Marcus Cvjeticanin
Since
0.3.0
Members
Constructors
Block
Hashes
Response
Link copied to clipboard
constructor
(
id
:
Int
,
jsonrpc
:
String
,
result
:
List
<
String
>
)
Properties
id
Link copied to clipboard
val
id
:
Int
jsonrpc
Link copied to clipboard
val
jsonrpc
:
String
result
Link copied to clipboard
val
result
:
List
<
String
>