base_uri . $txhash; $content = (new Curl())->get($uri, false); if ($content) { if ($content['err_no']) { return $this->StatusReturn(self::ERROR, $content['err_msg']); } return $this->StatusReturn(self::TRANS_OK); } return $this->StatusReturn(self::ERROR); } }