XdrPathPaymentStrictReceiveOperation
Table of Contents
Properties
-
$destAmount
: BigInteger
-
$destAsset
: XdrAsset
-
$destination
: XdrMuxedAccount
-
$path
: array<string|int, mixed>
-
$sendAsset
: XdrAsset
-
$sendMax
: BigInteger
Methods
-
__construct()
: mixed
-
decode()
: XdrPathPaymentStrictReceiveOperation
-
encode()
: string
-
fromBase64Xdr()
: static
-
fromTxRep()
: XdrPathPaymentStrictReceiveOperation
-
getDestAmount()
: BigInteger
-
getDestAsset()
: XdrAsset
-
getDestination()
: XdrMuxedAccount
-
getPath()
: array<string|int, mixed>
-
getSendAsset()
: XdrAsset
-
getSendMax()
: BigInteger
-
setDestAmount()
: void
-
setDestAsset()
: void
-
setDestination()
: void
-
setPath()
: void
-
setSendAsset()
: void
-
setSendMax()
: void
-
toBase64Xdr()
: string
-
toTxRep()
: void
$destAmount
public
BigInteger
$destAmount
$destAsset
public
XdrAsset
$destAsset
$destination
public
XdrMuxedAccount
$destination
$path
public
array<string|int, mixed>
$path
$sendAsset
public
XdrAsset
$sendAsset
$sendMax
public
BigInteger
$sendMax
__construct()
public
__construct(XdrAsset $sendAsset, BigInteger $sendMax, XdrMuxedAccount $destination, XdrAsset $destAsset, BigInteger $destAmount, array<string|int, mixed> $path) : mixed
Parameters
-
$sendAsset
: XdrAsset
-
-
$sendMax
: BigInteger
-
-
$destination
: XdrMuxedAccount
-
-
$destAsset
: XdrAsset
-
-
$destAmount
: BigInteger
-
-
$path
: array<string|int, mixed>
-
decode()
public
static decode(XdrBuffer $xdr) : XdrPathPaymentStrictReceiveOperation
Parameters
-
$xdr
: XdrBuffer
-
encode()
public
encode() : string
fromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
-
$xdr
: string
-
fromTxRep()
public
static fromTxRep(array<string|int, mixed> $map, string $prefix) : XdrPathPaymentStrictReceiveOperation
Parameters
-
$map
: array<string|int, mixed>
-
-
$prefix
: string
-
getDestAmount()
public
getDestAmount() : BigInteger
getDestAsset()
public
getDestAsset() : XdrAsset
getDestination()
public
getDestination() : XdrMuxedAccount
getPath()
public
getPath() : array<string|int, mixed>
Return values
array<string|int, mixed>
getSendAsset()
public
getSendAsset() : XdrAsset
getSendMax()
public
getSendMax() : BigInteger
setDestAmount()
public
setDestAmount(BigInteger $destAmount) : void
Parameters
-
$destAmount
: BigInteger
-
setDestAsset()
public
setDestAsset(XdrAsset $destAsset) : void
Parameters
-
$destAsset
: XdrAsset
-
setDestination()
public
setDestination(XdrMuxedAccount $destination) : void
Parameters
-
$destination
: XdrMuxedAccount
-
setPath()
public
setPath(array<string|int, mixed> $path) : void
Parameters
-
$path
: array<string|int, mixed>
-
setSendAsset()
public
setSendAsset(XdrAsset $sendAsset) : void
Parameters
-
$sendAsset
: XdrAsset
-
setSendMax()
public
setSendMax(BigInteger $sendMax) : void
Parameters
-
$sendMax
: BigInteger
-
toBase64Xdr()
public
toBase64Xdr() : string
toTxRep()
public
toTxRep(string $prefix, array<string|int, mixed> &$lines) : void
Parameters
-
$prefix
: string
-
-
$lines
: array<string|int, mixed>
-