Revised

data class Revised(val tx: String, val message: String) : Sep08PostTransactionResponse

The transaction was revised by the approval server.

The approval server modified the original transaction (e.g., added compliance-related operations) and returned a revised version. The tx field contains the modified transaction XDR that the client should sign and submit instead of the original.

The message field explains what changes were made and why.

Constructors

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

Properties

Link copied to clipboard

Human-readable explanation of the revisions made

Link copied to clipboard
val tx: String

The revised transaction as a base64-encoded XDR transaction envelope