Stellar PHP SDK API Documentation

EffectLinksResponse

Represents HAL navigation links for effect resources

This response provides hypermedia links to related resources and navigation endpoints following the HAL specification. Enables traversal of effects and related operations.

Tags
see
EffectResponse
see
https://developers.stellar.org

Stellar developer docs

Table of Contents

Methods

fromJson()  : EffectLinksResponse
Creates an instance from JSON data
getOperation()  : LinkResponse
Gets the link to the operation that created this effect
getPrecedes()  : LinkResponse
Gets the link to the preceding effect
getSucceeds()  : LinkResponse
Gets the link to the succeeding effect
loadFromJson()  : void
Loads object data from JSON array

Methods

loadFromJson()

Loads object data from JSON array

protected loadFromJson(array<string|int, mixed> $json) : void
Parameters
$json : array<string|int, mixed>

JSON data array


        
On this page

Search results