Kryptokrona Kotlin SDK
jvm
kryptokrona-node
/
org.kryptokrona.sdk.node.model.response.transaction
/
TransactionsPoolResponse
Transactions
Pool
Response
@
Serializable
data
class
TransactionsPoolResponse
(
val
jsonrpc
:
String
,
val
result
:
TransactionsPoolResult
)
Transaction pool response.
Author
Marcus Cvjeticanin
Since
0.3.0
Members
Constructors
Transactions
Pool
Response
Link copied to clipboard
constructor
(
jsonrpc
:
String
,
result
:
TransactionsPoolResult
)
Properties
jsonrpc
Link copied to clipboard
val
jsonrpc
:
String
result
Link copied to clipboard
val
result
:
TransactionsPoolResult