22
33declare (strict_types=1 );
44
5- namespace AndKom \PhpBitcoinWallet \Item ;
5+ namespace AndKom \Bitcoin \ Wallet \Item ;
66
77use AndKom \BCDataStream \Reader ;
88use AndKom \BCDataStream \Writer ;
9- use AndKom \PhpBerkeleyDb \Adapter \AdapterInterface ;
9+ use AndKom \BerkeleyDb \Adapter \AdapterInterface ;
1010
1111/**
1212 * Class ItemFactory
13- * @package AndKom\PhpBitcoinWallet \Item
13+ * @package AndKom\Bitcoin\Wallet \Item
1414 */
1515class ItemFactory
1616{
@@ -32,7 +32,7 @@ public function __construct(AdapterInterface $adapter)
3232 * @param Reader $kds
3333 * @param Reader $vds
3434 * @return Key
35- * @throws \AndKom\PhpBerkeleyDb \Exception
35+ * @throws \AndKom\BerkeleyDb \Exception
3636 */
3737 public function createKey (Reader $ kds , Reader $ vds ): Key
3838 {
@@ -46,7 +46,7 @@ public function createKey(Reader $kds, Reader $vds): Key
4646 * @param Reader $kds
4747 * @param Reader $vds
4848 * @return EncryptedKey
49- * @throws \AndKom\PhpBerkeleyDb \Exception
49+ * @throws \AndKom\BerkeleyDb \Exception
5050 */
5151 public function createEncryptedKey (Reader $ kds , Reader $ vds ): EncryptedKey
5252 {
@@ -60,7 +60,7 @@ public function createEncryptedKey(Reader $kds, Reader $vds): EncryptedKey
6060 * @param Reader $kds
6161 * @param Reader $vds
6262 * @return WKey
63- * @throws \AndKom\PhpBerkeleyDb \Exception
63+ * @throws \AndKom\BerkeleyDb \Exception
6464 */
6565 public function createWKey (Reader $ kds , Reader $ vds ): WKey
6666 {
@@ -113,7 +113,7 @@ public function createKeyMeta(Reader $vds): KeyMeta
113113 /**
114114 * @param string $public
115115 * @return KeyMeta|null
116- * @throws \AndKom\PhpBerkeleyDb \Exception
116+ * @throws \AndKom\BerkeleyDb \Exception
117117 */
118118 public function getKeyMeta (string $ public ): ?KeyMeta
119119 {
0 commit comments