TransactionMetaData

data class TransactionMetaData(val sender: String? = null, val gasPrice: Long? = null, val gasObjects: List<ObjectRef>? = emptyList(), val gasBudget: Long?, val gasSponsor: AccountAddress)

Constructors

Link copied to clipboard
constructor(sender: String? = null, gasPrice: Long? = null, gasObjects: List<ObjectRef>? = emptyList(), gasBudget: Long?, gasSponsor: AccountAddress)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val gasPrice: Long? = null
Link copied to clipboard
Link copied to clipboard
val sender: String? = null

Functions

Link copied to clipboard
fun toGenerated(): TransactionMetadata