XdrParallelTxsComponent
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
$baseFee
public
int|null
$baseFee
= null
$executionStages
public
array<string|int, mixed>
$executionStages
__construct()
public
__construct(array<string|int, mixed> $executionStages[, int|null $baseFee = null ]) : mixed
Parameters
-
$executionStages
: array<string|int, mixed>
-
-
$baseFee
: int|null
= null
-
decode()
public
static decode(XdrBuffer $xdr) : XdrParallelTxsComponent
Parameters
-
$xdr
: XdrBuffer
-
encode()
public
encode() : string
fromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
-
$xdr
: string
-
getBaseFee()
public
getBaseFee() : int|null
getExecutionStages()
public
getExecutionStages() : array<string|int, mixed>
Return values
array<string|int, mixed>
setBaseFee()
public
setBaseFee(int|null $baseFee) : void
Parameters
-
$baseFee
: int|null
-
setExecutionStages()
public
setExecutionStages(array<string|int, mixed> $executionStages) : void
Parameters
-
$executionStages
: array<string|int, mixed>
-
toBase64Xdr()
public
toBase64Xdr() : string