mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-08-12 17:21:32 +00:00
Bump deps (#769)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user