XdrPathPaymentResultSuccess
in package
Table of Contents
Properties
- $last : XdrSimplePaymentResult
- $offers : array<string|int, mixed>
Methods
- __construct() : mixed
- decode() : XdrPathPaymentResultSuccess
- encode() : string
- fromBase64Xdr() : static
- getLast() : XdrSimplePaymentResult
- getOffers() : array<string|int, mixed>
- setLast() : void
- setOffers() : void
- toBase64Xdr() : string
Properties
$last
public
XdrSimplePaymentResult
$last
$offers
public
array<string|int, mixed>
$offers
Methods
__construct()
public
__construct(array<string|int, mixed> $offers, XdrSimplePaymentResult $last) : mixed
Parameters
- $offers : array<string|int, mixed>
- $last : XdrSimplePaymentResult
decode()
public
static decode(XdrBuffer $xdr) : XdrPathPaymentResultSuccess
Parameters
- $xdr : XdrBuffer
Return values
XdrPathPaymentResultSuccessencode()
public
encode() : string
Return values
stringfromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
- $xdr : string
Return values
staticgetLast()
public
getLast() : XdrSimplePaymentResult
Return values
XdrSimplePaymentResultgetOffers()
public
getOffers() : array<string|int, mixed>
Return values
array<string|int, mixed>setLast()
public
setLast(XdrSimplePaymentResult $last) : void
Parameters
- $last : XdrSimplePaymentResult
setOffers()
public
setOffers(array<string|int, mixed> $offers) : void
Parameters
- $offers : array<string|int, mixed>
toBase64Xdr()
public
toBase64Xdr() : string