ClaimClaimableBalanceOperationResponse
public class ClaimClaimableBalanceOperationResponse : OperationResponse, @unchecked Sendable
Represents a claim claimable balance operation response. This operation claims a claimable balance entry, transferring the asset amount to the claimant’s account. See Stellar developer docs
-
ID of the claimable balance being claimed.
Declaration
Swift
public let balanceId: String -
Account ID of the claimant claiming the balance.
Declaration
Swift
public let claimantAccountId: String -
Multiplexed account address of the claimant (if used).
Declaration
Swift
public let claimantMuxed: String? -
ID of the multiplexed account (if used).
Declaration
Swift
public let claimantMuxedId: String? -
Declaration
Swift
public required init(from decoder: Decoder) throws
View on GitHub
Install in Dash