XdrPathPaymentStrictSendOperation
Table of Contents
Properties
-
$destAsset
: XdrAsset
-
$destination
: XdrMuxedAccount
-
$destMin
: BigInteger
-
$path
: array<string|int, mixed>
-
$sendAmount
: BigInteger
-
$sendAsset
: XdrAsset
Methods
-
__construct()
: mixed
-
decode()
: XdrPathPaymentStrictSendOperation
-
encode()
: string
-
fromBase64Xdr()
: static
-
fromTxRep()
: XdrPathPaymentStrictSendOperation
-
getDestAsset()
: XdrAsset
-
getDestination()
: XdrMuxedAccount
-
getDestMin()
: BigInteger
-
getPath()
: array<string|int, mixed>
-
getSendAmount()
: BigInteger
-
getSendAsset()
: XdrAsset
-
setDestAsset()
: void
-
setDestination()
: void
-
setDestMin()
: void
-
setPath()
: void
-
setSendAmount()
: void
-
setSendAsset()
: void
-
toBase64Xdr()
: string
-
toTxRep()
: void
$destAsset
public
XdrAsset
$destAsset
$destination
public
XdrMuxedAccount
$destination
$destMin
public
BigInteger
$destMin
$path
public
array<string|int, mixed>
$path
$sendAmount
public
BigInteger
$sendAmount
$sendAsset
public
XdrAsset
$sendAsset
__construct()
public
__construct(XdrAsset $sendAsset, BigInteger $sendAmount, XdrMuxedAccount $destination, XdrAsset $destAsset, BigInteger $destMin, array<string|int, mixed> $path) : mixed
Parameters
-
$sendAsset
: XdrAsset
-
-
$sendAmount
: BigInteger
-
-
$destination
: XdrMuxedAccount
-
-
$destAsset
: XdrAsset
-
-
$destMin
: BigInteger
-
-
$path
: array<string|int, mixed>
-
decode()
public
static decode(XdrBuffer $xdr) : XdrPathPaymentStrictSendOperation
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) : XdrPathPaymentStrictSendOperation
Parameters
-
$map
: array<string|int, mixed>
-
-
$prefix
: string
-
getDestAsset()
public
getDestAsset() : XdrAsset
getDestination()
public
getDestination() : XdrMuxedAccount
getDestMin()
public
getDestMin() : BigInteger
getPath()
public
getPath() : array<string|int, mixed>
Return values
array<string|int, mixed>
getSendAmount()
public
getSendAmount() : BigInteger
getSendAsset()
public
getSendAsset() : XdrAsset
setDestAsset()
public
setDestAsset(XdrAsset $destAsset) : void
Parameters
-
$destAsset
: XdrAsset
-
setDestination()
public
setDestination(XdrMuxedAccount $destination) : void
Parameters
-
$destination
: XdrMuxedAccount
-
setDestMin()
public
setDestMin(BigInteger $destMin) : void
Parameters
-
$destMin
: BigInteger
-
setPath()
public
setPath(array<string|int, mixed> $path) : void
Parameters
-
$path
: array<string|int, mixed>
-
setSendAmount()
public
setSendAmount(BigInteger $sendAmount) : void
Parameters
-
$sendAmount
: BigInteger
-
setSendAsset()
public
setSendAsset(XdrAsset $sendAsset) : void
Parameters
-
$sendAsset
: XdrAsset
-
toBase64Xdr()
public
toBase64Xdr() : string
toTxRep()
public
toTxRep(string $prefix, array<string|int, mixed> &$lines) : void
Parameters
-
$prefix
: string
-
-
$lines
: array<string|int, mixed>
-