Stellar PHP SDK API Documentation

XdrParallelTxsComponent
in package

Table of Contents

Properties

$baseFee  : int|null
$executionStages  : array<string|int, mixed>

Methods

__construct()  : mixed
decode()  : XdrParallelTxsComponent
encode()  : string
fromBase64Xdr()  : static
getBaseFee()  : int|null
getExecutionStages()  : array<string|int, mixed>
setBaseFee()  : void
setExecutionStages()  : void
toBase64Xdr()  : string

Properties

Methods

__construct()

public __construct(array<string|int, mixed> $executionStages[, int|null $baseFee = null ]) : mixed
Parameters
$executionStages : array<string|int, mixed>
$baseFee : int|null = null

fromBase64Xdr()

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

getExecutionStages()

public getExecutionStages() : array<string|int, mixed>
Return values
array<string|int, mixed>

setExecutionStages()

public setExecutionStages(array<string|int, mixed> $executionStages) : void
Parameters
$executionStages : array<string|int, mixed>

        
On this page

Search results