Stellar PHP SDK API Documentation

XdrLedgerHeader
in package

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

Properties

Methods

__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

fromBase64Xdr()

public static fromBase64Xdr(string $xdr) : static
Parameters
$xdr : string
Return values
static

getBucketListHash()

public getBucketListHash() : string
Return values
string

getLedgerVersion()

public getLedgerVersion() : int
Return values
int

getPreviousLedgerHash()

public getPreviousLedgerHash() : string
Return values
string

getSkipList()

public getSkipList() : array<string|int, mixed>
Return values
array<string|int, mixed>

getTxSetResultHash()

public getTxSetResultHash() : string
Return values
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

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

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

        
On this page

Search results