ExecutionData

data class ExecutionData(    val annex: ByteVector?,     val tapleafHash: ByteVector32?,     val validationWeightLeft: Int? = null,     val codeSeparatorPos: Long = 4294967295)

Constructors

Link copied to clipboard
fun ExecutionData(    annex: ByteVector?,     tapleafHash: ByteVector32?,     validationWeightLeft: Int? = null,     codeSeparatorPos: Long = 4294967295)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val annex: ByteVector?
Link copied to clipboard
val codeSeparatorPos: Long = 4294967295
Link copied to clipboard
val tapleafHash: ByteVector32?
Link copied to clipboard
val validationWeightLeft: Int? = null