btcpay-greenfield-node-client
Version:
## Installation
11 lines (10 loc) • 397 B
TypeScript
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>;
}