case class TransactionHistory(hash: String, ledgerId: Long, createdAt: ZonedDateTime, account: AccountId, sequence: Long, maxFee: NativeAmount, feeCharged: NativeAmount, operationCount: Int, memo: Memo, signatures: Seq[String], envelopeXDR: String, resultXDR: String, resultMetaXDR: String, feeMetaXDR: String, validAfter: Option[ZonedDateTime], validBefore: Option[ZonedDateTime], feeBump: Option[FeeBumpHistory]) extends Product with Serializable
A transaction that has been included in the ledger sometime in the past.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TransactionHistory
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TransactionHistory(hash: String, ledgerId: Long, createdAt: ZonedDateTime, account: AccountId, sequence: Long, maxFee: NativeAmount, feeCharged: NativeAmount, operationCount: Int, memo: Memo, signatures: Seq[String], envelopeXDR: String, resultXDR: String, resultMetaXDR: String, feeMetaXDR: String, validAfter: Option[ZonedDateTime], validBefore: Option[ZonedDateTime], feeBump: Option[FeeBumpHistory])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val account: AccountId
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val createdAt: ZonedDateTime
- val envelopeXDR: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val feeBump: Option[FeeBumpHistory]
- val feeCharged: NativeAmount
- def feeLedgerEntries: Seq[LedgerEntryChange]
- val feeMetaXDR: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val hash: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def ledgerEntries: TransactionLedgerEntries
- val ledgerId: Long
- val maxFee: NativeAmount
- val memo: Memo
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val operationCount: Int
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- lazy val result: TransactionResult
- val resultMetaXDR: String
- val resultXDR: String
- val sequence: Long
- val signatures: Seq[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def transaction(network: Network): Transaction
- val validAfter: Option[ZonedDateTime]
- val validBefore: Option[ZonedDateTime]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- val feePaid: NativeAmount
- Annotations
- @deprecated
- Deprecated
(Since version v0.7.2) Replaced by
feeCharged
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated