Table of Contents
Properties
-
$extraSigners
: array<string|int, mixed>
-
$ledgerBounds
: XdrLedgerBounds|null
-
$minSeqAge
: int
-
$minSeqLedgerGap
: int
-
$minSeqNum
: XdrSequenceNumber|null
-
$timeBounds
: XdrTimeBounds|null
Methods
-
__construct()
: mixed
-
decode()
: XdrPreconditionsV2
-
encode()
: string
-
fromBase64Xdr()
: static
-
fromTxRep()
: XdrPreconditionsV2
-
getExtraSigners()
: array<string|int, mixed>
-
getLedgerBounds()
: XdrLedgerBounds|null
-
getMinSeqAge()
: int
-
getMinSeqLedgerGap()
: int
-
getMinSeqNum()
: XdrSequenceNumber|null
-
getTimeBounds()
: XdrTimeBounds|null
-
setExtraSigners()
: void
-
setLedgerBounds()
: void
-
setMinSeqAge()
: void
-
setMinSeqLedgerGap()
: void
-
setMinSeqNum()
: void
-
setTimeBounds()
: void
-
toBase64Xdr()
: string
-
toTxRep()
: void
public
array<string|int, mixed>
$extraSigners
$ledgerBounds
public
XdrLedgerBounds|null
$ledgerBounds
= null
$minSeqAge
public
int
$minSeqAge
$minSeqLedgerGap
public
int
$minSeqLedgerGap
$minSeqNum
public
XdrSequenceNumber|null
$minSeqNum
= null
$timeBounds
public
XdrTimeBounds|null
$timeBounds
= null
__construct()
public
__construct(int $minSeqAge, int $minSeqLedgerGap, array<string|int, mixed> $extraSigners[, XdrTimeBounds|null $timeBounds = null ][, XdrLedgerBounds|null $ledgerBounds = null ][, XdrSequenceNumber|null $minSeqNum = null ]) : mixed
Parameters
-
$minSeqAge
: int
-
-
$minSeqLedgerGap
: int
-
-
$extraSigners
: array<string|int, mixed>
-
-
$timeBounds
: XdrTimeBounds|null
= null
-
-
$ledgerBounds
: XdrLedgerBounds|null
= null
-
-
$minSeqNum
: XdrSequenceNumber|null
= null
-
decode()
public
static decode(XdrBuffer $xdr) : XdrPreconditionsV2
Parameters
-
$xdr
: XdrBuffer
-
encode()
public
encode() : string
fromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
-
$xdr
: string
-
fromTxRep()
public
static fromTxRep(array<string|int, mixed> $map, string $prefix) : XdrPreconditionsV2
Parameters
-
$map
: array<string|int, mixed>
-
-
$prefix
: string
-
public
getExtraSigners() : array<string|int, mixed>
Return values
array<string|int, mixed>
getLedgerBounds()
public
getLedgerBounds() : XdrLedgerBounds|null
getMinSeqAge()
public
getMinSeqAge() : int
getMinSeqLedgerGap()
public
getMinSeqLedgerGap() : int
getMinSeqNum()
public
getMinSeqNum() : XdrSequenceNumber|null
getTimeBounds()
public
getTimeBounds() : XdrTimeBounds|null
public
setExtraSigners(array<string|int, mixed> $extraSigners) : void
Parameters
-
$extraSigners
: array<string|int, mixed>
-
setLedgerBounds()
public
setLedgerBounds(XdrLedgerBounds|null $ledgerBounds) : void
Parameters
-
$ledgerBounds
: XdrLedgerBounds|null
-
setMinSeqAge()
public
setMinSeqAge(int $minSeqAge) : void
Parameters
-
$minSeqAge
: int
-
setMinSeqLedgerGap()
public
setMinSeqLedgerGap(int $minSeqLedgerGap) : void
Parameters
-
$minSeqLedgerGap
: int
-
setMinSeqNum()
public
setMinSeqNum(XdrSequenceNumber|null $minSeqNum) : void
Parameters
-
$minSeqNum
: XdrSequenceNumber|null
-
setTimeBounds()
public
setTimeBounds(XdrTimeBounds|null $timeBounds) : void
Parameters
-
$timeBounds
: XdrTimeBounds|null
-
toBase64Xdr()
public
toBase64Xdr() : string
toTxRep()
public
toTxRep(string $prefix, array<string|int, mixed> &$lines) : void
Parameters
-
$prefix
: string
-
-
$lines
: array<string|int, mixed>
-