The library follows a strict set of rules to determine theDocumentation Index
Fetch the complete documentation index at: https://stellaraddresskit.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
address and routingId for any given input.
Routing Scenarios
M-Address (No Memo)
M-Address (No Memo)
Input:
MA7Q...QD
Output:address:GA7Q...HBroutingId:123
M-Address + External Memo
M-Address + External Memo
Input:
MA7Q...QD + MEMO_ID: 999
Output:address:GA7Q...HBroutingId:123warning:REDUNDANT_MEMO(The M-address ID takes priority).
G-Address + MEMO_ID
G-Address + MEMO_ID
Input:
GA7Q...HB + MEMO_ID: 123
Output:address:GA7Q...HBroutingId:123
G-Address + Numeric MEMO_TEXT
G-Address + Numeric MEMO_TEXT
Input:
GA7Q...HB + MEMO_TEXT: "123"
Output:address:GA7Q...HBroutingId:123warning:MEMO_TYPE_MISMATCH(Numeric text memos are often sent by mistake instead of ID memos).
G-Address + Non-Numeric MEMO_TEXT
G-Address + Non-Numeric MEMO_TEXT
Input:
GA7Q...HB + MEMO_TEXT: "abc"
Output:address:GA7Q...HBroutingId:""warning:NON_ROUTABLE_MEMO(Cannot extract a numeric ID from text).
G-Address + MEMO_HASH/RETURN
G-Address + MEMO_HASH/RETURN
Input:
GA7Q...HB + MEMO_HASH: "..."
Output:address:GA7Q...HBroutingId:""warning:NON_ROUTABLE_MEMO.
C-Address
C-Address
Input:
C...
Output:address:""destinationError:INVALID_DESTINATION.