@axelar-network/axelarjs-sdk
Version:
The JavaScript SDK for Axelar Network
8 lines • 314 B
TypeScript
export declare class RestService {
private host;
constructor(host: string);
post(url: string, body: any, traceId?: string): Promise<any>;
get(url: string, traceId?: string): Promise<any>;
execRest(endpoint: string, requestOptions: any): Promise<any>;
}
//# sourceMappingURL=RestService.d.ts.map