XdrPathPaymentStrictSendOperation
in package
Table of Contents
Methods
- __construct() : mixed
- decode() : XdrPathPaymentStrictSendOperation
- encode() : string
- getDestAsset() : XdrAsset
- getDestination() : XdrMuxedAccount
- getDestMin() : BigInteger
- getPath() : array<string|int, XdrAsset>
- getSendAmount() : BigInteger
- getSendAsset() : XdrAsset
Methods
__construct()
public
__construct(XdrAsset $sendAsset, BigInteger $sendAmount, XdrMuxedAccount $destination, XdrAsset $destAsset, BigInteger $destMin, array<string|int, XdrAsset> $path) : mixed
Parameters
- $sendAsset : XdrAsset
- $sendAmount : BigInteger
- $destination : XdrMuxedAccount
- $destAsset : XdrAsset
- $destMin : BigInteger
- $path : array<string|int, XdrAsset>
decode()
public
static decode(XdrBuffer $xdr) : XdrPathPaymentStrictSendOperation
Parameters
- $xdr : XdrBuffer
Return values
XdrPathPaymentStrictSendOperationencode()
public
encode() : string
Return values
stringgetDestAsset()
public
getDestAsset() : XdrAsset
Return values
XdrAssetgetDestination()
public
getDestination() : XdrMuxedAccount
Return values
XdrMuxedAccountgetDestMin()
public
getDestMin() : BigInteger
Return values
BigIntegergetPath()
public
getPath() : array<string|int, XdrAsset>
Return values
array<string|int, XdrAsset>getSendAmount()
public
getSendAmount() : BigInteger
Return values
BigIntegergetSendAsset()
public
getSendAsset() : XdrAsset