EndSponsoringFutureReservesOperationResponse
public class EndSponsoringFutureReservesOperationResponse : OperationResponse, @unchecked Sendable
Represents an end sponsoring future reserves operation response. This operation terminates the current sponsorship relationship initiated by a begin sponsoring future reserves operation. See Stellar developer docs
-
Account ID of the sponsor from the begin sponsoring operation.
Declaration
Swift
public let beginSponsor: String -
Multiplexed account address of the sponsor (if used).
Declaration
Swift
public let beginSponsorMuxed: String? -
ID of the multiplexed sponsor account (if used).
Declaration
Swift
public let beginSponsorMuxedId: String? -
Declaration
Swift
public required init(from decoder: Decoder) throws
View on GitHub
Install in Dash