We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9dfae commit 3f645ecCopy full SHA for 3f645ec
1 file changed
clients/js/src/transactions.ts
@@ -76,7 +76,7 @@ interface WithdrawParams {
76
}
77
78
interface DepositSolParams {
79
- rpc: Rpc<GetAccountInfoApi & GetMinimumBalanceForRentExemptionApi & GetStakeMinimumDelegationApi>;
+ rpc: Rpc<GetAccountInfoApi>;
80
voteAccount: VoteAccountAddress;
81
userWallet: Address;
82
lamports: bigint;
0 commit comments