Sep08PostTransactionRevised

public struct Sep08PostTransactionRevised : Decodable, Sendable

Response when a transaction is approved but with modifications.

The approval server has revised the transaction (e.g., added fees or compliance signatures) and signed it. The client should submit the revised transaction to the network.

  • tx

    The revised and signed transaction envelope in base64-encoded XDR format.

    Declaration

    Swift

    public var tx: String
  • Human-readable explanation of the changes made to the transaction.

    Declaration

    Swift

    public var message: String
  • Initializer - creates a new instance by decoding from the given decoder.

    Declaration

    Swift

    public init(from decoder: Decoder) throws

    Parameters

    decoder

    The decoder containing the data