ClaimantResponse
public struct ClaimantResponse : Decodable, Sendable
Represents a claimant entry for a claimable balance. Each claimant specifies an account that can claim the balance and the conditions under which they can claim it. See Stellar developer docs
-
The account ID who can claim the balance.
Declaration
Swift
public let destination: String -
The condition which must be satisfied for the destination account to claim the balance.
Declaration
Swift
public let predicate: ClaimantPredicateResponse -
Initializer - creates a new instance by decoding from the given decoder.
Declaration
Swift
public init(from decoder: Decoder) throwsParameters
decoderThe decoder containing the data
View on GitHub
Install in Dash