Package

org.ergoplatform.wallet.protocol

context

Permalink

package context

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    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