UNPKG

@gnolang/tm2-js-client

Version:

Tendermint2 JS / TS Client

5 lines (4 loc) 174 B
import { RequestParams } from './restService.types'; export declare class RestService { static post<TResult>(baseURL: string, params: RequestParams): Promise<TResult>; }