final case class Transaction(txHash: String = "", amount: Long = 0L, numConfirmations: Int = 0, blockHash: String = "", blockHeight: Int = 0, timeStamp: Long = 0L, totalFees: Long = 0L, destAddresses: Seq[String] = _root_.scala.Seq.empty, outputDetails: Seq[OutputDetail] = _root_.scala.Seq.empty, rawTxHex: String = "", label: String = "", previousOutpoints: Seq[PreviousOutPoint] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Transaction] with Product with Serializable
- txHash
The transaction hash
- amount
The transaction amount, denominated in satoshis
- numConfirmations
The number of confirmations
- blockHash
The hash of the block this transaction was included in
- blockHeight
The height of the block this transaction was included in
- timeStamp
Timestamp of this transaction
- totalFees
Fees paid for this transaction
- destAddresses
Addresses that received funds for this transaction. Deprecated as it is now incorporated in the output_details field.
- outputDetails
Outputs that received funds for this transaction
- rawTxHex
The raw transaction hex.
- label
A label that was optionally set on transaction broadcast.
- previousOutpoints
PreviousOutpoints/Inputs of this transaction.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- Transaction
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Transaction(txHash: String = "", amount: Long = 0L, numConfirmations: Int = 0, blockHash: String = "", blockHeight: Int = 0, timeStamp: Long = 0L, totalFees: Long = 0L, destAddresses: Seq[String] = _root_.scala.Seq.empty, outputDetails: Seq[OutputDetail] = _root_.scala.Seq.empty, rawTxHex: String = "", label: String = "", previousOutpoints: Seq[PreviousOutPoint] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- txHash
The transaction hash
- amount
The transaction amount, denominated in satoshis
- numConfirmations
The number of confirmations
- blockHash
The hash of the block this transaction was included in
- blockHeight
The height of the block this transaction was included in
- timeStamp
Timestamp of this transaction
- totalFees
Fees paid for this transaction
- destAddresses
Addresses that received funds for this transaction. Deprecated as it is now incorporated in the output_details field.
- outputDetails
Outputs that received funds for this transaction
- rawTxHex
The raw transaction hex.
- label
A label that was optionally set on transaction broadcast.
- previousOutpoints
PreviousOutpoints/Inputs of this transaction.
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
- def addAllDestAddresses(__vs: Iterable[String]): Transaction
- def addAllOutputDetails(__vs: Iterable[OutputDetail]): Transaction
- def addAllPreviousOutpoints(__vs: Iterable[PreviousOutPoint]): Transaction
- def addDestAddresses(__vs: String*): Transaction
- def addOutputDetails(__vs: OutputDetail*): Transaction
- def addPreviousOutpoints(__vs: PreviousOutPoint*): Transaction
- val amount: Long
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val blockHash: String
- val blockHeight: Int
- def clearDestAddresses: Transaction
- def clearOutputDetails: Transaction
- def clearPreviousOutpoints: Transaction
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: Transaction.type
- Definition Classes
- Transaction → GeneratedMessage
- def discardUnknownFields: Transaction
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Transaction → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Transaction → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val label: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val numConfirmations: Int
- val outputDetails: Seq[OutputDetail]
- val previousOutpoints: Seq[PreviousOutPoint]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val rawTxHex: String
- def serializedSize: Int
- Definition Classes
- Transaction → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timeStamp: Long
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- Transaction → GeneratedMessage
- val totalFees: Long
- val txHash: String
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[Transaction, Transaction]) => Mutation[Transaction]*): Transaction
- Definition Classes
- Updatable
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- def withAmount(__v: Long): Transaction
- def withBlockHash(__v: String): Transaction
- def withBlockHeight(__v: Int): Transaction
- def withDestAddresses(__v: Seq[String]): Transaction
- def withLabel(__v: String): Transaction
- def withNumConfirmations(__v: Int): Transaction
- def withOutputDetails(__v: Seq[OutputDetail]): Transaction
- def withPreviousOutpoints(__v: Seq[PreviousOutPoint]): Transaction
- def withRawTxHex(__v: String): Transaction
- def withTimeStamp(__v: Long): Transaction
- def withTotalFees(__v: Long): Transaction
- def withTxHash(__v: String): Transaction
- def withUnknownFields(__v: UnknownFieldSet): Transaction
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Transaction → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage