GasCostSummary

@Serializable
data class GasCostSummary(val computationCost: Long, val storageCost: Long, val storageRebate: Long)

Constructors

Link copied to clipboard
constructor(computationCost: Long, storageCost: Long, storageRebate: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard