import { Core } from "https://deno.land/x/lucid@0.5.2/mod.ts";
const { Address } = Core;
Methods
as_base(): BaseAddress | undefined
as_byron(): ByronAddress | undefined
as_enterprise(): EnterpriseAddress | undefined
as_pointer(): PointerAddress | undefined
as_reward(): RewardAddress | undefined
free(): void
network_id(): number
to_bech32(prefix?: string): string
to_bytes(): Uint8Array
to_json(): string
Static Methods
from_bech32(bech_str: string): Address
from_bytes(data: Uint8Array): Address