Gas Summary
data class GasSummary(val computationCost: Any?, val storageCost: Any?, val storageRebate: Any?, val nonRefundableStorageFee: Any?)
Properties
Link copied to clipboard
The sum cost of computation/execution
Link copied to clipboard
Amount that is retained by the system in the storage fund from the cost of the previous versions of objects being mutated or deleted.
Link copied to clipboard
Cost for storage at the time the transaction is executed, calculated as the size of the objects being mutated in bytes multiplied by a storage cost per byte (part of the protocol).
Link copied to clipboard
Amount the user gets back from the storage cost of the previous versions of objects being mutated or deleted.