UNPKG

@j0nnyboi/amman

Version:

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

7 lines (6 loc) 275 B
import { Connection } from '@safecoin/web3.js'; export declare function handleAccountCommand(acc: string | undefined, includeTxs: boolean, save: boolean): Promise<{ connection?: Connection | undefined; rendered: string; savedAccountPath?: string | undefined; }>;