mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-15 20:24:25 +01:00
use re-exported waila
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
import initWaila, { PaymentParams } from "@mutinywallet/waila-wasm";
|
||||
import { PaymentParams } from "@mutinywallet/mutiny-wasm";
|
||||
|
||||
import { Result } from "~/utils";
|
||||
|
||||
// Make sure we've initialzied waila before we try to use it
|
||||
await initWaila();
|
||||
|
||||
export type ParsedParams = {
|
||||
original: string;
|
||||
address?: string;
|
||||
|
||||
Reference in New Issue
Block a user