UNPKG

@openweb3-io/wallet-pay

Version:

Wallet Pay API client and wallet pay verification library

7 lines (6 loc) 275 B
import { HttpLibrary, RequestContext, ResponseContext } from './http'; import { Observable } from '../rxjsStub'; import "whatwg-fetch"; export declare class IsomorphicFetchHttpLibrary implements HttpLibrary { send(request: RequestContext): Observable<ResponseContext>; }