Module

x/jucid/mod.ts>AddressDetails

jucid is JSHy's fork of Lucid (jshy + lucid = jucid)
Latest
type alias AddressDetails
import { type AddressDetails } from "https://dotland.deno.dev/x/jucid@1.0.0-alpha.1/mod.ts";
definition: { type: AddressType; networkId: number; address: { bech32: Address; hex: string; }; paymentCredential?: Credential; stakeCredential?: Credential; }
import AddressDetails
import { AddressDetails } from "https://dotland.deno.dev/x/jucid@1.0.0-alpha.1/mod.ts";