Sep08PostTransactionSuccess

public struct Sep08PostTransactionSuccess : Decodable, Sendable

Response when a transaction is approved without modifications.

The approval server has validated and signed the transaction. The client should submit it to the Stellar network.

  • tx

    The approved transaction envelope in base64-encoded XDR format.

    Declaration

    Swift

    public var tx: String
  • Optional human-readable message from the approval server.

    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