Documentation

MinerFeesItem
in package

Class MinerFeesItem

Tags
see

REST API Invoices

Table of Contents

$fiatAmount  : float|null
$satoshisPerByte  : float|null
$totalFee  : float|null
__construct()  : mixed
getFiatAmount()  : float|null
getSatoshisPerByte()  : float|null
getTotalFee()  : float|null
setFiatAmount()  : void
setSatoshisPerByte()  : void
setTotalFee()  : void
toArray()  : array<string|int, mixed>

Properties

$satoshisPerByte

protected float|null $satoshisPerByte = null

Methods

__construct()

public __construct() : mixed
Return values
mixed

getFiatAmount()

public getFiatAmount() : float|null
Return values
float|null

getSatoshisPerByte()

public getSatoshisPerByte() : float|null
Return values
float|null

getTotalFee()

public getTotalFee() : float|null
Return values
float|null

setFiatAmount()

public setFiatAmount(float|null $fiatAmount) : void
Parameters
$fiatAmount : float|null
Return values
void

setSatoshisPerByte()

public setSatoshisPerByte(float $satoshisPerByte) : void
Parameters
$satoshisPerByte : float
Return values
void

setTotalFee()

public setTotalFee(float $totalFee) : void
Parameters
$totalFee : float
Return values
void

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results