Table of Contents
Properties
-
$value
: string
Methods
-
__construct()
: mixed
-
decode()
: XdrValue
-
encode()
: string
-
fromBase64Xdr()
: static
-
toBase64Xdr()
: string
$value
public
string
$value
__construct()
public
__construct(string $value) : mixed
Parameters
-
$value
: string
-
decode()
public
static decode(XdrBuffer $xdr) : XdrValue
Parameters
-
$xdr
: XdrBuffer
-
encode()
public
encode() : string
fromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
-
$xdr
: string
-
toBase64Xdr()
public
toBase64Xdr() : string