ClaimableBalanceCreatedEffectResponse
public class ClaimableBalanceCreatedEffectResponse : EffectResponse, @unchecked Sendable
Represents a claimable balance creation effect. This effect occurs when a new claimable balance is created on the ledger. Claimable balances allow an account to set aside funds to be claimed by specific recipients at a later time. Triggered by the Create Claimable Balance operation. See Stellar developer docs
-
The unique identifier of the claimable balance.
Declaration
Swift
public let balanceId: String -
The asset available to be claimed.
Declaration
Swift
public let asset: Asset -
The amount available to be claimed.
Declaration
Swift
public let amount: String -
Declaration
Swift
public required init(from decoder: Decoder) throws
View on GitHub
Install in Dash