UNPKG

@apexfusionfoundation/blockfrost-js

Version:

A JavaScript/TypeScript SDK for interacting with the https://blockfrost.io API

12 lines (11 loc) 275 B
import { BlockFrostAPI } from '../../../index'; /** * Obtains backend version number. * * @returns Backend version in a format `{ url: string; version: string }` * */ export declare function root(this: BlockFrostAPI): Promise<{ url: string; version: string; }>;