GasData

@Serializable
data class GasData(val payment: List<ObjectReference>, val owner: String, val price: ULong, val budget: ULong)

Constructors

Link copied to clipboard
constructor(payment: List<ObjectReference>, owner: String, price: ULong, budget: ULong)

Properties

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