XdrPathPaymentStrictReceiveOperation
in package
Table of Contents
Methods
- __construct() : mixed
- decode() : XdrPathPaymentStrictReceiveOperation
- encode() : string
- getDestAmount() : BigInteger
- getDestAsset() : XdrAsset
- getDestination() : XdrMuxedAccount
- getPath() : array<string|int, XdrAsset>
- getSendAsset() : XdrAsset
- getSendMax() : BigInteger
Methods
__construct()
public
__construct(XdrAsset $sendAsset, BigInteger $sendMax, XdrMuxedAccount $destination, XdrAsset $destAsset, BigInteger $destAmount, array<string|int, XdrAsset> $path) : mixed
Parameters
- $sendAsset : XdrAsset
- $sendMax : BigInteger
- $destination : XdrMuxedAccount
- $destAsset : XdrAsset
- $destAmount : BigInteger
- $path : array<string|int, XdrAsset>
decode()
public
static decode(XdrBuffer $xdr) : XdrPathPaymentStrictReceiveOperation
Parameters
- $xdr : XdrBuffer
Return values
XdrPathPaymentStrictReceiveOperationencode()
public
encode() : string
Return values
stringgetDestAmount()
public
getDestAmount() : BigInteger
Return values
BigIntegergetDestAsset()
public
getDestAsset() : XdrAsset
Return values
XdrAssetgetDestination()
public
getDestination() : XdrMuxedAccount
Return values
XdrMuxedAccountgetPath()
public
getPath() : array<string|int, XdrAsset>
Return values
array<string|int, XdrAsset>getSendAsset()
public
getSendAsset() : XdrAsset
Return values
XdrAssetgetSendMax()
public
getSendMax() : BigInteger