toggle menu
Ksui
2.2.1-SNAPSHOT
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.model
/
TransactionMetaData
Transaction
Meta
Data
data
class
TransactionMetaData
(
val
sender
:
String
?
=
null
,
val
gasPrice
:
Long
?
=
null
,
val
gasObjects
:
List
<
ObjectRef
>
?
=
emptyList()
,
val
gasBudget
:
Long
?
,
val
gasSponsor
:
AccountAddress
)
Members
Constructors
Transaction
Meta
Data
Link copied to clipboard
constructor
(
sender
:
String
?
=
null
,
gasPrice
:
Long
?
=
null
,
gasObjects
:
List
<
ObjectRef
>
?
=
emptyList()
,
gasBudget
:
Long
?
,
gasSponsor
:
AccountAddress
)
Properties
gas
Budget
Link copied to clipboard
val
gasBudget
:
Long
?
gas
Objects
Link copied to clipboard
val
gasObjects
:
List
<
ObjectRef
>
?
gas
Price
Link copied to clipboard
val
gasPrice
:
Long
?
=
null
gas
Sponsor
Link copied to clipboard
val
gasSponsor
:
AccountAddress
sender
Link copied to clipboard
val
sender
:
String
?
=
null
Functions
to
Generated
Link copied to clipboard
fun
toGenerated
(
)
:
TransactionMetadata