import { type AddressDetails } from "https://deno.land/x/lucid@0.7.0/src/mod.ts";
definition: { type: AddressType; networkId: number; address: { bech32: Address; hex: string; }; paymentCredential?: Credential; stakeCredential?: Credential; }
x/lucid/src/mod.ts>AddressDetails
import { type AddressDetails } from "https://deno.land/x/lucid@0.7.0/src/mod.ts";