Rolling Gas Summary
data class RollingGasSummary(val computationCost: Any?, val storageCost: Any?, val storageRebate: Any?, val nonRefundableStorageFee: Any?)
Properties
Link copied to clipboard
Gas paid for executing this transaction (in MIST).
Link copied to clipboard
Part of storage cost that is not reclaimed when data created by this transaction is cleaned up (in MIST).
Link copied to clipboard
Gas paid for the data stored on-chain by this transaction (in MIST).
Link copied to clipboard
Part of storage cost that can be reclaimed by cleaning up data created by this transaction (when objects are deleted or an object is modified, which is treated as a deletion followed by a creation) (in MIST).