XdrConfigSettingContractParallelComputeV0
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- decode() : XdrConfigSettingContractParallelComputeV0
- encode() : string
- fromBase64Xdr() : static
- fromJson() : static
- fromJsonValue() : static
- getLedgerMaxDependentTxClusters() : int
- setLedgerMaxDependentTxClusters() : void
- toBase64Xdr() : string
- toJson() : string
- toJsonValue() : array<string|int, mixed>
Properties
$ledgerMaxDependentTxClusters
public
int
$ledgerMaxDependentTxClusters
Methods
__construct()
public
__construct(int $ledgerMaxDependentTxClusters) : mixed
Parameters
- $ledgerMaxDependentTxClusters : int
decode()
public
static decode(XdrBuffer $xdr) : XdrConfigSettingContractParallelComputeV0
Parameters
- $xdr : XdrBuffer
Return values
XdrConfigSettingContractParallelComputeV0encode()
public
encode() : string
Return values
stringfromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
- $xdr : string
Return values
staticfromJson()
public
static fromJson(string $json) : static
Parameters
- $json : string
Tags
Return values
staticfromJsonValue()
public
static fromJsonValue(mixed $value) : static
Parameters
- $value : mixed
Return values
staticgetLedgerMaxDependentTxClusters()
public
getLedgerMaxDependentTxClusters() : int
Return values
intsetLedgerMaxDependentTxClusters()
public
setLedgerMaxDependentTxClusters(int $ledgerMaxDependentTxClusters) : void
Parameters
- $ledgerMaxDependentTxClusters : int
toBase64Xdr()
public
toBase64Xdr() : string
Return values
stringtoJson()
public
toJson() : string
Tags
Return values
stringtoJsonValue()
public
toJsonValue() : array<string|int, mixed>