UNPKG

@j0nnyboi/amman

Version:

A modern mandatory toolbelt to help test solana SDK libraries and apps on a locally running validator.

10 lines (9 loc) 255 B
import { Commitment } from '@safecoin/web3.js'; export declare function solanaConfig(config: { jsonRpcUrl: string; websocketUrl: string; commitment: Commitment; }): Promise<{ configPath: string; cleanupConfig: () => Promise<void>; }>;