Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
arein committed Oct 2, 2022
1 parent a221e8f commit 1a01311
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@
"dependencies": {
"@solana/web3.js": "^1.63.0",
"@types/bn.js": "^5.1.1",
"@types/crypto-js": "^4.1.1",
"bn.js": "^5.2.1",
"borsh": "^0.7.0",
"bs58": "^5.0.0",
"buffer": "^6.0.3",
"crypto-js": "^4.1.1",
"valtio": "^1.7.0"
}
}
10 changes: 0 additions & 10 deletions src/types/requests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ export interface ClusterRequestMethods {
};
};

getAccountInfo: {
params: [string, { commitment?: string }];
returns: any;
};

getProgramAccounts: {
params: [string, { commitment?: string, filters?: Array<any>, encoding?: string }];
returns: any;
};

getLatestBlockhash: {
params: [{ commitment?: string }];
returns: {
Expand Down

0 comments on commit 1a01311

Please sign in to comment.