Stellar PHP SDK API Documentation

XdrManageDataOperation extends XdrManageDataOperationBase
in package

Table of Contents

Properties

$dataName  : string
$dataValue  : string|null

Methods

__construct()  : mixed
decode()  : static
encode()  : string
fromBase64Xdr()  : static
fromTxRep()  : static
Override fromTxRep to wrap the raw bytes into XdrDataValue as required by this constructor.
getDataName()  : string
getDataValue()  : string|null
getKey()  : string
getValue()  : XdrDataValue
setDataName()  : void
setDataValue()  : void
toBase64Xdr()  : string
toTxRep()  : void

Properties

Methods

fromBase64Xdr()

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

fromTxRep()

Override fromTxRep to wrap the raw bytes into XdrDataValue as required by this constructor.

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

toTxRep()

public toTxRep(string $prefix, array<string|int, mixed> &$lines) : void
Parameters
$prefix : string
$lines : array<string|int, mixed>

        
On this page

Search results