import { Lucid } from "https://deno.land/x/lucid@0.8.6/src/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/src/mod.ts>Lucid#selectWalletFrom
import { Lucid } from "https://deno.land/x/lucid@0.8.6/src/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.