Stellar PHP SDK API Documentation

SEP30AccountsResponse

Response containing multiple accounts from SEP-0030 recovery server.

This class represents a collection of registered accounts that the JWT token allows access to via the GET /accounts endpoint.

Tags
see
https://github.com/stellar/stellar-protocol/blob/v0.8.1/ecosystem/sep-0030.md#get-accounts
see
RecoveryService::accounts()
see
SEP30AccountResponse

Table of Contents

Properties

$accounts  : array<string|int, mixed>

Methods

__construct()  : mixed
fromJson()  : SEP30AccountsResponse
Constructs a SEP30AccountsResponse from JSON data.
getAccounts()  : array<string|int, SEP30AccountResponse>
Gets the array of accounts.
setAccounts()  : void
Sets the array of accounts.

Properties

Methods


        
On this page

Search results