Packages

package context

Type Members

  1. case class InputContext(selfIndex: Short, extension: ContextExtension) extends Product with Serializable

    Part of execution context regarding a box to be spent.

    Part of execution context regarding a box to be spent. It includes index of the box in inputs and also context extension (additional key-value pairs provided during the spending)

    selfIndex

    - index of the box in spending transaction inputs

    extension

    - input-provided context extension

Ungrouped