Context

case class Context(tx: Transaction, inputIndex: Int, amount: Satoshi)

Execution context of a tx script. A script is always executed in the "context" of a transaction that is being verified.

Value parameters:
inputIndex

0-based index of the tx input that is being processed

tx

transaction that is being verified

Source:
Script.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product