Submit Transaction Async Response
@Serializable
Represents the response from the "Submit a Transaction Asynchronously" endpoint of Horizon API.
Unlike the synchronous submission, which blocks and waits for the transaction to be ingested in Horizon, this endpoint relays the response from Stellar Core directly back to the user.
See also
Constructors
Link copied to clipboard
constructor(hash: String, txStatus: SubmitTransactionAsyncResponse.TransactionStatus, errorResultXdr: String? = null, httpResponseCode: Int = 0)