MinerFeesItem
in package
Class MinerFeesItem
Tags
Table of Contents
Properties
- $fiatAmount : float|null
- $satoshisPerByte : float|null
- $totalFee : int|null
Methods
- __construct() : mixed
- getFiatAmount() : float|null
- getSatoshisPerByte() : float|null
- getTotalFee() : int|null
- setFiatAmount() : void
- setSatoshisPerByte() : void
- setTotalFee() : void
- toArray() : array<string|int, mixed>
Properties
$fiatAmount
protected
float|null
$fiatAmount
= null
$satoshisPerByte
protected
float|null
$satoshisPerByte
= null
$totalFee
protected
int|null
$totalFee
= null
Methods
__construct()
public
__construct() : mixed
getFiatAmount()
public
getFiatAmount() : float|null
Return values
float|nullgetSatoshisPerByte()
public
getSatoshisPerByte() : float|null
Return values
float|nullgetTotalFee()
public
getTotalFee() : int|null
Return values
int|nullsetFiatAmount()
public
setFiatAmount(float|null $fiatAmount) : void
Parameters
- $fiatAmount : float|null
setSatoshisPerByte()
public
setSatoshisPerByte(float $satoshisPerByte) : void
Parameters
- $satoshisPerByte : float
setTotalFee()
public
setTotalFee(int $totalFee) : void
Parameters
- $totalFee : int
toArray()
public
toArray() : array<string|int, mixed>