UNPKG

btcpay-greenfield-node-client

Version:
11 lines (10 loc) 397 B
import type { ApplicationServerInfoData } from '../models/ApplicationServerInfoData'; export declare class ServerInfoService { /** * Get server info * Information about the server, chains and sync states * @returns ApplicationServerInfoData Server information * @throws ApiError */ static serverInfoGetServerInfo(): Promise<ApplicationServerInfoData>; }