Stellar PHP SDK API Documentation

XdrTrustLineEntry
in package

Table of Contents

Properties

$accountID  : XdrAccountID
$asset  : XdrTrustlineAsset
$balance  : int
$ext  : XdrTrustLineEntryExt
$flags  : int
$limit  : int

Methods

__construct()  : mixed
decode()  : XdrTrustLineEntry
encode()  : string
fromBase64Xdr()  : static
getAccountID()  : XdrAccountID
getAsset()  : XdrTrustlineAsset
getBalance()  : int
getExt()  : XdrTrustLineEntryExt
getFlags()  : int
getLimit()  : int
setAccountID()  : void
setAsset()  : void
setBalance()  : void
setExt()  : void
setFlags()  : void
setLimit()  : void
toBase64Xdr()  : string

Properties

Methods

fromBase64Xdr()

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

setBalance()

public setBalance(int $balance) : void
Parameters
$balance : int

        
On this page

Search results