GasData

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

Constructors

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

Properties

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