Skip to content

Commit c048c75

Browse files
refactor(wallets): drop unused RecoverySignerListConfig alias
Co-Authored-By: Panayiotis Halios <panos@paella.dev>
1 parent f879829 commit c048c75

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

packages/wallets/src/api/types.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,6 @@ export type RecoverySignerConfig = NonNullable<
4242
Extract<CreateWalletV2025DtoClass, { config: { adminSigner: Record<string, unknown> } }>["config"]
4343
>["adminSigner"];
4444

45-
/**
46-
* Recovery signers accepted by the wallet-creation API under `config.recovery`. Only the chains
47-
* whose backend DTO takes a list (Solana, Stellar) are extracted here; EVM still takes a single
48-
* signer, so it keeps using {@link RecoverySignerConfig}.
49-
*/
50-
export type RecoverySignerListConfig = NonNullable<
51-
NonNullable<
52-
Extract<CreateWalletV2025DtoClass, { chainType: "solana" | "stellar"; config: object }>["config"]
53-
>["recovery"]
54-
>;
55-
5645
export type CreateTransactionParams = CreateTransactionV2025DtoClass;
5746
export type CreateTransactionSuccessResponse = WalletsTransactionV2025ResponseDtoClass;
5847
export type CreateTransactionResponse = CreateTransactionSuccessResponse | WalletV1Alpha2TransactionErrorDto;

0 commit comments

Comments
 (0)