Ksui
Toggle table of contents
2.2.4-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
Ksui
Ksui
/
xyz.mcxross.ksui.model
/
TransactionData
Transaction
Data
@
Serializable
(
with
=
TransactionDataSerializer::class
)
sealed
class
TransactionData
Inheritors
V1
Members
Members & Extensions
Types
Companion
Link copied to clipboard
object
Companion
V1
Link copied to clipboard
@
Serializable
data
class
V1
(
val
kind
:
TransactionKind
,
val
sender
:
AccountAddress
,
val
gasData
:
GasData
,
val
expiration
:
TransactionExpiration
)
:
TransactionData
Functions
to
Transaction
Link copied to clipboard
fun
TransactionData
.
toTransaction
(
txSignatures
:
List
<
String
>
)
:
Txn
with
Link copied to clipboard
infix
fun
TransactionData
.
with
(
txSignatures
:
List
<
String
>
)
:
Txn