Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Messer4 committed Jan 8, 2025
1 parent ad5fae4 commit de0976c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 108 deletions.
92 changes: 0 additions & 92 deletions src/solana/stakeAccount.ts

This file was deleted.

17 changes: 1 addition & 16 deletions src/solana/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
import {
// Account,
// AccountInfo,
// ParsedAccountData,
// PublicKey,
// VersionedTransaction,
Address,
TransactionMessageWithBlockhashLifetime,
} from '@solana/web3.js';
Expand All @@ -22,14 +17,4 @@ export type StakeResponse = CreateAccountResponse;
export type ClaimResponse = {
claimVerTx: TransactionMessageWithBlockhashLifetime;
totalClaimAmount: bigint;
};

// export type Account = {
// pubkey: PublicKey;
// account: StakeAccount;
// };

// export type AccountToSplit = {
// account: Account;
// lamports: number;
// };
};

0 comments on commit de0976c

Please sign in to comment.