Ksui
Toggle table of contents
2.2.0
common
Platform filter
common
Switch theme
Search in API
Ksui
Ksui
/
xyz.mcxross.ksui.model
/
TransactionData
/
V1
V1
@
Serializable
data
class
V1
(
val
kind
:
TransactionKind
,
val
sender
:
AccountAddress
,
val
gasData
:
GasData
,
val
expiration
:
TransactionExpiration
)
:
TransactionData
Members
Constructors
V1
Link copied to clipboard
constructor
(
kind
:
TransactionKind
,
sender
:
AccountAddress
,
gasData
:
GasData
,
expiration
:
TransactionExpiration
)
Properties
expiration
Link copied to clipboard
val
expiration
:
TransactionExpiration
gas
Data
Link copied to clipboard
val
gasData
:
GasData
kind
Link copied to clipboard
val
kind
:
TransactionKind
sender
Link copied to clipboard
val
sender
:
AccountAddress