$name
$name :
Bitcoin fee transaction controller.
get_amount(object $trans)
Get amount
Get the amount of the transaction. Can be used to either, retrieve amount from the database, add / subtract fees, change the inputted amount as needed, etc. To change the amount, just modify the parent::$amount variable directly.
object | $trans | The transaction object. |