Package

scorex

transaction

Permalink

package transaction

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

Type Members

  1. type AssetId = Array[Byte]

    Permalink
  2. case class GenesisTransaction(recipient: Account, amount: Long, timestamp: Long) extends LagonakiTransaction with Product with Serializable

    Permalink
  3. abstract class LagonakiTransaction extends TypedTransaction

    Permalink
  4. trait SignedTransaction extends TypedTransaction

    Permalink
  5. class SimpleTransactionModule extends TransactionModule[StoredInBlock] with ScorexLogging

    Permalink
  6. class StateCheckFailed extends Error

    Permalink
  7. trait TransactionSettings extends AnyRef

    Permalink
  8. case class TransactionsBlockField(value: Seq[Transaction]) extends BlockField[Seq[Transaction]] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  9. trait TypedTransaction extends Transaction

    Permalink
  10. case class PaymentTransaction(sender: PublicKeyAccount, recipient: Account, amount: Long, fee: Long, timestamp: Long, signature: Array[Byte]) extends LagonakiTransaction with Product with Serializable

    Permalink
    Annotations
    @deprecated @SerialVersionUID()
    Deprecated

    Use TransferTransaction

Value Members

  1. val AssetIdLength: Int

    Permalink
  2. object GenesisTransaction extends Deser[GenesisTransaction] with Serializable

    Permalink
  3. object LagonakiTransaction extends Serializable

    Permalink
  4. object PaymentTransaction extends Deser[PaymentTransaction] with Serializable

    Permalink
  5. object SimpleTransactionModule

    Permalink
  6. object TypedTransaction extends Deser[TypedTransaction] with Serializable

    Permalink
  7. object ValidationResult extends Enumeration

    Permalink
  8. package assets

    Permalink
  9. package state

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped