case class TransactionPostSuccess(hash: String, ledger: Long, envelopeXDR: String, resultXDR: String, resultMetaXDR: String) extends TransactionSuccessResp with TransactionPostResp with Product with Serializable
The success response received after submitting a new transaction to Horizon
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TransactionPostSuccess
- Serializable
- Serializable
- Product
- Equals
- TransactionSuccessResp
- TransactionPostResp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TransactionPostSuccess(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
- Definition Classes
- TransactionPostSuccess → TransactionPostResp
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
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
- Definition Classes
- TransactionPostSuccess → TransactionSuccessResp
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
ledger: Long
- Definition Classes
- TransactionPostSuccess → TransactionSuccessResp
-
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
result: TransactionResult
The transaction result as reported in the XDR returned from Horizon.
The transaction result as reported in the XDR returned from Horizon. Note: This response provided is the native Java XDR type.
- Definition Classes
- TransactionPostResp
-
def
resultMeta: TransactionMeta
The transaction meta info as reported in the XDR returned from Horizon.
The transaction meta info as reported in the XDR returned from Horizon. Note: This response provided is the native Java XDR type.
- Definition Classes
- TransactionSuccessResp
-
val
resultMetaXDR: String
- Definition Classes
- TransactionPostSuccess → TransactionSuccessResp
-
val
resultXDR: String
- Definition Classes
- TransactionPostSuccess → TransactionPostResp
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
transaction(implicit network: Network): SignedTransaction
The previously submitted signed transaction as reported in the XDR returned from Horizon.
The previously submitted signed transaction as reported in the XDR returned from Horizon.
- Definition Classes
- TransactionSuccessResp
-
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( ... )