Stellar PHP SDK API Documentation

XdrConfigSettingContractBandwidthV0
in package

Table of Contents

Properties

$feeTxSize1KB  : int
$ledgerMaxTxsSizeBytes  : int
$txMaxSizeBytes  : int

Methods

__construct()  : mixed
decode()  : XdrConfigSettingContractBandwidthV0
encode()  : string
fromBase64Xdr()  : static
fromJson()  : static
fromJsonValue()  : static
getFeeTxSize1KB()  : int
getLedgerMaxTxsSizeBytes()  : int
getTxMaxSizeBytes()  : int
setFeeTxSize1KB()  : void
setLedgerMaxTxsSizeBytes()  : void
setTxMaxSizeBytes()  : void
toBase64Xdr()  : string
toJson()  : string
toJsonValue()  : array<string|int, mixed>

Properties

Methods

__construct()

public __construct(int $ledgerMaxTxsSizeBytes, int $txMaxSizeBytes, int $feeTxSize1KB) : mixed
Parameters
$ledgerMaxTxsSizeBytes : int
$txMaxSizeBytes : int
$feeTxSize1KB : int

fromJson()

public static fromJson(string $json) : static
Parameters
$json : string
Tags
throws
JsonException

If $json is not syntactically valid JSON.

InvalidArgumentException

If the JSON shape does not match this type.

Return values
static
On this page

Search results