Skip to main content

TransactionMetadata

data class TransactionMetadata(var gasBudget: ULong? = null, var gasObjects: List<ObjectRef>? = null, var gasPrice: ULong? = null, var gasSponsor: Address? = null, var sender: Address? = null) : Disposable

Constructors

TransactionMetadataconstructor(gasBudget: ULong? = null, gasObjects: List<ObjectRef>? = null, gasPrice: ULong? = null, gasSponsor: Address? = null, sender: Address? = null)

Properties

NameSummary
gasBudgetvar gasBudget: ULong?
gasObjectsvar gasObjects: List<ObjectRef>?
gasPricevar gasPrice: ULong?
gasSponsorvar gasSponsor: Address?
sendervar sender: Address?

Functions

NameSummary
destroyopen override fun destroy()