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