Skip to content

Commit 08f70fa

Browse files
committed
Remove withdrawal client
1 parent 4c6b378 commit 08f70fa

File tree

5 files changed

+0
-35
lines changed

5 files changed

+0
-35
lines changed

src/client/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export { SafeClient } from './safe';
2323
export { TransferClient } from './transfer';
2424
export { UserClient } from './user';
2525
export { UtxoClient } from './utxo';
26-
export { WithdrawalClient } from './withdrawal';
2726

2827
export * from './mixin-client';
2928
export { mixinRequest } from './http';

src/client/mixin-client.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import { PaymentBaseClient } from './payment';
2020
import { PinKeystoreClient } from './pin';
2121
import { TransferKeystoreClient } from './transfer';
2222
import { UserKeystoreClient } from './user';
23-
import { WithdrawalKeystoreClient } from './withdrawal';
2423
import { BlazeKeystoreClient } from './blaze';
2524
import { UtxoKeystoreClient } from './utxo';
2625
import { SafeKeystoreClient } from './safe';
@@ -46,7 +45,6 @@ const KeystoreClient = (axiosInstance: AxiosInstance, keystore: Keystore | undef
4645
transfer: TransferKeystoreClient(axiosInstance, keystore),
4746
user: UserKeystoreClient(axiosInstance),
4847
utxo: UtxoKeystoreClient(axiosInstance),
49-
withdrawal: WithdrawalKeystoreClient(axiosInstance, keystore),
5048
});
5149

5250
export type KeystoreClientReturnType = ReturnType<typeof KeystoreClient>;

src/client/types/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ export * from './snapshot';
2222
export * from './transaction';
2323
export * from './transfer';
2424
export * from './user';
25-
export * from './withdrawal';
2625
export * from './utxo';

src/client/types/withdrawal.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/client/withdrawal.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)