@apexfusionfoundation/blockfrost-js
Version:
A JavaScript/TypeScript SDK for interacting with the https://blockfrost.io API
11 lines (10 loc) • 411 B
TypeScript
import { BlockFrostAPI } from '../../../index';
import { components } from '@blockfrost/openapi';
/**
* Obtains detailed network information.
* @see {@link https://docs.blockfrost.io/#tag/Cardano-Network/paths/~1network/get | API docs for Network information}
*
* @returns Detailed network information.
*
*/
export declare function network(this: BlockFrostAPI): Promise<components['schemas']['network']>;