Stellar PHP SDK API Documentation

ClaimantsResponse extends IteratorIterator

Iterable collection of claimant responses

Provides iterator functionality for traversing multiple ClaimantResponse objects. Represents all eligible claimants for a claimable balance.

Tags
see
ClaimantResponse

For individual claimant details

since
1.0.0

Table of Contents

Methods

__construct()  : mixed
Constructs a claimants collection
add()  : void
Adds a claimant to the collection
count()  : int
Gets the total number of claimants in the collection
current()  : ClaimantResponse
Gets the current claimant in the iteration
toArray()  : array<string|int, ClaimantResponse>
Converts the collection to an array

Methods

count()

Gets the total number of claimants in the collection

public count() : int
Return values
int

The count of claimants


        
On this page

Search results