Stellar PHP SDK API Documentation

AccountSignersResponse extends IteratorIterator

Represents a collection of account signers

This iterable collection holds all signers configured for an account. Signers enable multi-signature functionality by allowing multiple keys to authorize transactions. The collection is included in AccountResponse and provides iterator functionality.

Tags
see
AccountResponse

For the parent account details

see
AccountSignerResponse

For individual signer entries

see
AccountThresholdsResponse

For threshold requirements

since
1.0.0

Table of Contents

Methods

__construct()  : mixed
Creates a new collection of account signers
add()  : mixed
Adds a signer entry to the collection
count()  : int
Gets the number of signer entries in the collection
current()  : AccountSignerResponse
Gets the current signer in the iteration
toArray()  : array<string|int, AccountSignerResponse>
Converts the collection to an array

Methods

count()

Gets the number of signer entries in the collection

public count() : int
Return values
int

The count of signer entries


        
On this page

Search results