AccountMergeOperationResponse
public class AccountMergeOperationResponse : OperationResponse, @unchecked Sendable
Represents an account merge operation response. See Stellar developer docs
-
Account ID of the account that has been merged (deleted).
Declaration
Swift
public let account: String -
Multiplexed account address of the merged account (if used).
Declaration
Swift
public let accountMuxed: String? -
ID of the multiplexed merged account (if used).
Declaration
Swift
public let accountMuxedId: String? -
Account ID where funds of the merged account were transferred.
Declaration
Swift
public let into: String -
Multiplexed account address of the destination account (if used).
Declaration
Swift
public let intoMuxed: String? -
ID of the multiplexed destination account (if used).
Declaration
Swift
public let intoMuxedId: String? -
Initializer - creates a new instance by decoding from the given decoder.
Declaration
Swift
public required init(from decoder: Decoder) throwsParameters
decoderThe decoder containing the data
View on GitHub
Install in Dash