CreateClaimableBalanceOperationResponse
public class CreateClaimableBalanceOperationResponse : OperationResponse, @unchecked Sendable
Represents a create claimable balance operation response. This operation creates a claimable balance entry that can be claimed by specified claimants, enabling conditional payments on the Stellar network. See Stellar developer docs
-
Account ID that sponsors the claimable balance reserves (if sponsored).
Declaration
Swift
public let sponsor: String? -
Asset held in the claimable balance.
Declaration
Swift
public let asset: Asset -
Amount of the asset in the claimable balance.
Declaration
Swift
public let amount: String -
List of claimants who can claim this balance.
Declaration
Swift
public let claimants: [ClaimantResponse] -
Declaration
Swift
public required init(from decoder: Decoder) throws
View on GitHub
Install in Dash