Skip to content

Commit 1af915d

Browse files
committed
chore: fix errors
Signed-off-by: georgi-l95 <[email protected]>
1 parent e73a998 commit 1af915d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/configuration/types/IAccountProps.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@
44

55
import { IPrivateKey } from './IPrivateKey';
66

7-
// ... existing code ...
7+
export interface IAccountProps {
8+
balance: number;
9+
privateKey?: IPrivateKey;
10+
associatedTokens?: string[];
11+
}

0 commit comments

Comments
 (0)