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
getFeeTxSize1KB()  : int
getLedgerMaxTxsSizeBytes()  : int
getTxMaxSizeBytes()  : int
setFeeTxSize1KB()  : void
setLedgerMaxTxsSizeBytes()  : void
setTxMaxSizeBytes()  : void

Properties

Methods

__construct()

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

        
On this page

Search results