Stellar PHP SDK API Documentation

SEP24TransactionRequest

Request parameters for querying a specific SEP-24 transaction

This class contains the parameters needed to query for a specific transaction using the /transaction endpoint. At least one identifier (id, stellarTransactionId, or externalTransactionId) must be provided.

Tags
see
https://github.com/stellar/stellar-protocol/blob/v3.8.0/ecosystem/sep-0024.md

SEP-24 Specification

see
InteractiveService::transaction()

For executing transaction queries

see
SEP24TransactionResponse

For the response structure

Table of Contents

Properties

$externalTransactionId  : string|null
$id  : string|null
$jwt  : string
$lang  : string|null
$stellarTransactionId  : string|null

Properties

$externalTransactionId

public string|null $externalTransactionId = null

(optional) The external transaction id of the transaction.

$jwt

public string $jwt

jwt token previously received from the anchor via the SEP-10 authentication flow

$lang

public string|null $lang = null

(optional) Defaults to en if not specified or if the specified language is not supported. Language code specified using RFC 4646 which means it can also accept locale in the format en-US.

$stellarTransactionId

public string|null $stellarTransactionId = null

The stellar transaction id of the transaction.


        
On this page

Search results