XdrBumpSequenceOperation
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- decode() : XdrBumpSequenceOperation
- encode() : string
- fromBase64Xdr() : static
- fromJson() : static
- fromJsonValue() : static
- fromTxRep() : XdrBumpSequenceOperation
- getBumpTo() : XdrSequenceNumber
- setBumpTo() : void
- toBase64Xdr() : string
- toJson() : string
- toJsonValue() : array<string|int, mixed>
- toTxRep() : void
Properties
$bumpTo
public
XdrSequenceNumber
$bumpTo
Methods
__construct()
public
__construct(XdrSequenceNumber $bumpTo) : mixed
Parameters
- $bumpTo : XdrSequenceNumber
decode()
public
static decode(XdrBuffer $xdr) : XdrBumpSequenceOperation
Parameters
- $xdr : XdrBuffer
Return values
XdrBumpSequenceOperationencode()
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
staticfromTxRep()
public
static fromTxRep(array<string|int, mixed> $map, string $prefix) : XdrBumpSequenceOperation
Parameters
- $map : array<string|int, mixed>
- $prefix : string
Return values
XdrBumpSequenceOperationgetBumpTo()
public
getBumpTo() : XdrSequenceNumber
Return values
XdrSequenceNumbersetBumpTo()
public
setBumpTo(XdrSequenceNumber $bumpTo) : void
Parameters
- $bumpTo : XdrSequenceNumber
toBase64Xdr()
public
toBase64Xdr() : string
Return values
stringtoJson()
public
toJson() : string
Tags
Return values
stringtoJsonValue()
public
toJsonValue() : array<string|int, mixed>
Return values
array<string|int, mixed>toTxRep()
public
toTxRep(string $prefix, array<string|int, mixed> &$lines) : void
Parameters
- $prefix : string
- $lines : array<string|int, mixed>