Table of Contents
Properties
-
$baseFee
: int
-
$baseReserve
: int
-
$bucketListHash
: string
-
$ext
: XdrLedgerHeaderExt
-
$feePool
: int
-
$idPool
: int
-
$inflationSeq
: int
-
$ledgerSeq
: int
-
$ledgerVersion
: int
-
$maxTxSetSize
: int
-
$previousLedgerHash
: string
-
$scpValue
: XdrStellarValue
-
$skipList
: array<string|int, mixed>
-
$totalCoins
: int
-
$txSetResultHash
: string
Methods
-
__construct()
: mixed
-
decode()
: XdrLedgerHeader
-
encode()
: string
-
fromBase64Xdr()
: static
-
getBaseFee()
: int
-
getBaseReserve()
: int
-
getBucketListHash()
: string
-
getExt()
: XdrLedgerHeaderExt
-
getFeePool()
: int
-
getIdPool()
: int
-
getInflationSeq()
: int
-
getLedgerSeq()
: int
-
getLedgerVersion()
: int
-
getMaxTxSetSize()
: int
-
getPreviousLedgerHash()
: string
-
getScpValue()
: XdrStellarValue
-
getSkipList()
: array<string|int, mixed>
-
getTotalCoins()
: int
-
getTxSetResultHash()
: string
-
setBaseFee()
: void
-
setBaseReserve()
: void
-
setBucketListHash()
: void
-
setExt()
: void
-
setFeePool()
: void
-
setIdPool()
: void
-
setInflationSeq()
: void
-
setLedgerSeq()
: void
-
setLedgerVersion()
: void
-
setMaxTxSetSize()
: void
-
setPreviousLedgerHash()
: void
-
setScpValue()
: void
-
setSkipList()
: void
-
setTotalCoins()
: void
-
setTxSetResultHash()
: void
-
toBase64Xdr()
: string
$baseFee
public
int
$baseFee
$baseReserve
public
int
$baseReserve
$bucketListHash
public
string
$bucketListHash
$ext
public
XdrLedgerHeaderExt
$ext
$feePool
public
int
$feePool
$idPool
public
int
$idPool
$inflationSeq
public
int
$inflationSeq
$ledgerSeq
public
int
$ledgerSeq
$ledgerVersion
public
int
$ledgerVersion
$maxTxSetSize
public
int
$maxTxSetSize
$previousLedgerHash
public
string
$previousLedgerHash
$scpValue
public
XdrStellarValue
$scpValue
$skipList
public
array<string|int, mixed>
$skipList
$totalCoins
public
int
$totalCoins
$txSetResultHash
public
string
$txSetResultHash
__construct()
public
__construct(int $ledgerVersion, string $previousLedgerHash, XdrStellarValue $scpValue, string $txSetResultHash, string $bucketListHash, int $ledgerSeq, int $totalCoins, int $feePool, int $inflationSeq, int $idPool, int $baseFee, int $baseReserve, int $maxTxSetSize, array<string|int, mixed> $skipList, XdrLedgerHeaderExt $ext) : mixed
Parameters
-
$ledgerVersion
: int
-
-
$previousLedgerHash
: string
-
-
$scpValue
: XdrStellarValue
-
-
$txSetResultHash
: string
-
-
$bucketListHash
: string
-
-
$ledgerSeq
: int
-
-
$totalCoins
: int
-
-
$feePool
: int
-
-
$inflationSeq
: int
-
-
$idPool
: int
-
-
$baseFee
: int
-
-
$baseReserve
: int
-
-
$maxTxSetSize
: int
-
-
$skipList
: array<string|int, mixed>
-
-
$ext
: XdrLedgerHeaderExt
-
decode()
public
static decode(XdrBuffer $xdr) : XdrLedgerHeader
Parameters
-
$xdr
: XdrBuffer
-
encode()
public
encode() : string
fromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
-
$xdr
: string
-
getBaseFee()
public
getBaseFee() : int
getBaseReserve()
public
getBaseReserve() : int
getBucketListHash()
public
getBucketListHash() : string
getExt()
public
getExt() : XdrLedgerHeaderExt
getFeePool()
public
getFeePool() : int
getIdPool()
public
getIdPool() : int
getInflationSeq()
public
getInflationSeq() : int
getLedgerSeq()
public
getLedgerSeq() : int
getLedgerVersion()
public
getLedgerVersion() : int
getMaxTxSetSize()
public
getMaxTxSetSize() : int
getPreviousLedgerHash()
public
getPreviousLedgerHash() : string
getScpValue()
public
getScpValue() : XdrStellarValue
getSkipList()
public
getSkipList() : array<string|int, mixed>
Return values
array<string|int, mixed>
getTotalCoins()
public
getTotalCoins() : int
getTxSetResultHash()
public
getTxSetResultHash() : string
setBaseFee()
public
setBaseFee(int $baseFee) : void
Parameters
-
$baseFee
: int
-
setBaseReserve()
public
setBaseReserve(int $baseReserve) : void
Parameters
-
$baseReserve
: int
-
setBucketListHash()
public
setBucketListHash(string $bucketListHash) : void
Parameters
-
$bucketListHash
: string
-
setExt()
public
setExt(XdrLedgerHeaderExt $ext) : void
Parameters
-
$ext
: XdrLedgerHeaderExt
-
setFeePool()
public
setFeePool(int $feePool) : void
Parameters
-
$feePool
: int
-
setIdPool()
public
setIdPool(int $idPool) : void
Parameters
-
$idPool
: int
-
setInflationSeq()
public
setInflationSeq(int $inflationSeq) : void
Parameters
-
$inflationSeq
: int
-
setLedgerSeq()
public
setLedgerSeq(int $ledgerSeq) : void
Parameters
-
$ledgerSeq
: int
-
setLedgerVersion()
public
setLedgerVersion(int $ledgerVersion) : void
Parameters
-
$ledgerVersion
: int
-
setMaxTxSetSize()
public
setMaxTxSetSize(int $maxTxSetSize) : void
Parameters
-
$maxTxSetSize
: int
-
setPreviousLedgerHash()
public
setPreviousLedgerHash(string $previousLedgerHash) : void
Parameters
-
$previousLedgerHash
: string
-
setScpValue()
public
setScpValue(XdrStellarValue $scpValue) : void
Parameters
-
$scpValue
: XdrStellarValue
-
setSkipList()
public
setSkipList(array<string|int, mixed> $skipList) : void
Parameters
-
$skipList
: array<string|int, mixed>
-
setTotalCoins()
public
setTotalCoins(int $totalCoins) : void
Parameters
-
$totalCoins
: int
-
setTxSetResultHash()
public
setTxSetResultHash(string $txSetResultHash) : void
Parameters
-
$txSetResultHash
: string
-
toBase64Xdr()
public
toBase64Xdr() : string