react-native-candle 0.1.17 → 0.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ReactNativeCandle.podspec +1 -1
- package/ios/Sources/CandleLinkSheetWrapperView.swift +2 -167
- package/ios/Sources/RNCandle.swift +542 -46
- package/lib/commonjs/index.js +157 -1
- package/lib/commonjs/index.js.map +1 -1
- package/lib/module/index.js +157 -1
- package/lib/module/index.js.map +1 -1
- package/lib/typescript/commonjs/src/index.d.ts +79 -3
- package/lib/typescript/commonjs/src/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/specs/RNCandle.nitro.d.ts +197 -9
- package/lib/typescript/commonjs/src/specs/RNCandle.nitro.d.ts.map +1 -1
- package/lib/typescript/module/src/index.d.ts +79 -3
- package/lib/typescript/module/src/index.d.ts.map +1 -1
- package/lib/typescript/module/src/specs/RNCandle.nitro.d.ts +197 -9
- package/lib/typescript/module/src/specs/RNCandle.nitro.d.ts.map +1 -1
- package/nitrogen/generated/ios/ReactNativeCandle-Swift-Cxx-Bridge.cpp +36 -4
- package/nitrogen/generated/ios/ReactNativeCandle-Swift-Cxx-Bridge.hpp +528 -35
- package/nitrogen/generated/ios/ReactNativeCandle-Swift-Cxx-Umbrella.hpp +108 -6
- package/nitrogen/generated/ios/c++/HybridRNCandleSpecSwift.hpp +122 -12
- package/nitrogen/generated/ios/swift/ACHAccountKind.swift +38 -0
- package/nitrogen/generated/ios/swift/ACHDetails.swift +55 -0
- package/nitrogen/generated/ios/swift/{Details.swift → ActiveLinkedAccountDetails.swift} +55 -22
- package/nitrogen/generated/ios/swift/Address.swift +33 -0
- package/nitrogen/generated/ios/swift/AssetAccount.swift +55 -0
- package/nitrogen/generated/ios/swift/AssetAccountDetails.swift +83 -0
- package/nitrogen/generated/ios/swift/AssetAccountKind.swift +42 -0
- package/nitrogen/generated/ios/swift/AssetAccountQuery.swift +76 -0
- package/nitrogen/generated/ios/swift/Coordinates.swift +44 -0
- package/nitrogen/generated/ios/swift/Counterparty.swift +115 -0
- package/nitrogen/generated/ios/swift/FiatAccountDetails.swift +165 -0
- package/nitrogen/generated/ios/swift/FiatAsset.swift +123 -0
- package/nitrogen/generated/ios/swift/FiatAssetQuoteRequest.swift +119 -0
- package/nitrogen/generated/ios/swift/Func_void_Trade.swift +44 -0
- package/nitrogen/generated/ios/swift/Func_void_std__vector_AssetAccount_.swift +46 -0
- package/nitrogen/generated/ios/swift/Func_void_std__vector_TradeQuote_.swift +46 -0
- package/nitrogen/generated/ios/swift/Func_void_std__vector_Trade_.swift +45 -0
- package/nitrogen/generated/ios/swift/HybridRNCandleSpec.swift +4 -3
- package/nitrogen/generated/ios/swift/HybridRNCandleSpec_cxx.swift +79 -40
- package/nitrogen/generated/ios/swift/InactiveLinkedAccountDetails.swift +33 -0
- package/nitrogen/generated/ios/swift/LegalAccountKind.swift +46 -0
- package/nitrogen/generated/ios/swift/LinkedAccount.swift +16 -34
- package/nitrogen/generated/ios/swift/LinkedAccountDetails.swift +87 -0
- package/nitrogen/generated/ios/swift/MarketAccountDetails.swift +69 -0
- package/nitrogen/generated/ios/swift/MarketAssetQuoteRequest.swift +151 -0
- package/nitrogen/generated/ios/swift/MarketTradeAsset.swift +150 -0
- package/nitrogen/generated/ios/swift/MerchantCounterparty.swift +86 -0
- package/nitrogen/generated/ios/swift/MerchantLocation.swift +55 -0
- package/nitrogen/generated/ios/swift/NothingAsset.swift +33 -0
- package/nitrogen/generated/ios/swift/NothingAssetQuoteRequest.swift +33 -0
- package/nitrogen/generated/ios/swift/OtherAsset.swift +33 -0
- package/nitrogen/generated/ios/swift/ServiceCounterparty.swift +44 -0
- package/nitrogen/generated/ios/swift/Trade.swift +80 -0
- package/nitrogen/generated/ios/swift/TradeAsset.swift +175 -0
- package/nitrogen/generated/ios/swift/TradeAssetQuoteRequest.swift +148 -0
- package/nitrogen/generated/ios/swift/TradeQuery.swift +175 -0
- package/nitrogen/generated/ios/swift/TradeQuote.swift +44 -0
- package/nitrogen/generated/ios/swift/TradeQuoteRequest.swift +63 -0
- package/nitrogen/generated/ios/swift/TradeState.swift +42 -0
- package/nitrogen/generated/ios/swift/TransportAsset.swift +174 -0
- package/nitrogen/generated/ios/swift/TransportAssetQuoteRequest.swift +212 -0
- package/nitrogen/generated/ios/swift/UserCounterparty.swift +66 -0
- package/nitrogen/generated/ios/swift/WireDetails.swift +44 -0
- package/nitrogen/generated/shared/c++/{State.hpp → ACHAccountKind.hpp} +17 -17
- package/nitrogen/generated/shared/c++/ACHDetails.hpp +79 -0
- package/nitrogen/generated/shared/c++/{Details.hpp → ActiveLinkedAccountDetails.hpp} +25 -23
- package/nitrogen/generated/shared/c++/Address.hpp +69 -0
- package/nitrogen/generated/shared/c++/AssetAccount.hpp +82 -0
- package/nitrogen/generated/shared/c++/AssetAccountDetails.hpp +78 -0
- package/nitrogen/generated/shared/c++/AssetAccountKind.hpp +82 -0
- package/nitrogen/generated/shared/c++/AssetAccountQuery.hpp +76 -0
- package/nitrogen/generated/shared/c++/Coordinates.hpp +73 -0
- package/nitrogen/generated/shared/c++/Counterparty.hpp +85 -0
- package/nitrogen/generated/shared/c++/FiatAccountDetails.hpp +106 -0
- package/nitrogen/generated/shared/c++/FiatAsset.hpp +96 -0
- package/nitrogen/generated/shared/c++/FiatAssetQuoteRequest.hpp +82 -0
- package/nitrogen/generated/shared/c++/HybridRNCandleSpec.cpp +1 -0
- package/nitrogen/generated/shared/c++/HybridRNCandleSpec.hpp +22 -3
- package/nitrogen/generated/shared/c++/InactiveLinkedAccountDetails.hpp +69 -0
- package/nitrogen/generated/shared/c++/LegalAccountKind.hpp +86 -0
- package/nitrogen/generated/shared/c++/LinkedAccount.hpp +13 -14
- package/nitrogen/generated/shared/c++/LinkedAccountDetails.hpp +78 -0
- package/nitrogen/generated/shared/c++/MarketAccountDetails.hpp +83 -0
- package/nitrogen/generated/shared/c++/MarketAssetQuoteRequest.hpp +86 -0
- package/nitrogen/generated/shared/c++/MarketTradeAsset.hpp +111 -0
- package/nitrogen/generated/shared/c++/MerchantCounterparty.hpp +84 -0
- package/nitrogen/generated/shared/c++/MerchantLocation.hpp +77 -0
- package/nitrogen/generated/shared/c++/NothingAsset.hpp +69 -0
- package/nitrogen/generated/shared/c++/NothingAssetQuoteRequest.hpp +69 -0
- package/nitrogen/generated/shared/c++/OtherAsset.hpp +69 -0
- package/nitrogen/generated/shared/c++/ServiceCounterparty.hpp +75 -0
- package/nitrogen/generated/shared/c++/Trade.hpp +93 -0
- package/nitrogen/generated/shared/c++/TradeAsset.hpp +99 -0
- package/nitrogen/generated/shared/c++/TradeAssetQuoteRequest.hpp +92 -0
- package/nitrogen/generated/shared/c++/TradeQuery.hpp +86 -0
- package/nitrogen/generated/shared/c++/TradeQuote.hpp +74 -0
- package/nitrogen/generated/shared/c++/TradeQuoteRequest.hpp +76 -0
- package/nitrogen/generated/shared/c++/TradeState.hpp +82 -0
- package/nitrogen/generated/shared/c++/TransportAsset.hpp +125 -0
- package/nitrogen/generated/shared/c++/TransportAssetQuoteRequest.hpp +99 -0
- package/nitrogen/generated/shared/c++/UserCounterparty.hpp +81 -0
- package/nitrogen/generated/shared/c++/WireDetails.hpp +73 -0
- package/package.json +1 -1
- package/src/index.ts +259 -3
- package/src/specs/RNCandle.nitro.ts +237 -10
- package/nitrogen/generated/ios/swift/State.swift +0 -38
|
@@ -8,37 +8,139 @@
|
|
|
8
8
|
#pragma once
|
|
9
9
|
|
|
10
10
|
// Forward declarations of C++ defined types
|
|
11
|
+
// Forward declaration of `ACHAccountKind` to properly resolve imports.
|
|
12
|
+
namespace margelo::nitro::rncandle { enum class ACHAccountKind; }
|
|
13
|
+
// Forward declaration of `ACHDetails` to properly resolve imports.
|
|
14
|
+
namespace margelo::nitro::rncandle { struct ACHDetails; }
|
|
15
|
+
// Forward declaration of `ActiveLinkedAccountDetails` to properly resolve imports.
|
|
16
|
+
namespace margelo::nitro::rncandle { struct ActiveLinkedAccountDetails; }
|
|
17
|
+
// Forward declaration of `Address` to properly resolve imports.
|
|
18
|
+
namespace margelo::nitro::rncandle { struct Address; }
|
|
11
19
|
// Forward declaration of `AnyMap` to properly resolve imports.
|
|
12
20
|
namespace NitroModules { class AnyMap; }
|
|
13
21
|
// Forward declaration of `AppUser` to properly resolve imports.
|
|
14
22
|
namespace margelo::nitro::rncandle { struct AppUser; }
|
|
15
|
-
// Forward declaration of `
|
|
16
|
-
namespace margelo::nitro::rncandle { struct
|
|
23
|
+
// Forward declaration of `AssetAccountDetails` to properly resolve imports.
|
|
24
|
+
namespace margelo::nitro::rncandle { struct AssetAccountDetails; }
|
|
25
|
+
// Forward declaration of `AssetAccountKind` to properly resolve imports.
|
|
26
|
+
namespace margelo::nitro::rncandle { enum class AssetAccountKind; }
|
|
27
|
+
// Forward declaration of `AssetAccountQuery` to properly resolve imports.
|
|
28
|
+
namespace margelo::nitro::rncandle { struct AssetAccountQuery; }
|
|
29
|
+
// Forward declaration of `AssetAccount` to properly resolve imports.
|
|
30
|
+
namespace margelo::nitro::rncandle { struct AssetAccount; }
|
|
31
|
+
// Forward declaration of `Coordinates` to properly resolve imports.
|
|
32
|
+
namespace margelo::nitro::rncandle { struct Coordinates; }
|
|
33
|
+
// Forward declaration of `Counterparty` to properly resolve imports.
|
|
34
|
+
namespace margelo::nitro::rncandle { struct Counterparty; }
|
|
35
|
+
// Forward declaration of `FiatAccountDetails` to properly resolve imports.
|
|
36
|
+
namespace margelo::nitro::rncandle { struct FiatAccountDetails; }
|
|
37
|
+
// Forward declaration of `FiatAssetQuoteRequest` to properly resolve imports.
|
|
38
|
+
namespace margelo::nitro::rncandle { struct FiatAssetQuoteRequest; }
|
|
39
|
+
// Forward declaration of `FiatAsset` to properly resolve imports.
|
|
40
|
+
namespace margelo::nitro::rncandle { struct FiatAsset; }
|
|
17
41
|
// Forward declaration of `HybridRNCandleSpec` to properly resolve imports.
|
|
18
42
|
namespace margelo::nitro::rncandle { class HybridRNCandleSpec; }
|
|
43
|
+
// Forward declaration of `InactiveLinkedAccountDetails` to properly resolve imports.
|
|
44
|
+
namespace margelo::nitro::rncandle { struct InactiveLinkedAccountDetails; }
|
|
45
|
+
// Forward declaration of `LegalAccountKind` to properly resolve imports.
|
|
46
|
+
namespace margelo::nitro::rncandle { enum class LegalAccountKind; }
|
|
47
|
+
// Forward declaration of `LinkedAccountDetails` to properly resolve imports.
|
|
48
|
+
namespace margelo::nitro::rncandle { struct LinkedAccountDetails; }
|
|
19
49
|
// Forward declaration of `LinkedAccount` to properly resolve imports.
|
|
20
50
|
namespace margelo::nitro::rncandle { struct LinkedAccount; }
|
|
51
|
+
// Forward declaration of `MarketAccountDetails` to properly resolve imports.
|
|
52
|
+
namespace margelo::nitro::rncandle { struct MarketAccountDetails; }
|
|
53
|
+
// Forward declaration of `MarketAssetQuoteRequest` to properly resolve imports.
|
|
54
|
+
namespace margelo::nitro::rncandle { struct MarketAssetQuoteRequest; }
|
|
55
|
+
// Forward declaration of `MarketTradeAsset` to properly resolve imports.
|
|
56
|
+
namespace margelo::nitro::rncandle { struct MarketTradeAsset; }
|
|
57
|
+
// Forward declaration of `MerchantCounterparty` to properly resolve imports.
|
|
58
|
+
namespace margelo::nitro::rncandle { struct MerchantCounterparty; }
|
|
59
|
+
// Forward declaration of `MerchantLocation` to properly resolve imports.
|
|
60
|
+
namespace margelo::nitro::rncandle { struct MerchantLocation; }
|
|
61
|
+
// Forward declaration of `NothingAssetQuoteRequest` to properly resolve imports.
|
|
62
|
+
namespace margelo::nitro::rncandle { struct NothingAssetQuoteRequest; }
|
|
63
|
+
// Forward declaration of `NothingAsset` to properly resolve imports.
|
|
64
|
+
namespace margelo::nitro::rncandle { struct NothingAsset; }
|
|
65
|
+
// Forward declaration of `OtherAsset` to properly resolve imports.
|
|
66
|
+
namespace margelo::nitro::rncandle { struct OtherAsset; }
|
|
21
67
|
// Forward declaration of `PresentationBackground` to properly resolve imports.
|
|
22
68
|
namespace margelo::nitro::rncandle { enum class PresentationBackground; }
|
|
23
69
|
// Forward declaration of `PresentationStyle` to properly resolve imports.
|
|
24
70
|
namespace margelo::nitro::rncandle { enum class PresentationStyle; }
|
|
71
|
+
// Forward declaration of `ServiceCounterparty` to properly resolve imports.
|
|
72
|
+
namespace margelo::nitro::rncandle { struct ServiceCounterparty; }
|
|
25
73
|
// Forward declaration of `Service` to properly resolve imports.
|
|
26
74
|
namespace margelo::nitro::rncandle { enum class Service; }
|
|
27
|
-
// Forward declaration of `State` to properly resolve imports.
|
|
28
|
-
namespace margelo::nitro::rncandle { enum class State; }
|
|
29
75
|
// Forward declaration of `ToolCall` to properly resolve imports.
|
|
30
76
|
namespace margelo::nitro::rncandle { struct ToolCall; }
|
|
77
|
+
// Forward declaration of `TradeAssetQuoteRequest` to properly resolve imports.
|
|
78
|
+
namespace margelo::nitro::rncandle { struct TradeAssetQuoteRequest; }
|
|
79
|
+
// Forward declaration of `TradeAsset` to properly resolve imports.
|
|
80
|
+
namespace margelo::nitro::rncandle { struct TradeAsset; }
|
|
81
|
+
// Forward declaration of `TradeQuery` to properly resolve imports.
|
|
82
|
+
namespace margelo::nitro::rncandle { struct TradeQuery; }
|
|
83
|
+
// Forward declaration of `TradeQuoteRequest` to properly resolve imports.
|
|
84
|
+
namespace margelo::nitro::rncandle { struct TradeQuoteRequest; }
|
|
85
|
+
// Forward declaration of `TradeQuote` to properly resolve imports.
|
|
86
|
+
namespace margelo::nitro::rncandle { struct TradeQuote; }
|
|
87
|
+
// Forward declaration of `TradeState` to properly resolve imports.
|
|
88
|
+
namespace margelo::nitro::rncandle { enum class TradeState; }
|
|
89
|
+
// Forward declaration of `Trade` to properly resolve imports.
|
|
90
|
+
namespace margelo::nitro::rncandle { struct Trade; }
|
|
91
|
+
// Forward declaration of `TransportAssetQuoteRequest` to properly resolve imports.
|
|
92
|
+
namespace margelo::nitro::rncandle { struct TransportAssetQuoteRequest; }
|
|
93
|
+
// Forward declaration of `TransportAsset` to properly resolve imports.
|
|
94
|
+
namespace margelo::nitro::rncandle { struct TransportAsset; }
|
|
95
|
+
// Forward declaration of `UserCounterparty` to properly resolve imports.
|
|
96
|
+
namespace margelo::nitro::rncandle { struct UserCounterparty; }
|
|
97
|
+
// Forward declaration of `WireDetails` to properly resolve imports.
|
|
98
|
+
namespace margelo::nitro::rncandle { struct WireDetails; }
|
|
31
99
|
|
|
32
100
|
// Include C++ defined types
|
|
101
|
+
#include "ACHAccountKind.hpp"
|
|
102
|
+
#include "ACHDetails.hpp"
|
|
103
|
+
#include "ActiveLinkedAccountDetails.hpp"
|
|
104
|
+
#include "Address.hpp"
|
|
33
105
|
#include "AppUser.hpp"
|
|
34
|
-
#include "
|
|
106
|
+
#include "AssetAccount.hpp"
|
|
107
|
+
#include "AssetAccountDetails.hpp"
|
|
108
|
+
#include "AssetAccountKind.hpp"
|
|
109
|
+
#include "AssetAccountQuery.hpp"
|
|
110
|
+
#include "Coordinates.hpp"
|
|
111
|
+
#include "Counterparty.hpp"
|
|
112
|
+
#include "FiatAccountDetails.hpp"
|
|
113
|
+
#include "FiatAsset.hpp"
|
|
114
|
+
#include "FiatAssetQuoteRequest.hpp"
|
|
35
115
|
#include "HybridRNCandleSpec.hpp"
|
|
116
|
+
#include "InactiveLinkedAccountDetails.hpp"
|
|
117
|
+
#include "LegalAccountKind.hpp"
|
|
36
118
|
#include "LinkedAccount.hpp"
|
|
119
|
+
#include "LinkedAccountDetails.hpp"
|
|
120
|
+
#include "MarketAccountDetails.hpp"
|
|
121
|
+
#include "MarketAssetQuoteRequest.hpp"
|
|
122
|
+
#include "MarketTradeAsset.hpp"
|
|
123
|
+
#include "MerchantCounterparty.hpp"
|
|
124
|
+
#include "MerchantLocation.hpp"
|
|
125
|
+
#include "NothingAsset.hpp"
|
|
126
|
+
#include "NothingAssetQuoteRequest.hpp"
|
|
127
|
+
#include "OtherAsset.hpp"
|
|
37
128
|
#include "PresentationBackground.hpp"
|
|
38
129
|
#include "PresentationStyle.hpp"
|
|
39
130
|
#include "Service.hpp"
|
|
40
|
-
#include "
|
|
131
|
+
#include "ServiceCounterparty.hpp"
|
|
41
132
|
#include "ToolCall.hpp"
|
|
133
|
+
#include "Trade.hpp"
|
|
134
|
+
#include "TradeAsset.hpp"
|
|
135
|
+
#include "TradeAssetQuoteRequest.hpp"
|
|
136
|
+
#include "TradeQuery.hpp"
|
|
137
|
+
#include "TradeQuote.hpp"
|
|
138
|
+
#include "TradeQuoteRequest.hpp"
|
|
139
|
+
#include "TradeState.hpp"
|
|
140
|
+
#include "TransportAsset.hpp"
|
|
141
|
+
#include "TransportAssetQuoteRequest.hpp"
|
|
142
|
+
#include "UserCounterparty.hpp"
|
|
143
|
+
#include "WireDetails.hpp"
|
|
42
144
|
#include <NitroModules/AnyMap.hpp>
|
|
43
145
|
#include <NitroModules/Promise.hpp>
|
|
44
146
|
#include <NitroModules/Result.hpp>
|
|
@@ -20,12 +20,80 @@ namespace margelo::nitro::rncandle { enum class PresentationBackground; }
|
|
|
20
20
|
namespace margelo::nitro::rncandle { enum class PresentationStyle; }
|
|
21
21
|
// Forward declaration of `LinkedAccount` to properly resolve imports.
|
|
22
22
|
namespace margelo::nitro::rncandle { struct LinkedAccount; }
|
|
23
|
-
// Forward declaration of `
|
|
24
|
-
namespace margelo::nitro::rncandle { struct
|
|
25
|
-
// Forward declaration of `
|
|
26
|
-
namespace margelo::nitro::rncandle {
|
|
23
|
+
// Forward declaration of `LinkedAccountDetails` to properly resolve imports.
|
|
24
|
+
namespace margelo::nitro::rncandle { struct LinkedAccountDetails; }
|
|
25
|
+
// Forward declaration of `ActiveLinkedAccountDetails` to properly resolve imports.
|
|
26
|
+
namespace margelo::nitro::rncandle { struct ActiveLinkedAccountDetails; }
|
|
27
|
+
// Forward declaration of `InactiveLinkedAccountDetails` to properly resolve imports.
|
|
28
|
+
namespace margelo::nitro::rncandle { struct InactiveLinkedAccountDetails; }
|
|
27
29
|
// Forward declaration of `AppUser` to properly resolve imports.
|
|
28
30
|
namespace margelo::nitro::rncandle { struct AppUser; }
|
|
31
|
+
// Forward declaration of `AssetAccount` to properly resolve imports.
|
|
32
|
+
namespace margelo::nitro::rncandle { struct AssetAccount; }
|
|
33
|
+
// Forward declaration of `LegalAccountKind` to properly resolve imports.
|
|
34
|
+
namespace margelo::nitro::rncandle { enum class LegalAccountKind; }
|
|
35
|
+
// Forward declaration of `AssetAccountDetails` to properly resolve imports.
|
|
36
|
+
namespace margelo::nitro::rncandle { struct AssetAccountDetails; }
|
|
37
|
+
// Forward declaration of `FiatAccountDetails` to properly resolve imports.
|
|
38
|
+
namespace margelo::nitro::rncandle { struct FiatAccountDetails; }
|
|
39
|
+
// Forward declaration of `ACHDetails` to properly resolve imports.
|
|
40
|
+
namespace margelo::nitro::rncandle { struct ACHDetails; }
|
|
41
|
+
// Forward declaration of `ACHAccountKind` to properly resolve imports.
|
|
42
|
+
namespace margelo::nitro::rncandle { enum class ACHAccountKind; }
|
|
43
|
+
// Forward declaration of `WireDetails` to properly resolve imports.
|
|
44
|
+
namespace margelo::nitro::rncandle { struct WireDetails; }
|
|
45
|
+
// Forward declaration of `MarketAccountDetails` to properly resolve imports.
|
|
46
|
+
namespace margelo::nitro::rncandle { struct MarketAccountDetails; }
|
|
47
|
+
// Forward declaration of `AssetAccountQuery` to properly resolve imports.
|
|
48
|
+
namespace margelo::nitro::rncandle { struct AssetAccountQuery; }
|
|
49
|
+
// Forward declaration of `AssetAccountKind` to properly resolve imports.
|
|
50
|
+
namespace margelo::nitro::rncandle { enum class AssetAccountKind; }
|
|
51
|
+
// Forward declaration of `Trade` to properly resolve imports.
|
|
52
|
+
namespace margelo::nitro::rncandle { struct Trade; }
|
|
53
|
+
// Forward declaration of `TradeState` to properly resolve imports.
|
|
54
|
+
namespace margelo::nitro::rncandle { enum class TradeState; }
|
|
55
|
+
// Forward declaration of `Counterparty` to properly resolve imports.
|
|
56
|
+
namespace margelo::nitro::rncandle { struct Counterparty; }
|
|
57
|
+
// Forward declaration of `MerchantCounterparty` to properly resolve imports.
|
|
58
|
+
namespace margelo::nitro::rncandle { struct MerchantCounterparty; }
|
|
59
|
+
// Forward declaration of `MerchantLocation` to properly resolve imports.
|
|
60
|
+
namespace margelo::nitro::rncandle { struct MerchantLocation; }
|
|
61
|
+
// Forward declaration of `UserCounterparty` to properly resolve imports.
|
|
62
|
+
namespace margelo::nitro::rncandle { struct UserCounterparty; }
|
|
63
|
+
// Forward declaration of `ServiceCounterparty` to properly resolve imports.
|
|
64
|
+
namespace margelo::nitro::rncandle { struct ServiceCounterparty; }
|
|
65
|
+
// Forward declaration of `TradeAsset` to properly resolve imports.
|
|
66
|
+
namespace margelo::nitro::rncandle { struct TradeAsset; }
|
|
67
|
+
// Forward declaration of `FiatAsset` to properly resolve imports.
|
|
68
|
+
namespace margelo::nitro::rncandle { struct FiatAsset; }
|
|
69
|
+
// Forward declaration of `MarketTradeAsset` to properly resolve imports.
|
|
70
|
+
namespace margelo::nitro::rncandle { struct MarketTradeAsset; }
|
|
71
|
+
// Forward declaration of `TransportAsset` to properly resolve imports.
|
|
72
|
+
namespace margelo::nitro::rncandle { struct TransportAsset; }
|
|
73
|
+
// Forward declaration of `Coordinates` to properly resolve imports.
|
|
74
|
+
namespace margelo::nitro::rncandle { struct Coordinates; }
|
|
75
|
+
// Forward declaration of `Address` to properly resolve imports.
|
|
76
|
+
namespace margelo::nitro::rncandle { struct Address; }
|
|
77
|
+
// Forward declaration of `OtherAsset` to properly resolve imports.
|
|
78
|
+
namespace margelo::nitro::rncandle { struct OtherAsset; }
|
|
79
|
+
// Forward declaration of `NothingAsset` to properly resolve imports.
|
|
80
|
+
namespace margelo::nitro::rncandle { struct NothingAsset; }
|
|
81
|
+
// Forward declaration of `TradeQuery` to properly resolve imports.
|
|
82
|
+
namespace margelo::nitro::rncandle { struct TradeQuery; }
|
|
83
|
+
// Forward declaration of `TradeQuote` to properly resolve imports.
|
|
84
|
+
namespace margelo::nitro::rncandle { struct TradeQuote; }
|
|
85
|
+
// Forward declaration of `TradeQuoteRequest` to properly resolve imports.
|
|
86
|
+
namespace margelo::nitro::rncandle { struct TradeQuoteRequest; }
|
|
87
|
+
// Forward declaration of `TradeAssetQuoteRequest` to properly resolve imports.
|
|
88
|
+
namespace margelo::nitro::rncandle { struct TradeAssetQuoteRequest; }
|
|
89
|
+
// Forward declaration of `FiatAssetQuoteRequest` to properly resolve imports.
|
|
90
|
+
namespace margelo::nitro::rncandle { struct FiatAssetQuoteRequest; }
|
|
91
|
+
// Forward declaration of `MarketAssetQuoteRequest` to properly resolve imports.
|
|
92
|
+
namespace margelo::nitro::rncandle { struct MarketAssetQuoteRequest; }
|
|
93
|
+
// Forward declaration of `TransportAssetQuoteRequest` to properly resolve imports.
|
|
94
|
+
namespace margelo::nitro::rncandle { struct TransportAssetQuoteRequest; }
|
|
95
|
+
// Forward declaration of `NothingAssetQuoteRequest` to properly resolve imports.
|
|
96
|
+
namespace margelo::nitro::rncandle { struct NothingAssetQuoteRequest; }
|
|
29
97
|
// Forward declaration of `AnyMap` to properly resolve imports.
|
|
30
98
|
namespace NitroModules { class AnyMap; }
|
|
31
99
|
// Forward declaration of `ToolCall` to properly resolve imports.
|
|
@@ -39,10 +107,44 @@ namespace margelo::nitro::rncandle { struct ToolCall; }
|
|
|
39
107
|
#include "PresentationStyle.hpp"
|
|
40
108
|
#include <functional>
|
|
41
109
|
#include "LinkedAccount.hpp"
|
|
42
|
-
#include "
|
|
43
|
-
#include "
|
|
110
|
+
#include "LinkedAccountDetails.hpp"
|
|
111
|
+
#include "ActiveLinkedAccountDetails.hpp"
|
|
112
|
+
#include "InactiveLinkedAccountDetails.hpp"
|
|
44
113
|
#include "AppUser.hpp"
|
|
45
114
|
#include <NitroModules/Promise.hpp>
|
|
115
|
+
#include "AssetAccount.hpp"
|
|
116
|
+
#include "LegalAccountKind.hpp"
|
|
117
|
+
#include "AssetAccountDetails.hpp"
|
|
118
|
+
#include "FiatAccountDetails.hpp"
|
|
119
|
+
#include "ACHDetails.hpp"
|
|
120
|
+
#include "ACHAccountKind.hpp"
|
|
121
|
+
#include "WireDetails.hpp"
|
|
122
|
+
#include "MarketAccountDetails.hpp"
|
|
123
|
+
#include "AssetAccountQuery.hpp"
|
|
124
|
+
#include "AssetAccountKind.hpp"
|
|
125
|
+
#include "Trade.hpp"
|
|
126
|
+
#include "TradeState.hpp"
|
|
127
|
+
#include "Counterparty.hpp"
|
|
128
|
+
#include "MerchantCounterparty.hpp"
|
|
129
|
+
#include "MerchantLocation.hpp"
|
|
130
|
+
#include "UserCounterparty.hpp"
|
|
131
|
+
#include "ServiceCounterparty.hpp"
|
|
132
|
+
#include "TradeAsset.hpp"
|
|
133
|
+
#include "FiatAsset.hpp"
|
|
134
|
+
#include "MarketTradeAsset.hpp"
|
|
135
|
+
#include "TransportAsset.hpp"
|
|
136
|
+
#include "Coordinates.hpp"
|
|
137
|
+
#include "Address.hpp"
|
|
138
|
+
#include "OtherAsset.hpp"
|
|
139
|
+
#include "NothingAsset.hpp"
|
|
140
|
+
#include "TradeQuery.hpp"
|
|
141
|
+
#include "TradeQuote.hpp"
|
|
142
|
+
#include "TradeQuoteRequest.hpp"
|
|
143
|
+
#include "TradeAssetQuoteRequest.hpp"
|
|
144
|
+
#include "FiatAssetQuoteRequest.hpp"
|
|
145
|
+
#include "MarketAssetQuoteRequest.hpp"
|
|
146
|
+
#include "TransportAssetQuoteRequest.hpp"
|
|
147
|
+
#include "NothingAssetQuoteRequest.hpp"
|
|
46
148
|
#include <NitroModules/AnyMap.hpp>
|
|
47
149
|
#include "ToolCall.hpp"
|
|
48
150
|
|
|
@@ -113,24 +215,32 @@ namespace margelo::nitro::rncandle {
|
|
|
113
215
|
auto __value = std::move(__result.value());
|
|
114
216
|
return __value;
|
|
115
217
|
}
|
|
116
|
-
inline std::shared_ptr<Promise<std::
|
|
117
|
-
auto __result = _swiftPart.getAssetAccounts();
|
|
218
|
+
inline std::shared_ptr<Promise<std::vector<AssetAccount>>> getAssetAccounts(const AssetAccountQuery& query) override {
|
|
219
|
+
auto __result = _swiftPart.getAssetAccounts(query);
|
|
118
220
|
if (__result.hasError()) [[unlikely]] {
|
|
119
221
|
std::rethrow_exception(__result.error());
|
|
120
222
|
}
|
|
121
223
|
auto __value = std::move(__result.value());
|
|
122
224
|
return __value;
|
|
123
225
|
}
|
|
124
|
-
inline std::shared_ptr<Promise<std::
|
|
125
|
-
auto __result = _swiftPart.getTrades(
|
|
226
|
+
inline std::shared_ptr<Promise<std::vector<Trade>>> getTrades(const TradeQuery& query) override {
|
|
227
|
+
auto __result = _swiftPart.getTrades(query);
|
|
126
228
|
if (__result.hasError()) [[unlikely]] {
|
|
127
229
|
std::rethrow_exception(__result.error());
|
|
128
230
|
}
|
|
129
231
|
auto __value = std::move(__result.value());
|
|
130
232
|
return __value;
|
|
131
233
|
}
|
|
132
|
-
inline std::shared_ptr<Promise<std::
|
|
133
|
-
auto __result = _swiftPart.getTradeQuotes(
|
|
234
|
+
inline std::shared_ptr<Promise<std::vector<TradeQuote>>> getTradeQuotes(const TradeQuoteRequest& request) override {
|
|
235
|
+
auto __result = _swiftPart.getTradeQuotes(request);
|
|
236
|
+
if (__result.hasError()) [[unlikely]] {
|
|
237
|
+
std::rethrow_exception(__result.error());
|
|
238
|
+
}
|
|
239
|
+
auto __value = std::move(__result.value());
|
|
240
|
+
return __value;
|
|
241
|
+
}
|
|
242
|
+
inline std::shared_ptr<Promise<Trade>> submitTrade(const std::string& serviceTradeID) override {
|
|
243
|
+
auto __result = _swiftPart.submitTrade(serviceTradeID);
|
|
134
244
|
if (__result.hasError()) [[unlikely]] {
|
|
135
245
|
std::rethrow_exception(__result.error());
|
|
136
246
|
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
///
|
|
2
|
+
/// ACHAccountKind.swift
|
|
3
|
+
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
|
|
4
|
+
/// https://github.com/mrousavy/nitro
|
|
5
|
+
/// Copyright © 2025 Marc Rousavy @ Margelo
|
|
6
|
+
///
|
|
7
|
+
|
|
8
|
+
/// Represents the JS union `ACHAccountKind`, backed by a C++ enum.
|
|
9
|
+
public typealias ACHAccountKind = margelo.nitro.rncandle.ACHAccountKind
|
|
10
|
+
|
|
11
|
+
extension ACHAccountKind {
|
|
12
|
+
/**
|
|
13
|
+
* Get a ACHAccountKind for the given String value, or
|
|
14
|
+
* return `nil` if the given value was invalid/unknown.
|
|
15
|
+
*/
|
|
16
|
+
public init?(fromString string: String) {
|
|
17
|
+
switch string {
|
|
18
|
+
case "checking":
|
|
19
|
+
self = .checking
|
|
20
|
+
case "savings":
|
|
21
|
+
self = .savings
|
|
22
|
+
default:
|
|
23
|
+
return nil
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Get the String value this ACHAccountKind represents.
|
|
29
|
+
*/
|
|
30
|
+
public var stringValue: String {
|
|
31
|
+
switch self {
|
|
32
|
+
case .checking:
|
|
33
|
+
return "checking"
|
|
34
|
+
case .savings:
|
|
35
|
+
return "savings"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
///
|
|
2
|
+
/// ACHDetails.swift
|
|
3
|
+
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
|
|
4
|
+
/// https://github.com/mrousavy/nitro
|
|
5
|
+
/// Copyright © 2025 Marc Rousavy @ Margelo
|
|
6
|
+
///
|
|
7
|
+
|
|
8
|
+
import NitroModules
|
|
9
|
+
|
|
10
|
+
/// Represents an instance of `ACHDetails`, backed by a C++ struct.
|
|
11
|
+
public typealias ACHDetails = margelo.nitro.rncandle.ACHDetails
|
|
12
|
+
|
|
13
|
+
extension ACHDetails {
|
|
14
|
+
private typealias bridge = margelo.nitro.rncandle.bridge.swift
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Create a new instance of `ACHDetails`.
|
|
18
|
+
*/
|
|
19
|
+
public init(accountNumber: String, routingNumber: String, accountKind: ACHAccountKind) {
|
|
20
|
+
self.init(std.string(accountNumber), std.string(routingNumber), accountKind)
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
public var accountNumber: String {
|
|
24
|
+
@inline(__always)
|
|
25
|
+
get {
|
|
26
|
+
return String(self.__accountNumber)
|
|
27
|
+
}
|
|
28
|
+
@inline(__always)
|
|
29
|
+
set {
|
|
30
|
+
self.__accountNumber = std.string(newValue)
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
public var routingNumber: String {
|
|
35
|
+
@inline(__always)
|
|
36
|
+
get {
|
|
37
|
+
return String(self.__routingNumber)
|
|
38
|
+
}
|
|
39
|
+
@inline(__always)
|
|
40
|
+
set {
|
|
41
|
+
self.__routingNumber = std.string(newValue)
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
public var accountKind: ACHAccountKind {
|
|
46
|
+
@inline(__always)
|
|
47
|
+
get {
|
|
48
|
+
return self.__accountKind
|
|
49
|
+
}
|
|
50
|
+
@inline(__always)
|
|
51
|
+
set {
|
|
52
|
+
self.__accountKind = newValue
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
///
|
|
2
|
-
///
|
|
2
|
+
/// ActiveLinkedAccountDetails.swift
|
|
3
3
|
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
|
|
4
4
|
/// https://github.com/mrousavy/nitro
|
|
5
5
|
/// Copyright © 2025 Marc Rousavy @ Margelo
|
|
@@ -7,50 +7,60 @@
|
|
|
7
7
|
|
|
8
8
|
import NitroModules
|
|
9
9
|
|
|
10
|
-
/// Represents an instance of `
|
|
11
|
-
public typealias
|
|
10
|
+
/// Represents an instance of `ActiveLinkedAccountDetails`, backed by a C++ struct.
|
|
11
|
+
public typealias ActiveLinkedAccountDetails = margelo.nitro.rncandle.ActiveLinkedAccountDetails
|
|
12
12
|
|
|
13
|
-
extension
|
|
13
|
+
extension ActiveLinkedAccountDetails {
|
|
14
14
|
private typealias bridge = margelo.nitro.rncandle.bridge.swift
|
|
15
15
|
|
|
16
16
|
/**
|
|
17
|
-
* Create a new instance of `
|
|
17
|
+
* Create a new instance of `ActiveLinkedAccountDetails`.
|
|
18
18
|
*/
|
|
19
|
-
public init(
|
|
19
|
+
public init(
|
|
20
|
+
state: String, accountOpened: String?, username: String?, emailAddress: String?,
|
|
21
|
+
legalName: String
|
|
22
|
+
) {
|
|
20
23
|
self.init(
|
|
21
|
-
state,
|
|
24
|
+
std.string(state),
|
|
25
|
+
{ () -> bridge.std__optional_std__string_ in
|
|
26
|
+
if let __unwrappedValue = accountOpened {
|
|
27
|
+
return bridge.create_std__optional_std__string_(std.string(__unwrappedValue))
|
|
28
|
+
} else {
|
|
29
|
+
return .init()
|
|
30
|
+
}
|
|
31
|
+
}(),
|
|
22
32
|
{ () -> bridge.std__optional_std__string_ in
|
|
23
33
|
if let __unwrappedValue = username {
|
|
24
34
|
return bridge.create_std__optional_std__string_(std.string(__unwrappedValue))
|
|
25
35
|
} else {
|
|
26
36
|
return .init()
|
|
27
37
|
}
|
|
28
|
-
}(),
|
|
38
|
+
}(),
|
|
29
39
|
{ () -> bridge.std__optional_std__string_ in
|
|
30
|
-
if let __unwrappedValue =
|
|
40
|
+
if let __unwrappedValue = emailAddress {
|
|
31
41
|
return bridge.create_std__optional_std__string_(std.string(__unwrappedValue))
|
|
32
42
|
} else {
|
|
33
43
|
return .init()
|
|
34
44
|
}
|
|
35
|
-
}())
|
|
45
|
+
}(), std.string(legalName))
|
|
36
46
|
}
|
|
37
47
|
|
|
38
|
-
public var state:
|
|
48
|
+
public var state: String {
|
|
39
49
|
@inline(__always)
|
|
40
50
|
get {
|
|
41
|
-
return self.__state
|
|
51
|
+
return String(self.__state)
|
|
42
52
|
}
|
|
43
53
|
@inline(__always)
|
|
44
54
|
set {
|
|
45
|
-
self.__state = newValue
|
|
55
|
+
self.__state = std.string(newValue)
|
|
46
56
|
}
|
|
47
57
|
}
|
|
48
58
|
|
|
49
|
-
public var
|
|
59
|
+
public var accountOpened: String? {
|
|
50
60
|
@inline(__always)
|
|
51
61
|
get {
|
|
52
62
|
return { () -> String? in
|
|
53
|
-
if let __unwrapped = self.
|
|
63
|
+
if let __unwrapped = self.__accountOpened.value {
|
|
54
64
|
return String(__unwrapped)
|
|
55
65
|
} else {
|
|
56
66
|
return nil
|
|
@@ -59,7 +69,7 @@ extension Details {
|
|
|
59
69
|
}
|
|
60
70
|
@inline(__always)
|
|
61
71
|
set {
|
|
62
|
-
self.
|
|
72
|
+
self.__accountOpened = { () -> bridge.std__optional_std__string_ in
|
|
63
73
|
if let __unwrappedValue = newValue {
|
|
64
74
|
return bridge.create_std__optional_std__string_(std.string(__unwrappedValue))
|
|
65
75
|
} else {
|
|
@@ -69,22 +79,34 @@ extension Details {
|
|
|
69
79
|
}
|
|
70
80
|
}
|
|
71
81
|
|
|
72
|
-
public var
|
|
82
|
+
public var username: String? {
|
|
73
83
|
@inline(__always)
|
|
74
84
|
get {
|
|
75
|
-
return
|
|
85
|
+
return { () -> String? in
|
|
86
|
+
if let __unwrapped = self.__username.value {
|
|
87
|
+
return String(__unwrapped)
|
|
88
|
+
} else {
|
|
89
|
+
return nil
|
|
90
|
+
}
|
|
91
|
+
}()
|
|
76
92
|
}
|
|
77
93
|
@inline(__always)
|
|
78
94
|
set {
|
|
79
|
-
self.
|
|
95
|
+
self.__username = { () -> bridge.std__optional_std__string_ in
|
|
96
|
+
if let __unwrappedValue = newValue {
|
|
97
|
+
return bridge.create_std__optional_std__string_(std.string(__unwrappedValue))
|
|
98
|
+
} else {
|
|
99
|
+
return .init()
|
|
100
|
+
}
|
|
101
|
+
}()
|
|
80
102
|
}
|
|
81
103
|
}
|
|
82
104
|
|
|
83
|
-
public var
|
|
105
|
+
public var emailAddress: String? {
|
|
84
106
|
@inline(__always)
|
|
85
107
|
get {
|
|
86
108
|
return { () -> String? in
|
|
87
|
-
if let __unwrapped = self.
|
|
109
|
+
if let __unwrapped = self.__emailAddress.value {
|
|
88
110
|
return String(__unwrapped)
|
|
89
111
|
} else {
|
|
90
112
|
return nil
|
|
@@ -93,7 +115,7 @@ extension Details {
|
|
|
93
115
|
}
|
|
94
116
|
@inline(__always)
|
|
95
117
|
set {
|
|
96
|
-
self.
|
|
118
|
+
self.__emailAddress = { () -> bridge.std__optional_std__string_ in
|
|
97
119
|
if let __unwrappedValue = newValue {
|
|
98
120
|
return bridge.create_std__optional_std__string_(std.string(__unwrappedValue))
|
|
99
121
|
} else {
|
|
@@ -102,4 +124,15 @@ extension Details {
|
|
|
102
124
|
}()
|
|
103
125
|
}
|
|
104
126
|
}
|
|
127
|
+
|
|
128
|
+
public var legalName: String {
|
|
129
|
+
@inline(__always)
|
|
130
|
+
get {
|
|
131
|
+
return String(self.__legalName)
|
|
132
|
+
}
|
|
133
|
+
@inline(__always)
|
|
134
|
+
set {
|
|
135
|
+
self.__legalName = std.string(newValue)
|
|
136
|
+
}
|
|
137
|
+
}
|
|
105
138
|
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
///
|
|
2
|
+
/// Address.swift
|
|
3
|
+
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
|
|
4
|
+
/// https://github.com/mrousavy/nitro
|
|
5
|
+
/// Copyright © 2025 Marc Rousavy @ Margelo
|
|
6
|
+
///
|
|
7
|
+
|
|
8
|
+
import NitroModules
|
|
9
|
+
|
|
10
|
+
/// Represents an instance of `Address`, backed by a C++ struct.
|
|
11
|
+
public typealias Address = margelo.nitro.rncandle.Address
|
|
12
|
+
|
|
13
|
+
extension Address {
|
|
14
|
+
private typealias bridge = margelo.nitro.rncandle.bridge.swift
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Create a new instance of `Address`.
|
|
18
|
+
*/
|
|
19
|
+
public init(value: String) {
|
|
20
|
+
self.init(std.string(value))
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
public var value: String {
|
|
24
|
+
@inline(__always)
|
|
25
|
+
get {
|
|
26
|
+
return String(self.__value)
|
|
27
|
+
}
|
|
28
|
+
@inline(__always)
|
|
29
|
+
set {
|
|
30
|
+
self.__value = std.string(newValue)
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
///
|
|
2
|
+
/// AssetAccount.swift
|
|
3
|
+
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
|
|
4
|
+
/// https://github.com/mrousavy/nitro
|
|
5
|
+
/// Copyright © 2025 Marc Rousavy @ Margelo
|
|
6
|
+
///
|
|
7
|
+
|
|
8
|
+
import NitroModules
|
|
9
|
+
|
|
10
|
+
/// Represents an instance of `AssetAccount`, backed by a C++ struct.
|
|
11
|
+
public typealias AssetAccount = margelo.nitro.rncandle.AssetAccount
|
|
12
|
+
|
|
13
|
+
extension AssetAccount {
|
|
14
|
+
private typealias bridge = margelo.nitro.rncandle.bridge.swift
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Create a new instance of `AssetAccount`.
|
|
18
|
+
*/
|
|
19
|
+
public init(legalAccountKind: LegalAccountKind, nickname: String, details: AssetAccountDetails) {
|
|
20
|
+
self.init(legalAccountKind, std.string(nickname), details)
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
public var legalAccountKind: LegalAccountKind {
|
|
24
|
+
@inline(__always)
|
|
25
|
+
get {
|
|
26
|
+
return self.__legalAccountKind
|
|
27
|
+
}
|
|
28
|
+
@inline(__always)
|
|
29
|
+
set {
|
|
30
|
+
self.__legalAccountKind = newValue
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
public var nickname: String {
|
|
35
|
+
@inline(__always)
|
|
36
|
+
get {
|
|
37
|
+
return String(self.__nickname)
|
|
38
|
+
}
|
|
39
|
+
@inline(__always)
|
|
40
|
+
set {
|
|
41
|
+
self.__nickname = std.string(newValue)
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
public var details: AssetAccountDetails {
|
|
46
|
+
@inline(__always)
|
|
47
|
+
get {
|
|
48
|
+
return self.__details
|
|
49
|
+
}
|
|
50
|
+
@inline(__always)
|
|
51
|
+
set {
|
|
52
|
+
self.__details = newValue
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|