Skip to content

Commit 3f645ec

Browse files
committed
fix js type
1 parent 5e9dfae commit 3f645ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clients/js/src/transactions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ interface WithdrawParams {
7676
}
7777

7878
interface DepositSolParams {
79-
rpc: Rpc<GetAccountInfoApi & GetMinimumBalanceForRentExemptionApi & GetStakeMinimumDelegationApi>;
79+
rpc: Rpc<GetAccountInfoApi>;
8080
voteAccount: VoteAccountAddress;
8181
userWallet: Address;
8282
lamports: bigint;

0 commit comments

Comments
 (0)