package context
Type Members
-
trait
ErgoLikeParameters extends AnyRef
Blockchain parameters readjustable via miners voting and voting-related data.
Blockchain parameters readjustable via miners voting and voting-related data. All these fields are included into extension section of a first block of a voting epoch.
-
trait
ErgoLikeStateContext extends AnyRef
Blockchain context used in transaction validation.
- final case class TransactionContext(boxesToSpend: IndexedSeq[ErgoBox], dataBoxes: IndexedSeq[ErgoBox], spendingTransaction: ErgoLikeTransactionTemplate[_ <: UnsignedInput], selfIndex: Short) extends Product with Serializable