object ErgoBox

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErgoBox
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AdditionalRegisters = Map[NonMandatoryRegisterId, _ <: EvaluatedValue[_ <: SType]]
  2. type Amount = Long
  3. type BoxId = Array[Byte] with Tag[Array[Byte], scorex.crypto.authds.ADKey.Tag]
  4. abstract class MandatoryRegisterId extends RegisterId
  5. abstract class NonMandatoryRegisterId extends RegisterId
  6. trait RegisterId extends AnyRef
  7. type TokenId = Array[Byte] with Tag[Array[Byte], scorex.crypto.hash.Digest32.Tag]

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 MaxBoxSize: Int
  5. val MaxTokens: Int
  6. val ReferenceRegId: MandatoryRegisterId
  7. val SReferenceRegType: STuple
  8. val STokenType: STuple
  9. val STokensRegType: SCollection[STuple]
  10. val ScriptRegId: MandatoryRegisterId
  11. val TokensRegId: MandatoryRegisterId
  12. val ValueRegId: MandatoryRegisterId
  13. val allRegisters: Seq[RegisterId]
  14. val allZerosModifierId: ModifierId
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def findRegisterByIndex(i: Int): Option[RegisterId]
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val mandatoryRegisters: Seq[MandatoryRegisterId]
  25. val mandatoryRegistersCount: Byte
  26. val maxRegisters: Int
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. val nonMandatoryRegisters: Seq[NonMandatoryRegisterId]
  29. val nonMandatoryRegistersCount: Byte
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def registerByIndex(index: Int): RegisterId

    Annotations
    @inline()
  33. val registerByName: Map[String, RegisterId]
  34. val startingNonMandatoryIndex: Byte
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. object BoxId
  41. object R0 extends MandatoryRegisterId
  42. object R1 extends MandatoryRegisterId
  43. object R2 extends MandatoryRegisterId
  44. object R3 extends MandatoryRegisterId
  45. object R4 extends NonMandatoryRegisterId
  46. object R5 extends NonMandatoryRegisterId
  47. object R6 extends NonMandatoryRegisterId
  48. object R7 extends NonMandatoryRegisterId
  49. object R8 extends NonMandatoryRegisterId
  50. object R9 extends NonMandatoryRegisterId
  51. object TokenId
  52. object sigmaSerializer extends SigmaSerializer[ErgoBox, ErgoBox]

Inherited from AnyRef

Inherited from Any

Ungrouped