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 Amount = Long

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

    Permalink
  3. abstract class MandatoryRegisterId extends RegisterId

    Permalink
  4. abstract class NonMandatoryRegisterId extends RegisterId

    Permalink
  5. trait RegisterId extends AnyRef

    Permalink
  6. 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. def apply(value: Long, ergoTree: ErgoTree, creationHeight: Int, additionalTokens: Seq[(TokenId, Long)] = Nil, additionalRegisters: Map[NonMandatoryRegisterId, _ <: EvaluatedValue[_ <: SType]] = Map.empty, transactionId: ModifierId = allZerosModifierId, boxIndex: Short = 0): ErgoBox

    Permalink
  28. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. def findRegisterByIndex(i: Int): Option[RegisterId]

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  36. final def isInstanceOf[T0]: Boolean

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

    Permalink
  38. val mandatoryRegistersCount: Byte

    Permalink
  39. val maxRegisters: Int

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

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

    Permalink
  42. val nonMandatoryRegistersCount: Byte

    Permalink
  43. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  44. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  45. final def registerByIndex(index: Int): RegisterId

    Permalink

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

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

    Permalink
  48. val startingNonMandatoryIndex: Byte

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  51. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped