package context
Type Members
- 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