case class TransactionLedgerEntries(txnLevelChangesBefore: List[LedgerEntryChange], operationLevelChanges: List[List[LedgerEntryChange]], txnLevelChangesAfter: List[LedgerEntryChange]) extends Product with Serializable
Meta data about the effect a transaction had on the ledger it was transacted in.
- txnLevelChangesBefore
the ledger changes caused by the transactions themselves (not any one specific operation) preceding the transaction (introduced in version 2 of this datatype). In earlier versions of the protocol, this field was not present. In such cases the field will be empty.
- operationLevelChanges
the ledger changes caused by the individual operations. The order of the outer sequence matched the order of operations in the transaction.
- txnLevelChangesAfter
represents the changes following the transaction (introduced in version 1 of this datatype). In earlier versions of the protocol, this field was not present. In such cases the field will be empty.
- Alphabetic
- By Inheritance
- TransactionLedgerEntries
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new TransactionLedgerEntries(txnLevelChangesBefore: List[LedgerEntryChange], operationLevelChanges: List[List[LedgerEntryChange]], txnLevelChangesAfter: List[LedgerEntryChange])
- txnLevelChangesBefore
the ledger changes caused by the transactions themselves (not any one specific operation) preceding the transaction (introduced in version 2 of this datatype). In earlier versions of the protocol, this field was not present. In such cases the field will be empty.
- operationLevelChanges
the ledger changes caused by the individual operations. The order of the outer sequence matched the order of operations in the transaction.
- txnLevelChangesAfter
represents the changes following the transaction (introduced in version 1 of this datatype). In earlier versions of the protocol, this field was not present. In such cases the field will be empty.
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
- 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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 operationLevelChanges: List[List[LedgerEntryChange]]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val txnLevelChangesAfter: List[LedgerEntryChange]
- val txnLevelChangesBefore: List[LedgerEntryChange]
- 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
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated