Stellar PHP SDK API Documentation

ExtraInfo

Contains additional information about a transaction process.

Provides optional supplementary details that can help provide more context about the status or requirements of a transfer operation.

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

SEP-06 Specification

Table of Contents

Properties

$message  : string|null

Methods

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

Properties

$message

public string|null $message = null

Additional details about the process.

Methods

fromJson()

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

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

the data to construct the object from.

Return values
ExtraInfo

the object containing the parsed data.


        
On this page

Search results