Stellar PHP SDK API Documentation

XdrTransactionResult
in package

Table of Contents

Properties

$ext  : XdrTransactionResultExt
$feeCharged  : BigInteger
$result  : XdrTransactionResultResult

Methods

__construct()  : mixed
decode()  : XdrTransactionResult
encode()  : string
fromBase64Xdr()  : static
getExt()  : XdrTransactionResultExt
getFeeCharged()  : BigInteger
getResult()  : XdrTransactionResultResult
setExt()  : void
setFeeCharged()  : void
setResult()  : void
toBase64Xdr()  : string

Properties

Methods

fromBase64Xdr()

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

setFeeCharged()

public setFeeCharged(BigInteger $feeCharged) : void
Parameters
$feeCharged : BigInteger

        
On this page

Search results