We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae6e0f commit bf51619Copy full SHA for bf51619
src/index.ts
@@ -18,6 +18,7 @@ import { BanksClient, ProgramTestContext } from "solana-bankrun";
18
import bs58 from "bs58";
19
import NodeWallet from "@coral-xyz/anchor/dist/cjs/nodewallet";
20
import { SuccessfulTxSimulationResponse } from "@coral-xyz/anchor/dist/cjs/utils/rpc";
21
+export { startAnchor } from "solana-bankrun";
22
23
interface ConnectionInterface {
24
getAccountInfo: Connection["getAccountInfo"];
0 commit comments