- Display:
Amount XRP: 100.00 (Received) - Detection: Metadata analysis for balance changes
- Source: Testnet faucets (XRPL Labs, Altnet, etc.)
- Sent:
Amount XRP: 25.50 (Sent) - Received:
Amount XRP: 25.50 (Received) - Detection: Payment transaction type with Amount field
- Lipisa:
Amount Lipisa: 1000.00 (Received) - CalorieTest:
Amount CalorieTest: 500.00 (Sent) - Other Tokens:
Amount TOKENNAME: 123.45 (Direction)
- Account Settings:
AccountSet transaction (Your transaction) - Trustline Setup:
TrustSet transaction (Sent by you) - Offer Creation:
OfferCreate transaction (Your transaction) - Offer Cancellation:
OfferCancel transaction (Sent by you)
- Buy Order:
OfferCreate transaction (Your transaction) - Sell Order:
OfferCreate transaction (Your transaction) - Trade Execution:
Payment - Amount: [details] (Direction)
- Payment Transactions: Direct Amount field parsing
- Metadata Analysis: Balance changes in AffectedNodes
- Transaction Type: Fallback to type-based description
- Direction Logic: Account vs Destination comparison
XRP: String amount in drops Γ· 1,000,000
Tokens: Dictionary with value + currency fields
Meta: delivered_amount or balance changes
Sent: Account == current_wallet_address
Received: Destination == current_wallet_address
External: Other account operations
- β Faucet funding detection (100 XRP)
- β Transaction hash display
- β Multiple transaction handling
- β Error state management
- π XRP send/receive between wallets
- π Token trustline setup
- π Token transfers
- π DEX offer creation
- π Account setting changes
- Create Wallet β Shows "Loading..." during funding
- Faucet Success β Shows "Amount XRP: 100.00 (Received)"
- Wallet Switch β Instant display update
- Send XRP β Shows "Amount XRP: 25.00 (Sent)"
- Receive XRP β Shows "Amount XRP: 15.00 (Received)"
- Latest First: Most recent transactions at top
- Clear Amounts: Always shows precise decimal amounts
- Direction Clear: (Sent)/(Received) for easy understanding
- Type Identification: Transaction purpose clearly indicated
The system now handles all common XRPL transaction types with proper amount detection and user-friendly display! π