import { Lucid } from "https://deno.land/x/lucid@0.7.0/mod.ts";
Emulates a wallet by constructing it with the utxos and an address. If utxos are not set, utxos are fetched from the provided address.
Parameters
unnamed 0: ExternalWallet
x/lucid/mod.ts>Lucid#selectWalletFrom
import { Lucid } from "https://deno.land/x/lucid@0.7.0/mod.ts";
Emulates a wallet by constructing it with the utxos and an address. If utxos are not set, utxos are fetched from the provided address.