Object/Class

org.ergoplatform

ErgoBox

Related Docs: class ErgoBox | package ergoplatform

Permalink

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]]

    Permalink
  2. type Amount = Long

    Permalink
  3. type BoxId = Array[Byte] with Tag[Array[Byte], scorex.crypto.authds.ADKey.Tag]

    Permalink
  4. abstract class MandatoryRegisterId extends RegisterId

    Permalink
  5. abstract class NonMandatoryRegisterId extends RegisterId

    Permalink
  6. trait RegisterId extends AnyRef

    Permalink
  7. type TokenId = Array[Byte] with Tag[Array[Byte], scorex.crypto.hash.Digest32.Tag]

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object BoxId

    Permalink
  5. val MaxBoxSize: Int

    Permalink
  6. val MaxTokens: Int

    Permalink
  7. object R0 extends MandatoryRegisterId

    Permalink
  8. object R1 extends MandatoryRegisterId

    Permalink
  9. object R2 extends MandatoryRegisterId

    Permalink
  10. object R3 extends MandatoryRegisterId

    Permalink
  11. object R4 extends NonMandatoryRegisterId

    Permalink
  12. object R5 extends NonMandatoryRegisterId

    Permalink
  13. object R6 extends NonMandatoryRegisterId

    Permalink
  14. object R7 extends NonMandatoryRegisterId

    Permalink
  15. object R8 extends NonMandatoryRegisterId

    Permalink
  16. object R9 extends NonMandatoryRegisterId

    Permalink
  17. val ReferenceRegId: MandatoryRegisterId

    Permalink
  18. val SReferenceRegType: STuple

    Permalink
  19. val STokenType: STuple

    Permalink
  20. val STokensRegType: SCollection[STuple]

    Permalink
  21. val ScriptRegId: MandatoryRegisterId

    Permalink
  22. object TokenId

    Permalink
  23. val TokensRegId: MandatoryRegisterId

    Permalink
  24. val ValueRegId: MandatoryRegisterId

    Permalink
  25. val allRegisters: Seq[RegisterId]

    Permalink
  26. val allZerosModifierId: ModifierId

    Permalink
  27. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  28. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  29. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  31. def findRegisterByIndex(i: Int): Option[RegisterId]

    Permalink
  32. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  33. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. val mandatoryRegisters: Seq[MandatoryRegisterId]

    Permalink
  36. val mandatoryRegistersCount: Byte

    Permalink
  37. val maxRegisters: Int

    Permalink
  38. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  39. val nonMandatoryRegisters: Seq[NonMandatoryRegisterId]

    Permalink
  40. val nonMandatoryRegistersCount: Byte

    Permalink
  41. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  42. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  43. final def registerByIndex(index: Int): RegisterId

    Permalink

    Annotations
    @inline()
  44. val registerByName: Map[String, RegisterId]

    Permalink
  45. object sigmaSerializer extends SigmaSerializer[ErgoBox, ErgoBox]

    Permalink
  46. val startingNonMandatoryIndex: Byte

    Permalink
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  48. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  49. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped