ClaimableBalanceClaimantCreatedEffectResponse
public class ClaimableBalanceClaimantCreatedEffectResponse : EffectResponse, @unchecked Sendable
Represents a claimable balance claimant creation effect. This effect occurs for each claimant specified when a claimable balance is created. It includes the predicate conditions that must be met for the claimant to claim the balance. 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 -
The predicate conditions that must be met for the claimant to claim the balance.
Declaration
Swift
public let predicate: ClaimantPredicateResponse -
Declaration
Swift
public required init(from decoder: Decoder) throws
View on GitHub
Install in Dash