ClaimableBalanceClaimedEffectResponse
public class ClaimableBalanceClaimedEffectResponse : EffectResponse, @unchecked Sendable
Represents a claimable balance claimed effect. This effect occurs when a claimable balance is successfully claimed by an eligible claimant. The balance is transferred to the claimant’s account and removed from the ledger. Triggered by the Claim Claimable Balance operation. See Stellar developer docs
-
The unique identifier of the claimable balance that was claimed.
Declaration
Swift
public let balanceId: String -
The asset that was claimed.
Declaration
Swift
public let asset: Asset -
The amount that was claimed.
Declaration
Swift
public let amount: String -
Declaration
Swift
public required init(from decoder: Decoder) throws
View on GitHub
Install in Dash