UNPKG

postchain-client

Version:

Client library for accessing a Postchain node through REST.

11 lines (10 loc) 650 B
export declare const domain = "http://localhost"; export declare const handlers: import("msw/lib/core/handlers/HttpHandler").HttpHandler[]; export declare const errorHandler: { txError: import("msw/lib/core/handlers/HttpHandler").HttpHandler; txStatusInvalidRejectFormat: import("msw/lib/core/handlers/HttpHandler").HttpHandler; statusRejected: import("msw/lib/core/handlers/HttpHandler").HttpHandler; statusWaiting: import("msw/lib/core/handlers/HttpHandler").HttpHandler; statusUnknown: import("msw/lib/core/handlers/HttpHandler").HttpHandler; getTransactionInfo: import("msw/lib/core/handlers/HttpHandler").HttpHandler; };