@stacks/blockchain-api-client
Version:
Client for the Stacks Blockchain API
9 lines (8 loc) • 359 B
TypeScript
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';