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