Package

scorex.transaction

box

Permalink

package box

Visibility
  1. Public
  2. All

Type Members

  1. trait Box[L <: Proposition] extends StateElement

    Permalink

    Box is a state element.

    Box is a state element. Basically it is some value locked by some condition.

  2. trait BoxProof[L <: Proposition] extends Proof

    Permalink
  3. trait BoxUnlocker[L <: Proposition] extends AnyRef

    Permalink
  4. trait ErgakiBox[SL <: SigmaProposition] extends SigmaBox[SL]

    Permalink
  5. case class HeightOpenProposition(height: Int) extends Proposition with Product with Serializable

    Permalink
  6. sealed trait Proposition extends AnyRef

    Permalink
  7. trait SigmaBox[SL <: SigmaProposition] extends Box[SL]

    Permalink
  8. trait SigmaProof[SL <: SigmaProposition] extends BoxProof[SL]

    Permalink
  9. sealed trait SigmaProposition extends Proposition

    Permalink

Ungrouped