Class/Object

org.ergoplatform

ErgoLikeTransaction

Related Docs: object ErgoLikeTransaction | package ergoplatform

Permalink

class ErgoLikeTransaction extends ErgoLikeTransactionTemplate[Input]

Signed version of ErgoLikeTransactionTemplate

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErgoLikeTransaction
  2. ErgoLikeTransactionTemplate
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ErgoLikeTransaction(inputs: IndexedSeq[Input], dataInputs: IndexedSeq[DataInput], outputCandidates: IndexedSeq[ErgoBoxCandidate])

    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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  6. val dataInputs: IndexedSeq[DataInput]

    Permalink

    Inputs, that are not going to be spent by transaction, but will be reachable from inputs scripts.

    Inputs, that are not going to be spent by transaction, but will be reachable from inputs scripts. dataInputs scripts will not be executed, thus their scripts costs are not included in transaction cost and they do not contain spending proofs.

    Definition Classes
    ErgoLikeTransactionErgoLikeTransactionTemplate
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    ErgoLikeTransaction → AnyRef → Any
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  10. def hashCode(): Int

    Permalink
    Definition Classes
    ErgoLikeTransaction → AnyRef → Any
  11. lazy val id: ModifierId

    Permalink

    Identifier of this transaction as state Modifier.

    Identifier of this transaction as state Modifier.

    Definition Classes
    ErgoLikeTransactionErgoLikeTransactionTemplate
  12. lazy val inputIds: IndexedSeq[ADKey]

    Permalink
    Definition Classes
    ErgoLikeTransactionTemplate
  13. val inputs: IndexedSeq[Input]

    Permalink

    Inputs, that will be spent by this transaction.

    Inputs, that will be spent by this transaction.

    Definition Classes
    ErgoLikeTransactionErgoLikeTransactionTemplate
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. lazy val messageToSign: Array[Byte]

    Permalink
    Definition Classes
    ErgoLikeTransactionTemplate
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  19. val outputCandidates: IndexedSeq[ErgoBoxCandidate]

    Permalink

    Box candidates to be created by this transaction.

    Box candidates to be created by this transaction. Differ from ordinary ones in that they do not include transaction id and index.

    Definition Classes
    ErgoLikeTransactionErgoLikeTransactionTemplate
  20. lazy val outputs: IndexedSeq[ErgoBox]

    Permalink
    Definition Classes
    ErgoLikeTransactionTemplate
  21. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. 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