Packages

final case class TrackedBox(creationTxId: ModifierId, creationOutIndex: Short, inclusionHeightOpt: Option[Int], spendingTxIdOpt: Option[ModifierId], spendingHeightOpt: Option[Int], box: ErgoBox, certainty: BoxCertainty, applicationId: Short) extends Product with Serializable

A box tracked by a wallet that contains Ergo box itself as well as its state (e.g. spent or not, confirmed or not etc).

creationTxId

- Id of transaction created the box

creationOutIndex

- Output index in the creation transaction

inclusionHeightOpt

- Height the transaction was included into blockchain

spendingTxIdOpt

- Id of transaction which spends the box if exists and known

spendingHeightOpt

- Height of the spending transaction block in blockchain if known

box

- Underlying Ergo box

certainty

- Whether the box is definitely belongs to the user or not

applicationId

- Identifier of the application the box refers to

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TrackedBox
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TrackedBox(creationTxId: ModifierId, creationOutIndex: Short, inclusionHeightOpt: Option[Int], spendingTxIdOpt: Option[ModifierId], spendingHeightOpt: Option[Int], box: ErgoBox, certainty: BoxCertainty, applicationId: Short)

    creationTxId

    - Id of transaction created the box

    creationOutIndex

    - Output index in the creation transaction

    inclusionHeightOpt

    - Height the transaction was included into blockchain

    spendingTxIdOpt

    - Id of transaction which spends the box if exists and known

    spendingHeightOpt

    - Height of the spending transaction block in blockchain if known

    box

    - Underlying Ergo box

    certainty

    - Whether the box is definitely belongs to the user or not

    applicationId

    - Identifier of the application the box refers to

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val applicationId: Short
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def assets: Map[ModifierId, Long]
  7. val box: ErgoBox
  8. def boxId: ModifierId
  9. val certainty: BoxCertainty
  10. def chainStatus: ChainStatus

    Same as creationChainStatus for unspent boxes, same as spendingChainStatus for spent boxes

  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. def creationChainStatus: ChainStatus

    Whether box creation is confirmed or not.

    Whether box creation is confirmed or not. Can be derived from spendingStatus and chainStatus combination

  13. val creationOutIndex: Short
  14. val creationTxId: ModifierId
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. val inclusionHeightOpt: Option[Int]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def spendingChainStatus: ChainStatus

    Whether box spending is confirmed or not, Offchain for unspent boxes.

    Whether box spending is confirmed or not, Offchain for unspent boxes. Can be derived from spendingStatus and chainStatus combination

  23. val spendingHeightOpt: Option[Int]
  24. def spendingStatus: SpendingStatus

    Whether the box is spent or not

  25. val spendingTxIdOpt: Option[ModifierId]
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def value: Long
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped