UNPKG

@stacks/blockchain-api-client

Version:
9 lines (8 loc) 359 B
import { ClientOptions } from "openapi-fetch"; import type { paths } from "./generated/schema"; export declare function createClient(options?: ClientOptions): import("openapi-fetch").Client<paths, `${string}/${string}`>; export * from './common'; export * from './socket-io'; export * from './ws'; export type * from './types'; export * from 'openapi-fetch';