SEP24TransactionRequest
in package
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
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.
$id
public
string|null
$id
= null
The id of the sep-24 transaction as obtained from the anchor.
$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.