Skip to main content
The parse function identifies the type of address and extracts any embedded data.

Usage

import { parse } from 'stellar-address-kit';

const result = parse("MA7Q...QD");
// { type: 'MUXED', baseAddress: 'GA7Q...', id: '123' }

Supported Types

  • CLASSIC (G…)
  • MUXED (M…)
  • CONTRACT (C…)