XdrSCPHistoryEntry
in package
Table of Contents
Properties
- $v : int
- $v0 : XdrSCPHistoryEntryV0|null
Methods
- __construct() : mixed
- decode() : XdrSCPHistoryEntry
- encode() : string
- fromBase64Xdr() : static
- getV() : int
- getV0() : XdrSCPHistoryEntryV0|null
- setV() : void
- setV0() : void
- toBase64Xdr() : string
Properties
$v
public
int
$v
$v0
public
XdrSCPHistoryEntryV0|null
$v0
= null
Methods
__construct()
public
__construct([int|null $v = null ]) : mixed
Parameters
- $v : int|null = null
decode()
public
static decode(XdrBuffer $xdr) : XdrSCPHistoryEntry
Parameters
- $xdr : XdrBuffer
Return values
XdrSCPHistoryEntryencode()
public
encode() : string
Return values
stringfromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
- $xdr : string
Return values
staticgetV()
public
getV() : int
Return values
intgetV0()
public
getV0() : XdrSCPHistoryEntryV0|null
Return values
XdrSCPHistoryEntryV0|nullsetV()
public
setV(int $v) : void
Parameters
- $v : int
setV0()
public
setV0(XdrSCPHistoryEntryV0|null $v0) : void
Parameters
- $v0 : XdrSCPHistoryEntryV0|null
toBase64Xdr()
public
toBase64Xdr() : string