Success

data class Success(val tx: String, val message: String? = null) : Sep08PostTransactionResponse

The transaction was approved by the approval server without modifications.

The tx field contains the signed transaction XDR envelope that is ready to be submitted to the Stellar network. The approval server may have added its signature to the transaction.

Constructors

Link copied to clipboard
constructor(tx: String, message: String? = null)

Properties

Link copied to clipboard

Optional human-readable message from the approval server

Link copied to clipboard
val tx: String

The approved transaction as a base64-encoded XDR transaction envelope