ClaimableBalanceClawedBackEffectResponse
public class ClaimableBalanceClawedBackEffectResponse : EffectResponse, @unchecked Sendable
Represents a claimable balance clawback effect. This effect occurs when an asset issuer claws back a claimable balance of their asset. Clawback allows issuers to revoke assets they have issued. Triggered by the Clawback Claimable Balance operation. See Stellar developer docs
-
The unique identifier of the claimable balance that was clawed back.
Declaration
Swift
public let balanceId: String -
Declaration
Swift
public required init(from decoder: Decoder) throws
View on GitHub
Install in Dash