Packages

c

io.horizen.account.transaction

AccountTransaction

abstract class AccountTransaction[P <: Proposition, PR <: Proof[P]] extends Transaction

Linear Supertypes
Transaction, Transaction, EphemerealNodeViewModifier, NodeViewModifier, SparkzEncoding, BytesSerializable, Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AccountTransaction
  2. Transaction
  3. Transaction
  4. EphemerealNodeViewModifier
  5. NodeViewModifier
  6. SparkzEncoding
  7. BytesSerializable
  8. Serializable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AccountTransaction()

Type Members

  1. abstract type M >: AccountTransaction.this.type <: BytesSerializable
    Definition Classes
    BytesSerializable

Abstract Value Members

  1. abstract def getData(): Array[Byte]
  2. abstract def getEffectiveGasPrice(base: BigInteger): BigInteger

    Effective fee per unit of gas, which equals the base fee plus the max priority fee, capped at max fee.

  3. abstract def getFrom(): P
  4. abstract def getGasLimit(): BigInteger
  5. abstract def getGasPrice(): BigInteger

    Price per unit of gas a user is willing to pay for their transaction to be executed.

  6. abstract def getMaxFeePerGas(): BigInteger

    Maximum fee per unit of gas a user is willing to pay for their transaction to be executed.

    Maximum fee per unit of gas a user is willing to pay for their transaction to be executed. Effective fee per unit of gas is base fee plus priority fee, but capped by this value.

  7. abstract def getMaxPriorityFeePerGas(): BigInteger

    Fee per unit of gas a user is willing to pay for their transaction to be executed, in addition to base fee.

    Fee per unit of gas a user is willing to pay for their transaction to be executed, in addition to base fee. It is the part of the gas fee paid directly to the block forger. In case the sum of base fee and max priority fee is greater than max fee per gas, the user will pay just max fee per gas, thus the effective priority fee is reduced to max fee minus base fee.

  8. abstract def getNonce(): BigInteger
  9. abstract def getPriorityFeePerGas(base: BigInteger): BigInteger
  10. abstract def getSignature(): PR
  11. abstract def getTo(): Optional[P]
  12. abstract def getValue(): BigInteger
  13. abstract val messageToSign: Array[Byte]
    Definition Classes
    Transaction
  14. abstract def semanticValidity(): Unit
    Definition Classes
    AccountTransactionTransaction
  15. abstract def serializer: SparkzSerializer[M]
    Definition Classes
    BytesSerializable
  16. abstract def size(): Long
    Definition Classes
    Transaction
  17. abstract def transactionTypeId: Byte
    Definition Classes
    Transaction
  18. abstract def version: Byte
    Definition Classes
    Transaction

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bytes: Array[Byte]
    Definition Classes
    BytesSerializable
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def encodedId: String
    Definition Classes
    NodeViewModifier
  8. implicit val encoder: SparkzEncoder
    Definition Classes
    SparkzEncoding
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(obj: Any): Boolean
    Definition Classes
    NodeViewModifier → AnyRef → Any
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. lazy val id: ModifierId
    Definition Classes
    Transaction → NodeViewModifier
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def maxCost(): BigInteger
  16. val modifierTypeId: ModifierTypeId
    Definition Classes
    Transaction → NodeViewModifier
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Transaction

Inherited from Transaction

Inherited from EphemerealNodeViewModifier

Inherited from NodeViewModifier

Inherited from SparkzEncoding

Inherited from BytesSerializable

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped