Stellar PHP SDK API Documentation

XdrDataValueMandatory
in package

Table of Contents

Properties

$value  : string

Methods

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

Properties

Methods

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