Table of Contents
Properties
-
$valueTypes
: array<string|int, mixed>
Methods
-
__construct()
: mixed
-
decode()
: XdrSCSpecTypeTuple
-
encode()
: string
-
fromBase64Xdr()
: static
-
getValueTypes()
: array<string|int, mixed>
-
setValueTypes()
: void
-
toBase64Xdr()
: string
$valueTypes
public
array<string|int, mixed>
$valueTypes
__construct()
public
__construct(array<string|int, mixed> $valueTypes) : mixed
Parameters
-
$valueTypes
: array<string|int, mixed>
-
decode()
public
static decode(XdrBuffer $xdr) : XdrSCSpecTypeTuple
Parameters
-
$xdr
: XdrBuffer
-
encode()
public
encode() : string
fromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
-
$xdr
: string
-
getValueTypes()
public
getValueTypes() : array<string|int, mixed>
Return values
array<string|int, mixed>
setValueTypes()
public
setValueTypes(array<string|int, mixed> $valueTypes) : void
Parameters
-
$valueTypes
: array<string|int, mixed>
-
toBase64Xdr()
public
toBase64Xdr() : string