GasUsed

@Serializable
data class GasUsed(val computationCost: String, val storageCost: String, val storageRebate: String, val nonRefundableStorageFee: String)

Constructors

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

Properties

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