toggle menu
Ksui
2.2.0-SNAPSHOT
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.model
/
GasData
Gas
Data
@
Serializable
data
class
GasData
(
val
payment
:
List
<
ObjectReference
>
,
val
owner
:
AccountAddress
,
val
price
:
ULong
,
val
budget
:
ULong
)
Members
Constructors
Gas
Data
Link copied to clipboard
constructor
(
payment
:
List
<
ObjectReference
>
,
owner
:
AccountAddress
,
price
:
ULong
,
budget
:
ULong
)
Properties
budget
Link copied to clipboard
val
budget
:
ULong
owner
Link copied to clipboard
val
owner
:
AccountAddress
payment
Link copied to clipboard
val
payment
:
List
<
ObjectReference
>
price
Link copied to clipboard
val
price
:
ULong