Stellar PHP SDK API Documentation

XdrSCSpecTypeTuple
in package

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

Properties

Methods

__construct()

public __construct(array<string|int, mixed> $valueTypes) : mixed
Parameters
$valueTypes : array<string|int, mixed>

fromBase64Xdr()

public static fromBase64Xdr(string $xdr) : static
Parameters
$xdr : string
Return values
static

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>

        
On this page

Search results