Skip to main content
Module

x/earthstar/mod.ts>parseAuthorOrShareAddress

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
function parseAuthorOrShareAddress
Re-export
import { parseAuthorOrShareAddress } from "https://deno.land/x/earthstar@v10.0.0-alpha.4/mod.ts";

Parse a share or author address into its parts

Parameters

address: AuthorAddress | ShareAddress

Returns

ParsedAddress | ValidationError