Stellar PHP SDK API Documentation

XdrDataValueMandatory
in package

Table of Contents

Properties

$value  : string

Methods

__construct()  : mixed
decode()  : XdrDataValueMandatory
encode()  : string
fromBase64Xdr()  : static
fromJson()  : static
fromJsonValue()  : static
fromTxRep()  : static
Deserialize from a hex string in TxRep (SEP-0011).
getValue()  : string
toBase64Xdr()  : string
toJson()  : string
toJsonValue()  : string
toTxRep()  : void
Serialize as a hex string for TxRep (SEP-0011).

Properties

Methods

fromBase64Xdr()

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

fromJson()

public static fromJson(string $json) : static
Parameters
$json : string
Return values
static

fromJsonValue()

public static fromJsonValue(mixed $value) : static
Parameters
$value : mixed
Return values
static

fromTxRep()

Deserialize from a hex string in TxRep (SEP-0011).

public static fromTxRep(array<string, string> $map, string $prefix) : static
Parameters
$map : array<string, string>
$prefix : string
Return values
static

toTxRep()

Serialize as a hex string for TxRep (SEP-0011).

public toTxRep(string $prefix, array<string, string> &$lines) : void
Parameters
$prefix : string
$lines : array<string, string>
On this page

Search results