Packages

package context

Type Members

  1. 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.

  2. trait ErgoLikeStateContext extends AnyRef

    Blockchain context used in transaction validation.

  3. final case class TransactionContext(boxesToSpend: IndexedSeq[ErgoBox], dataBoxes: IndexedSeq[ErgoBox], spendingTransaction: ErgoLikeTransactionTemplate[_ <: UnsignedInput], selfIndex: Short) extends Product with Serializable

Ungrouped