We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80838fd commit 8f9790aCopy full SHA for 8f9790a
src/entities/factories/WalletFactory.ts
@@ -1,8 +1,8 @@
1
import { Factory } from './Factory';
2
import { Context } from '../../Context';
3
-import { Wallet, Params, UniqueIdentifier } from '../Wallet';
+import { Wallet, Params, UniqueIdentifiers } from '../Wallet';
4
5
-export class WalletFactory extends Factory<Wallet, Params, UniqueIdentifier> {
+export class WalletFactory extends Factory<Wallet, Params, UniqueIdentifiers> {
6
protected generateProperties = async (uid: string) => {
7
const { address } = Wallet.unserialize(uid);
8
0 commit comments