GasCostSummary

interface GasCostSummary

Summary of gas charges.

Properties

Link copied to clipboard
abstract val computationCost: <Error class: unknown class>?

Cost of computation/execution.

Link copied to clipboard
abstract val nonRefundableStorageFee: <Error class: unknown class>?

The fee for the rebate. The portion of the storage rebate kept by the system.

Link copied to clipboard

Returns the field-presence view for this GasCostSummary instance.

Link copied to clipboard
abstract val storageCost: <Error class: unknown class>?

Storage cost, it's the sum of all storage cost for all objects created or mutated.

Link copied to clipboard
abstract val storageRebate: <Error class: unknown class>?

The amount of storage cost refunded to the user for all objects deleted or mutated in the transaction.

Functions

Link copied to clipboard
fun GasCostSummary.copy(body: <Error class: unknown class>.() -> Unit = {}): GasCostSummary

Copies the original message, including unknown fields.