Stellar PHP SDK API Documentation

XdrTransactionV0
in package

Table of Contents

Methods

__construct()  : mixed
decode()  : XdrTransactionV0
encode()  : string
getExt()  : XdrTransactionV0Ext
getFee()  : int
getMemo()  : XdrMemo
getOperations()  : array<string|int, XdrOperation>
getSequenceNumber()  : XdrSequenceNumber
getSourceAccountEd25519()  : string
getTimeBounds()  : XdrTimeBounds|null

Methods

__construct()

public __construct(string $sourceAccountEd25519, XdrSequenceNumber $sequenceNumber, array<string|int, XdrOperation$operations[, int|null $fee = null ][, XdrMemo|null $memo = null ][, XdrTimeBounds|null $timeBounds = null ][, XdrTransactionV0Ext|null $ext = null ]) : mixed
Parameters
$sourceAccountEd25519 : string
$sequenceNumber : XdrSequenceNumber
$operations : array<string|int, XdrOperation>
$fee : int|null = null
$memo : XdrMemo|null = null
$timeBounds : XdrTimeBounds|null = null
$ext : XdrTransactionV0Ext|null = null

getSourceAccountEd25519()

public getSourceAccountEd25519() : string
Return values
string

        
On this page

Search results