xpring-eng / XpringKit

XpringKit provides a Swift SDK for interacting with Xpring Protocols (XRP/PayID/ILP). This library is deprecated.
https://xrpl.org/
MIT License
26 stars 14 forks source link

Subdirectory XRP component #198

Closed amiecorso closed 4 years ago

amiecorso commented 4 years ago

High Level Overview of Change

This PR reorganizes the XRP component files in XpringKit to reflect the organizational structure of both the other components and the other SDKs, including a subdirectory model/ within XRP/ to hold the XRP protobuf wrapper classes.

Context of Change

Maintain organizational consistency across SDKs and components.

Type of Change

Before / After

Test Plan

CI

amiecorso commented 4 years ago

Keefer, maybe take a glance and let me know if any of these files actually belong somewhere better like Common/. To my knowledge they were all created in the context of the XRPClient so I stuck them all in XRP.