Stellar PHP SDK API Documentation

XdrUInt256Parts
in package

Table of Contents

Properties

$hiHi  : int
$hiLo  : int
$loHi  : int
$loLo  : int

Methods

__construct()  : mixed
decode()  : XdrUInt256Parts
encode()  : string
fromBase64Xdr()  : static
fromTxRep()  : XdrUInt256Parts
getHiHi()  : int
getHiLo()  : int
getLoHi()  : int
getLoLo()  : int
setHiHi()  : void
setHiLo()  : void
setLoHi()  : void
setLoLo()  : void
toBase64Xdr()  : string
toTxRep()  : void

Properties

Methods

__construct()

public __construct(int $hiHi, int $hiLo, int $loHi, int $loLo) : mixed
Parameters
$hiHi : int
$hiLo : int
$loHi : int
$loLo : int

fromBase64Xdr()

public static fromBase64Xdr(string $xdr) : static
Parameters
$xdr : 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