UNPKG

@ledgerhq/live-common

Version:
5 lines 242 B
import { Observable } from "rxjs"; import type { InitSwapInput, SwapRequestEvent } from "./types"; declare const initSwap: (input: InitSwapInput) => Observable<SwapRequestEvent>; export default initSwap; //# sourceMappingURL=initSwap.d.ts.map