toggle menu
Ksui
1.3.2
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.model
/
TransactionSubscriptionResponse
Transaction
Subscription
Response
@
Serializable
(
with
=
TxnSubResSerializer::class
)
sealed
class
TransactionSubscriptionResponse
Inheritors
Ok
Effect
Error
Members
Types
Effect
Link copied to clipboard
data
class
Effect
(
val
effect
:
TransactionBlockEffects
)
:
TransactionSubscriptionResponse
Error
Link copied to clipboard
data
class
Error
(
val
code
:
Int
,
val
message
:
String
)
:
TransactionSubscriptionResponse
Ok
Link copied to clipboard
data
class
Ok
(
val
subscriptionId
:
Long
)
:
TransactionSubscriptionResponse