XdrTxSetComponentTxsMaybeDiscountedFee
Table of Contents
Properties
-
$baseFee
: int|null
-
$txs
: array<string|int, mixed>
Methods
-
__construct()
: mixed
-
decode()
: XdrTxSetComponentTxsMaybeDiscountedFee
-
encode()
: string
-
fromBase64Xdr()
: static
-
getBaseFee()
: int|null
-
getTxs()
: array<string|int, mixed>
-
setBaseFee()
: void
-
setTxs()
: void
-
toBase64Xdr()
: string
$baseFee
public
int|null
$baseFee
= null
$txs
public
array<string|int, mixed>
$txs
__construct()
public
__construct(array<string|int, mixed> $txs[, int|null $baseFee = null ]) : mixed
Parameters
-
$txs
: array<string|int, mixed>
-
-
$baseFee
: int|null
= null
-
decode()
public
static decode(XdrBuffer $xdr) : XdrTxSetComponentTxsMaybeDiscountedFee
Parameters
-
$xdr
: XdrBuffer
-
encode()
public
encode() : string
fromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
-
$xdr
: string
-
getBaseFee()
public
getBaseFee() : int|null
getTxs()
public
getTxs() : array<string|int, mixed>
Return values
array<string|int, mixed>
setBaseFee()
public
setBaseFee(int|null $baseFee) : void
Parameters
-
$baseFee
: int|null
-
setTxs()
public
setTxs(array<string|int, mixed> $txs) : void
Parameters
-
$txs
: array<string|int, mixed>
-
toBase64Xdr()
public
toBase64Xdr() : string