case class TransactionApproved(hash: String, ledger: Long, envelopeXDR: String, resultXDR: String, resultMetaXDR: String) extends TransactionPostResponse with Product with Serializable
The data returned from Horizon when a transaction post was accepted into a ledger.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TransactionApproved
- Serializable
- Serializable
- Product
- Equals
- TransactionPostResponse
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TransactionApproved(hash: String, ledger: Long, envelopeXDR: String, resultXDR: String, resultMetaXDR: String)
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val envelopeXDR: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def feeCharged: NativeAmount
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val hash: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
isSuccess: Boolean
- Definition Classes
- TransactionApproved → TransactionPostResponse
- val ledger: Long
-
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()
- def operationResults: Seq[OperationResult]
- lazy val result: TransactionSuccess
- val resultMetaXDR: String
- val resultXDR: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
transaction(implicit network: Network): SignedTransaction
- Definition Classes
- TransactionPostResponse
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )