Stellar PHP SDK API Documentation

XdrError
in package

Table of Contents

Properties

$code  : XdrErrorCode
$msg  : string

Methods

__construct()  : mixed
decode()  : XdrError
encode()  : string
fromBase64Xdr()  : static
getCode()  : XdrErrorCode
getMsg()  : string
setCode()  : void
setMsg()  : void
toBase64Xdr()  : string

Properties

Methods

encode()

public encode() : string
Return values
string

fromBase64Xdr()

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

getMsg()

public getMsg() : string
Return values
string

setMsg()

public setMsg(string $msg) : void
Parameters
$msg : string

toBase64Xdr()

public toBase64Xdr() : string
Return values
string

        
On this page

Search results