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
| TransactionMetadata | constructor(gasBudget: ULong? = null, gasObjects: List<ObjectRef>? = null, gasPrice: ULong? = null, gasSponsor: Address? = null, sender: Address? = null) |
Properties
| Name | Summary |
|---|---|
| gasBudget | var gasBudget: ULong? |
| gasObjects | var gasObjects: List<ObjectRef>? |
| gasPrice | var gasPrice: ULong? |
| gasSponsor | var gasSponsor: Address? |
| sender | var sender: Address? |
Functions
| Name | Summary |
|---|---|
| destroy | open override fun destroy() |