Stellar PHP SDK API Documentation

SEP30Request

Request for registering or updating account identities via SEP-0030.

This class represents the request payload for POST /accounts/{address} and PUT /accounts/{address} operations, containing identity information for multi-party account recovery.

Tags
see
https://github.com/stellar/stellar-protocol/blob/v0.8.1/ecosystem/sep-0030.md#post-accountsaddress
see
RecoveryService::registerAccount()
see
RecoveryService::updateIdentitiesForAccount()
see
SEP30RequestIdentity

Table of Contents

Properties

$identities  : array<string|int, mixed>

Methods

__construct()  : mixed
getIdentities()  : array<string|int, SEP30RequestIdentity>
Gets the identities array.
setIdentities()  : void
Sets the identities array.
toJson()  : array<string|int, mixed>
Converts the request to JSON format.

Properties

Methods

toJson()

Converts the request to JSON format.

public toJson() : array<string|int, mixed>
Return values
array<string|int, mixed>

The JSON representation.


        
On this page

Search results