import { Core } from "https://deno.land/x/lucid@0.5.2/src/mod.ts";
const { EnterpriseAddress } = Core;
Static Methods
from_address(addr: Address): EnterpriseAddress | undefined
new(network: number, payment: StakeCredential): EnterpriseAddress
x/lucid/src/mod.ts>Core.EnterpriseAddress
import { Core } from "https://deno.land/x/lucid@0.5.2/src/mod.ts";
const { EnterpriseAddress } = Core;