Stellar PHP SDK API Documentation

OperationLinksResponse

Hypermedia links for operation resources

Provides HAL-style links to related resources for an operation, including the operation itself, its effects, the parent transaction, and adjacent operations in the ledger sequence. These links enable navigation through the operation history and related data.

Table of Contents

Methods

fromJson()  : OperationLinksResponse
getEffects()  : LinkResponse
Gets the link to the operation's effects
getPrecedes()  : LinkResponse
Gets the link to the next operation in sequence
getSelf()  : LinkResponse
Gets the link to this operation resource
getSucceeds()  : LinkResponse
Gets the link to the previous operation in sequence
getTransaction()  : LinkResponse
Gets the link to the parent transaction
loadFromJson()  : void

Methods

loadFromJson()

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

        
On this page

Search results