toggle menu
Ksui
1.3.2
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.model
/
GasUsed
Gas
Used
@
Serializable
data
class
GasUsed
(
val
computationCost
:
String
,
val
storageCost
:
String
,
val
storageRebate
:
String
,
val
nonRefundableStorageFee
:
String
)
Members
Constructors
Gas
Used
Link copied to clipboard
constructor
(
computationCost
:
String
,
storageCost
:
String
,
storageRebate
:
String
,
nonRefundableStorageFee
:
String
)
Properties
computation
Cost
Link copied to clipboard
val
computationCost
:
String
non
Refundable
Storage
Fee
Link copied to clipboard
val
nonRefundableStorageFee
:
String
storage
Cost
Link copied to clipboard
val
storageCost
:
String
storage
Rebate
Link copied to clipboard
val
storageRebate
:
String