import { type ExternalWallet } from "https://deno.land/x/lucid@0.10.5/src/types/mod.ts";
A wallet that can be constructed from external data e.g utxos and an address. It doesn't allow you to sign transactions/messages. This needs to be handled separately.