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
$feeTxSize1KB
public
int
$feeTxSize1KB
$ledgerMaxTxsSizeBytes
public
int
$ledgerMaxTxsSizeBytes
$txMaxSizeBytes
public
int
$txMaxSizeBytes
Methods
__construct()
public
__construct(int $ledgerMaxTxsSizeBytes, int $txMaxSizeBytes, int $feeTxSize1KB) : mixed
Parameters
- $ledgerMaxTxsSizeBytes : int
- $txMaxSizeBytes : int
- $feeTxSize1KB : int
decode()
public
static decode(XdrBuffer $xdr) : XdrConfigSettingContractBandwidthV0
Parameters
- $xdr : XdrBuffer
Return values
XdrConfigSettingContractBandwidthV0encode()
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
staticgetFeeTxSize1KB()
public
getFeeTxSize1KB() : int
Return values
intgetLedgerMaxTxsSizeBytes()
public
getLedgerMaxTxsSizeBytes() : int
Return values
intgetTxMaxSizeBytes()
public
getTxMaxSizeBytes() : int
Return values
intsetFeeTxSize1KB()
public
setFeeTxSize1KB(int $feeTxSize1KB) : void
Parameters
- $feeTxSize1KB : int
setLedgerMaxTxsSizeBytes()
public
setLedgerMaxTxsSizeBytes(int $ledgerMaxTxsSizeBytes) : void
Parameters
- $ledgerMaxTxsSizeBytes : int
setTxMaxSizeBytes()
public
setTxMaxSizeBytes(int $txMaxSizeBytes) : void
Parameters
- $txMaxSizeBytes : int
toBase64Xdr()
public
toBase64Xdr() : string
Return values
stringtoJson()
public
toJson() : string
Tags
Return values
stringtoJsonValue()
public
toJsonValue() : array<string|int, mixed>