Bump deps (#769)

This commit is contained in:
Jaco
2023-08-18 10:22:13 +03:00
committed by GitHub
parent d2a28ca315
commit 666fc8f702
25 changed files with 1470 additions and 1963 deletions
+1 -3
View File
@@ -12,9 +12,7 @@ export interface SingleAddress {
type?: KeypairType | undefined;
}
export interface SubjectInfo {
[index: string]: SingleAddress;
}
export type SubjectInfo = Record<string, SingleAddress>;
export interface AddressSubject {
add: (store: KeyringStore, address: string, json: KeyringJson, type?: KeypairType) => SingleAddress;