RevokeSponsorshipOperationResponse
public class RevokeSponsorshipOperationResponse : OperationResponse, @unchecked Sendable
Represents a revoke sponsorship operation response. This operation revokes sponsorship of a ledger entry or signer, transferring reserve responsibility back to the sponsored account. See Stellar developer docs
-
Account ID if revoking account sponsorship.
Declaration
Swift
public let accountId: String? -
Claimable balance ID if revoking claimable balance sponsorship.
Declaration
Swift
public let claimableBalanceId: String? -
Account ID if revoking data entry sponsorship.
Declaration
Swift
public let dataAccountId: String? -
Data entry name if revoking data entry sponsorship.
Declaration
Swift
public let dataName: String? -
Offer ID if revoking offer sponsorship.
Declaration
Swift
public let offerId: String? -
Account ID if revoking trustline sponsorship.
Declaration
Swift
public let trustlineAccountId: String? -
Asset if revoking trustline sponsorship.
Declaration
Swift
public let trustlineAsset: String? -
Account ID if revoking signer sponsorship.
Declaration
Swift
public let signerAccountId: String? -
Signer key if revoking signer sponsorship.
Declaration
Swift
public let signerKey: String? -
Declaration
Swift
public required init(from decoder: Decoder) throws
View on GitHub
Install in Dash