We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607fd22 commit 042853aCopy full SHA for 042853a
1 file changed
src/types.ts
@@ -2371,7 +2371,7 @@ export namespace NCW {
2371
2372
export class KeySetup {
2373
status: SetupStatus;
2374
- algorithmName: string;
+ algorithmName: SigningAlgorithm;
2375
confirmed: boolean;
2376
backedUp: boolean;
2377
}
@@ -2384,6 +2384,7 @@ export namespace NCW {
2384
2385
export class WalletSetupStatusResponse {
2386
2387
+ requiredAlgorithms: Array<SigningAlgorithm>;
2388
deviceSetupStatus: Array<DeviceKeySetupResponse>;
2389
2390
0 commit comments