Array of objects with suggested paths to take. If empty, then no paths were found connecting the source and destination accounts.
Unique address of the account that would receive a transaction.
Currency Amount that the destination would receive in a transaction.
If false, this is the result of an incomplete search. A later reply may have a better path. If true, then this is the best path found. (It is still theoretically possible that a better path could exist, but rippled won't find it.) Until you close the pathfinding request, rippled continues to send updates each time a new ledger closes.
The ID provided in the WebSocket request is included again at this level.
Optional
send_Currency Amount that would be spent in the transaction.
Unique address that would send a transaction.
Generated using TypeDoc
The path_find method searches for a path along which a transaction can possibly be made, and periodically sends updates when the path changes over time.