Stellar PHP SDK API Documentation

XdrTransactionResultSet
in package

Table of Contents

Properties

$results  : array<string|int, mixed>

Methods

__construct()  : mixed
decode()  : XdrTransactionResultSet
encode()  : string
fromBase64Xdr()  : static
getResults()  : array<string|int, mixed>
setResults()  : void
toBase64Xdr()  : string

Properties

Methods

__construct()

public __construct(array<string|int, mixed> $results) : mixed
Parameters
$results : array<string|int, mixed>

fromBase64Xdr()

public static fromBase64Xdr(string $xdr) : static
Parameters
$xdr : string
Return values
static

setResults()

public setResults(array<string|int, mixed> $results) : void
Parameters
$results : array<string|int, mixed>

        
On this page

Search results