In the xrpl response the transaction is appended to the result. This functionality doesn't exist in the XRPLSwift sdk at the moment.
|
if map.requestType.self is AccountChannelsRequest.Type { |
Connection doesn't have the requestAll features.
Client: JS: https://github.com/XRPLF/xrpl.js/tree/main/packages/xrpl/src/client
Sugars are incomplete.
Sugars: JS: https://github.com/XRPLF/xrpl.js/tree/main/packages/xrpl/src/sugar
In the xrpl response the transaction is appended to the result. This functionality doesn't exist in the XRPLSwift sdk at the moment.
XRPLSwift/Sources/XRPLSwift/Xrpl/Clients/RequestManager.swift
Line 190 in 618645d
Connection doesn't have the requestAll features.
Client: JS: https://github.com/XRPLF/xrpl.js/tree/main/packages/xrpl/src/client
RequestManager: Refactor Request/Responseconnection: Add missing functions (RequestAll + Delegates)Sugars are incomplete.
Sugars: JS: https://github.com/XRPLF/xrpl.js/tree/main/packages/xrpl/src/sugar