UNPKG

@hirosystems/token-metadata-api-client

Version:

Client for @hirosystems/token-metadata-api

5 lines (4 loc) 252 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 'openapi-fetch';