RollingGasSummary

data class RollingGasSummary(val computationCost: Any?, val storageCost: Any?, val storageRebate: Any?, val nonRefundableStorageFee: Any?)

Constructors

Link copied to clipboard
constructor(computationCost: Any?, storageCost: Any?, storageRebate: Any?, 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).