Stellar PHP SDK API Documentation

AnchorTransactionsInfo

Describes the availability and requirements for the transactions endpoint.

Contains information about whether the transactions endpoint is enabled and if authentication is required to access it.

Tags
see
https://github.com/stellar/stellar-protocol/blob/v4.3.0/ecosystem/sep-0006.md

SEP-06 Specification

Table of Contents

Properties

$authenticationRequired  : bool|null
$enabled  : bool|null

Methods

fromJson()  : AnchorTransactionsInfo
Constructs a new instance of AnchorTransactionsInfo by using the given data.

Properties

$authenticationRequired

public bool|null $authenticationRequired = null

true if client must be authenticated before accessing the endpoint.

Methods

fromJson()

Constructs a new instance of AnchorTransactionsInfo by using the given data.

public static fromJson(array<string|int, mixed> $json) : AnchorTransactionsInfo
Parameters
$json : array<string|int, mixed>

the data to construct the object from.

Return values
AnchorTransactionsInfo

the object containing the parsed data.


        
On this page

Search results