Draft XRPL Intent Transaction
draft_xrpl_intent_txDraft XRPL transaction skeletons for payment, trustline, RLUSD, or channel intents, including required fields and common tec/tem failure codes, without submitting or signing.
Instructions
Draft a typed xrpl.js / xrpl-py skeleton for payment, trustline, rlusd, or channel, plus required fields and common tec/tem failure codes. Use when building an XRPL tx; never submits, signs, or moves funds. Prefer fetch_working_example for a full script and review_framework_code to lint Amount/address mistakes. Paid tools/call: $0.001 USDC or 1000 drops XRP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | payment, trustline, rlusd, or channel — what the transaction should do | |
| language | No | typescript (default) or python |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hints | Yes | ||
| notes | Yes | ||
| intent | Yes | ||
| matched | Yes | ||
| submits | Yes | ||
| language | Yes | ||
| skeleton | Yes | ||
| movesFunds | Yes | ||
| failureCodes | Yes | ||
| requiredFields | Yes | ||
| transactionType | Yes |