Stellar PHP SDK API Documentation

XdrInt128Parts
in package

Table of Contents

Properties

$hi  : int
$lo  : int

Methods

__construct()  : mixed
decode()  : XdrInt128Parts
encode()  : string
fromBase64Xdr()  : static
fromTxRep()  : XdrInt128Parts
getHi()  : int
getLo()  : int
setHi()  : void
setLo()  : void
toBase64Xdr()  : string
toTxRep()  : void

Properties

Methods

__construct()

public __construct(int $hi, int $lo) : mixed
Parameters
$hi : int
$lo : int

fromBase64Xdr()

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

toBase64Xdr()

public toBase64Xdr() : string
Return values
string

toTxRep()

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

        
On this page

Search results