amount = $amount; $this->confirmations = $confirmations; $this->timeStamp = $timeStamp; $this->hash = $hash; } public function get_amount() { return $this->amount; } public function get_confirmations() { return $this->confirmations; } public function get_time_stamp() { return $this->timeStamp; } public function get_hash() { return $this->hash; } } ?>