Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
High-level address parsing.
parse
import { parse } from 'stellar-address-kit'; const result = parse("MA7Q...QD"); // { type: 'MUXED', baseAddress: 'GA7Q...', id: '123' }
// Dart includes a parseOrThrow variant for convenience final result = parseOrThrow("MA7Q...QD");
CLASSIC
MUXED
CONTRACT