Kryptokrona Kotlin SDK
jvm
kryptokrona-service
/
org.kryptokrona.sdk.service.model.response.transaction
/
GetTransactionsResponse
Get
Transactions
Response
@
Serializable
data
class
GetTransactionsResponse
(
val
id
:
Int
,
val
jsonrpc
:
String
,
val
result
:
GetTransactionsResponseResult
)
Get transactions response.
Author
Marcus Cvjeticanin
Since
0.3.0
Members
Constructors
Get
Transactions
Response
Link copied to clipboard
constructor
(
id
:
Int
,
jsonrpc
:
String
,
result
:
GetTransactionsResponseResult
)
Properties
id
Link copied to clipboard
val
id
:
Int
jsonrpc
Link copied to clipboard
val
jsonrpc
:
String
result
Link copied to clipboard
val
result
:
GetTransactionsResponseResult