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.
-
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) throwsParameters
decoderThe decoder containing the data
View on GitHub
Install in Dash