UNPKG

@hirosystems/clarinet-sdk-browser

Version:

A SDK to interact with Clarity Smart Contracts in the browser

5 lines (4 loc) 205 B
export declare const defaultFileStore: Map<string, string>; export declare function defaultVfs(action: string, data: unknown): string | boolean | Map<string, string> | { [k: string]: string; } | null;