@metamask/snaps-simulation
Version:
A simulation framework for MetaMask Snaps, enabling headless testing of Snaps in a controlled environment
9 lines • 460 B
text/typescript
import type { RunSagaFunction } from "../../store/index.mjs";
/**
* Get a method that can be used to start a performance trace.
*
* @param runSaga - A function to run a saga outside the usual Redux flow.
* @returns A method that can be used to start a performance trace.
*/
export declare function getStartTraceImplementation(runSaga: RunSagaFunction): (event: import("@metamask/snaps-sdk").TraceRequest) => any;
//# sourceMappingURL=start-trace.d.mts.map