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.
Displaying G and M addresses in your UI.
final routing = extractRouting(RoutingInput( address: "G...", memoId: "123", )); // Display the "Friendly" address if available Text(routing.address); // The G-address Text(routing.routingId); // The Memo ID