UNPKG

soul-wallet-lib

Version:
5 lines (4 loc) 171 B
export declare class HttpRequest { static get(url: string, timeout?: number): Promise<any>; static post(url: string, data: any, timeout?: number): Promise<any>; }