xrpl 1.10.0 → 2.0.0-beta.3

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.
Files changed (1046) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +23 -29
  3. package/build/xrpl-latest-min.js +2 -0
  4. package/build/xrpl-latest.js +3812 -0
  5. package/dist/npm/client/backoff.d.ts +16 -0
  6. package/dist/npm/client/backoff.d.ts.map +1 -0
  7. package/dist/npm/client/backoff.js +26 -0
  8. package/dist/npm/client/backoff.js.map +1 -0
  9. package/dist/npm/client/broadcastClient.d.ts +7 -0
  10. package/dist/npm/client/broadcastClient.d.ts.map +1 -0
  11. package/dist/npm/client/broadcastClient.js +48 -0
  12. package/dist/npm/client/broadcastClient.js.map +1 -0
  13. package/dist/npm/client/connection.d.ts +46 -0
  14. package/dist/npm/client/connection.d.ts.map +1 -0
  15. package/dist/npm/client/connection.js +332 -0
  16. package/dist/npm/client/connection.js.map +1 -0
  17. package/dist/npm/client/connectionManager.d.ts +7 -0
  18. package/dist/npm/client/connectionManager.d.ts.map +1 -0
  19. package/dist/npm/client/connectionManager.js +33 -0
  20. package/dist/npm/client/connectionManager.js.map +1 -0
  21. package/dist/npm/client/index.d.ts +96 -0
  22. package/dist/npm/client/index.d.ts.map +1 -0
  23. package/dist/npm/client/index.js +204 -0
  24. package/dist/npm/client/index.js.map +1 -0
  25. package/dist/npm/client/partialPayment.d.ts +4 -0
  26. package/dist/npm/client/partialPayment.d.ts.map +1 -0
  27. package/dist/npm/client/partialPayment.js +99 -0
  28. package/dist/npm/client/partialPayment.js.map +1 -0
  29. package/dist/npm/client/requestManager.d.ts +14 -0
  30. package/dist/npm/client/requestManager.d.ts.map +1 -0
  31. package/dist/npm/client/requestManager.js +94 -0
  32. package/dist/npm/client/requestManager.js.map +1 -0
  33. package/dist/npm/client/wsWrapper.d.ts +24 -0
  34. package/dist/npm/client/wsWrapper.d.ts.map +1 -0
  35. package/dist/npm/client/wsWrapper.js +39 -0
  36. package/dist/npm/client/wsWrapper.js.map +1 -0
  37. package/dist/npm/ecdsa.d.ts +6 -0
  38. package/dist/npm/ecdsa.d.ts.map +1 -0
  39. package/dist/npm/ecdsa.js +9 -0
  40. package/dist/npm/ecdsa.js.map +1 -0
  41. package/dist/npm/errors.d.ts +35 -0
  42. package/dist/npm/errors.d.ts.map +1 -0
  43. package/dist/npm/errors.js +67 -0
  44. package/dist/npm/errors.js.map +1 -0
  45. package/dist/npm/index.d.ts +8 -4
  46. package/dist/npm/index.d.ts.map +1 -1
  47. package/dist/npm/index.js +16 -6
  48. package/dist/npm/index.js.map +1 -1
  49. package/dist/npm/models/common/index.d.ts +41 -0
  50. package/dist/npm/models/common/index.d.ts.map +1 -0
  51. package/dist/npm/models/common/index.js +3 -0
  52. package/dist/npm/models/common/index.js.map +1 -0
  53. package/dist/npm/models/ledger/accountRoot.d.ts +31 -0
  54. package/dist/npm/models/ledger/accountRoot.d.ts.map +1 -0
  55. package/dist/npm/models/ledger/accountRoot.js +16 -0
  56. package/dist/npm/models/ledger/accountRoot.js.map +1 -0
  57. package/dist/npm/models/ledger/amendments.d.ts +15 -0
  58. package/dist/npm/models/ledger/amendments.d.ts.map +1 -0
  59. package/dist/npm/models/ledger/amendments.js +3 -0
  60. package/dist/npm/models/ledger/amendments.js.map +1 -0
  61. package/dist/npm/models/ledger/baseLedgerEntry.d.ts +4 -0
  62. package/dist/npm/models/ledger/baseLedgerEntry.d.ts.map +1 -0
  63. package/dist/npm/models/ledger/baseLedgerEntry.js +3 -0
  64. package/dist/npm/models/ledger/baseLedgerEntry.js.map +1 -0
  65. package/dist/npm/models/ledger/check.d.ts +19 -0
  66. package/dist/npm/models/ledger/check.d.ts.map +1 -0
  67. package/dist/npm/models/ledger/check.js +3 -0
  68. package/dist/npm/models/ledger/check.js.map +1 -0
  69. package/dist/npm/models/ledger/depositPreauth.d.ts +11 -0
  70. package/dist/npm/models/ledger/depositPreauth.d.ts.map +1 -0
  71. package/dist/npm/models/ledger/depositPreauth.js +3 -0
  72. package/dist/npm/models/ledger/depositPreauth.js.map +1 -0
  73. package/dist/npm/models/ledger/directoryNode.d.ts +15 -0
  74. package/dist/npm/models/ledger/directoryNode.d.ts.map +1 -0
  75. package/dist/npm/models/ledger/directoryNode.js +3 -0
  76. package/dist/npm/models/ledger/directoryNode.js.map +1 -0
  77. package/dist/npm/models/ledger/escrow.d.ts +18 -0
  78. package/dist/npm/models/ledger/escrow.d.ts.map +1 -0
  79. package/dist/npm/models/ledger/escrow.js +3 -0
  80. package/dist/npm/models/ledger/escrow.js.map +1 -0
  81. package/dist/npm/models/ledger/feeSettings.d.ts +10 -0
  82. package/dist/npm/models/ledger/feeSettings.d.ts.map +1 -0
  83. package/dist/npm/models/ledger/feeSettings.js +3 -0
  84. package/dist/npm/models/ledger/feeSettings.js.map +1 -0
  85. package/dist/npm/models/ledger/index.d.ts +18 -0
  86. package/dist/npm/models/ledger/index.d.ts.map +1 -0
  87. package/dist/npm/models/ledger/index.js +12 -0
  88. package/dist/npm/models/ledger/index.js.map +1 -0
  89. package/dist/npm/models/ledger/ledger.d.ts +22 -0
  90. package/dist/npm/models/ledger/ledger.d.ts.map +1 -0
  91. package/dist/npm/{common/types/commands → models/ledger}/ledger.js +0 -0
  92. package/dist/npm/models/ledger/ledger.js.map +1 -0
  93. package/dist/npm/models/ledger/ledgerEntry.d.ts +17 -0
  94. package/dist/npm/models/ledger/ledgerEntry.d.ts.map +1 -0
  95. package/dist/npm/models/ledger/ledgerEntry.js +3 -0
  96. package/dist/npm/models/ledger/ledgerEntry.js.map +1 -0
  97. package/dist/npm/models/ledger/ledgerHashes.d.ts +8 -0
  98. package/dist/npm/models/ledger/ledgerHashes.d.ts.map +1 -0
  99. package/dist/npm/models/ledger/ledgerHashes.js +3 -0
  100. package/dist/npm/models/ledger/ledgerHashes.js.map +1 -0
  101. package/dist/npm/models/ledger/negativeUNL.d.ts +13 -0
  102. package/dist/npm/models/ledger/negativeUNL.d.ts.map +1 -0
  103. package/dist/npm/models/ledger/negativeUNL.js +3 -0
  104. package/dist/npm/models/ledger/negativeUNL.js.map +1 -0
  105. package/dist/npm/models/ledger/offer.d.ts +21 -0
  106. package/dist/npm/models/ledger/offer.d.ts.map +1 -0
  107. package/dist/npm/models/ledger/offer.js +9 -0
  108. package/dist/npm/models/ledger/offer.js.map +1 -0
  109. package/dist/npm/models/ledger/payChannel.d.ts +20 -0
  110. package/dist/npm/models/ledger/payChannel.d.ts.map +1 -0
  111. package/dist/npm/models/ledger/payChannel.js +3 -0
  112. package/dist/npm/models/ledger/payChannel.js.map +1 -0
  113. package/dist/npm/models/ledger/rippleState.d.ts +28 -0
  114. package/dist/npm/models/ledger/rippleState.d.ts.map +1 -0
  115. package/dist/npm/models/ledger/rippleState.js +15 -0
  116. package/dist/npm/models/ledger/rippleState.js.map +1 -0
  117. package/dist/npm/models/ledger/signerList.d.ts +22 -0
  118. package/dist/npm/models/ledger/signerList.d.ts.map +1 -0
  119. package/dist/npm/models/ledger/signerList.js +8 -0
  120. package/dist/npm/models/ledger/signerList.js.map +1 -0
  121. package/dist/npm/models/ledger/ticket.d.ts +11 -0
  122. package/dist/npm/models/ledger/ticket.d.ts.map +1 -0
  123. package/dist/npm/models/ledger/ticket.js +3 -0
  124. package/dist/npm/models/ledger/ticket.js.map +1 -0
  125. package/dist/npm/models/methods/accountChannels.d.ts +38 -0
  126. package/dist/npm/models/methods/accountChannels.d.ts.map +1 -0
  127. package/dist/npm/models/methods/accountChannels.js +3 -0
  128. package/dist/npm/models/methods/accountChannels.js.map +1 -0
  129. package/dist/npm/models/methods/accountCurrencies.d.ts +20 -0
  130. package/dist/npm/models/methods/accountCurrencies.d.ts.map +1 -0
  131. package/dist/npm/models/methods/accountCurrencies.js +3 -0
  132. package/dist/npm/models/methods/accountCurrencies.js.map +1 -0
  133. package/dist/npm/models/methods/accountInfo.d.ts +39 -0
  134. package/dist/npm/models/methods/accountInfo.d.ts.map +1 -0
  135. package/dist/npm/models/methods/accountInfo.js +3 -0
  136. package/dist/npm/models/methods/accountInfo.js.map +1 -0
  137. package/dist/npm/models/methods/accountLines.d.ts +37 -0
  138. package/dist/npm/models/methods/accountLines.d.ts.map +1 -0
  139. package/dist/npm/models/methods/accountLines.js +3 -0
  140. package/dist/npm/models/methods/accountLines.js.map +1 -0
  141. package/dist/npm/models/methods/accountObjects.d.ts +28 -0
  142. package/dist/npm/models/methods/accountObjects.d.ts.map +1 -0
  143. package/dist/npm/models/methods/accountObjects.js +3 -0
  144. package/dist/npm/models/methods/accountObjects.js.map +1 -0
  145. package/dist/npm/models/methods/accountOffers.d.ts +31 -0
  146. package/dist/npm/models/methods/accountOffers.d.ts.map +1 -0
  147. package/dist/npm/models/methods/accountOffers.js +3 -0
  148. package/dist/npm/models/methods/accountOffers.js.map +1 -0
  149. package/dist/npm/models/methods/accountTx.d.ts +36 -0
  150. package/dist/npm/models/methods/accountTx.d.ts.map +1 -0
  151. package/dist/npm/models/methods/accountTx.js +3 -0
  152. package/dist/npm/models/methods/accountTx.js.map +1 -0
  153. package/dist/npm/models/methods/baseMethod.d.ts +36 -0
  154. package/dist/npm/models/methods/baseMethod.d.ts.map +1 -0
  155. package/dist/npm/models/methods/baseMethod.js +3 -0
  156. package/dist/npm/models/methods/baseMethod.js.map +1 -0
  157. package/dist/npm/models/methods/bookOffers.d.ts +32 -0
  158. package/dist/npm/models/methods/bookOffers.d.ts.map +1 -0
  159. package/dist/npm/models/methods/bookOffers.js +3 -0
  160. package/dist/npm/models/methods/bookOffers.js.map +1 -0
  161. package/dist/npm/models/methods/channelVerify.d.ts +14 -0
  162. package/dist/npm/models/methods/channelVerify.d.ts.map +1 -0
  163. package/dist/npm/models/methods/channelVerify.js +3 -0
  164. package/dist/npm/models/methods/channelVerify.js.map +1 -0
  165. package/dist/npm/models/methods/depositAuthorized.d.ts +21 -0
  166. package/dist/npm/models/methods/depositAuthorized.d.ts.map +1 -0
  167. package/dist/npm/models/methods/depositAuthorized.js +3 -0
  168. package/dist/npm/models/methods/depositAuthorized.js.map +1 -0
  169. package/dist/npm/models/methods/fee.d.ts +26 -0
  170. package/dist/npm/models/methods/fee.d.ts.map +1 -0
  171. package/dist/npm/models/methods/fee.js +3 -0
  172. package/dist/npm/models/methods/fee.js.map +1 -0
  173. package/dist/npm/models/methods/gatewayBalances.d.ts +33 -0
  174. package/dist/npm/models/methods/gatewayBalances.d.ts.map +1 -0
  175. package/dist/npm/models/methods/gatewayBalances.js +3 -0
  176. package/dist/npm/models/methods/gatewayBalances.js.map +1 -0
  177. package/dist/npm/models/methods/index.d.ts +36 -0
  178. package/dist/npm/models/methods/index.d.ts.map +1 -0
  179. package/dist/npm/models/methods/index.js +3 -0
  180. package/dist/npm/models/methods/index.js.map +1 -0
  181. package/dist/npm/models/methods/ledger.d.ts +52 -0
  182. package/dist/npm/models/methods/ledger.d.ts.map +1 -0
  183. package/dist/npm/{common/types/objects → models/methods}/ledger.js +0 -0
  184. package/dist/npm/models/methods/ledger.js.map +1 -0
  185. package/dist/npm/models/methods/ledgerClosed.d.ts +11 -0
  186. package/dist/npm/models/methods/ledgerClosed.d.ts.map +1 -0
  187. package/dist/npm/models/methods/ledgerClosed.js +3 -0
  188. package/dist/npm/models/methods/ledgerClosed.js.map +1 -0
  189. package/dist/npm/models/methods/ledgerCurrent.d.ts +10 -0
  190. package/dist/npm/models/methods/ledgerCurrent.d.ts.map +1 -0
  191. package/dist/npm/models/methods/ledgerCurrent.js +3 -0
  192. package/dist/npm/models/methods/ledgerCurrent.js.map +1 -0
  193. package/dist/npm/models/methods/ledgerData.d.ts +31 -0
  194. package/dist/npm/models/methods/ledgerData.d.ts.map +1 -0
  195. package/dist/npm/models/methods/ledgerData.js +3 -0
  196. package/dist/npm/models/methods/ledgerData.js.map +1 -0
  197. package/dist/npm/models/methods/ledgerEntry.d.ts +48 -0
  198. package/dist/npm/models/methods/ledgerEntry.d.ts.map +1 -0
  199. package/dist/npm/models/methods/ledgerEntry.js +3 -0
  200. package/dist/npm/models/methods/ledgerEntry.js.map +1 -0
  201. package/dist/npm/models/methods/manifest.d.ts +18 -0
  202. package/dist/npm/models/methods/manifest.d.ts.map +1 -0
  203. package/dist/npm/models/methods/manifest.js +3 -0
  204. package/dist/npm/models/methods/manifest.js.map +1 -0
  205. package/dist/npm/models/methods/norippleCheck.d.ts +19 -0
  206. package/dist/npm/models/methods/norippleCheck.d.ts.map +1 -0
  207. package/dist/npm/models/methods/norippleCheck.js +3 -0
  208. package/dist/npm/models/methods/norippleCheck.js.map +1 -0
  209. package/dist/npm/models/methods/pathFind.d.ts +39 -0
  210. package/dist/npm/models/methods/pathFind.d.ts.map +1 -0
  211. package/dist/npm/models/methods/pathFind.js +3 -0
  212. package/dist/npm/models/methods/pathFind.js.map +1 -0
  213. package/dist/npm/models/methods/ping.d.ts +8 -0
  214. package/dist/npm/models/methods/ping.d.ts.map +1 -0
  215. package/dist/npm/models/methods/ping.js +3 -0
  216. package/dist/npm/models/methods/ping.js.map +1 -0
  217. package/dist/npm/models/methods/random.d.ts +10 -0
  218. package/dist/npm/models/methods/random.d.ts.map +1 -0
  219. package/dist/npm/models/methods/random.js +3 -0
  220. package/dist/npm/models/methods/random.js.map +1 -0
  221. package/dist/npm/models/methods/ripplePathFind.d.ts +35 -0
  222. package/dist/npm/models/methods/ripplePathFind.d.ts.map +1 -0
  223. package/dist/npm/models/methods/ripplePathFind.js +3 -0
  224. package/dist/npm/models/methods/ripplePathFind.js.map +1 -0
  225. package/dist/npm/models/methods/serverInfo.d.ts +71 -0
  226. package/dist/npm/models/methods/serverInfo.d.ts.map +1 -0
  227. package/dist/npm/models/methods/serverInfo.js +3 -0
  228. package/dist/npm/models/methods/serverInfo.js.map +1 -0
  229. package/dist/npm/models/methods/serverState.d.ts +57 -0
  230. package/dist/npm/models/methods/serverState.d.ts.map +1 -0
  231. package/dist/npm/models/methods/serverState.js +3 -0
  232. package/dist/npm/models/methods/serverState.js.map +1 -0
  233. package/dist/npm/models/methods/submit.d.ts +28 -0
  234. package/dist/npm/models/methods/submit.d.ts.map +1 -0
  235. package/dist/npm/models/methods/submit.js +3 -0
  236. package/dist/npm/models/methods/submit.js.map +1 -0
  237. package/dist/npm/models/methods/submitMultisigned.d.ts +19 -0
  238. package/dist/npm/models/methods/submitMultisigned.d.ts.map +1 -0
  239. package/dist/npm/models/methods/submitMultisigned.js +3 -0
  240. package/dist/npm/models/methods/submitMultisigned.js.map +1 -0
  241. package/dist/npm/models/methods/subscribe.d.ts +117 -0
  242. package/dist/npm/models/methods/subscribe.d.ts.map +1 -0
  243. package/dist/npm/models/methods/subscribe.js +3 -0
  244. package/dist/npm/models/methods/subscribe.js.map +1 -0
  245. package/dist/npm/models/methods/transactionEntry.d.ts +19 -0
  246. package/dist/npm/models/methods/transactionEntry.d.ts.map +1 -0
  247. package/dist/npm/models/methods/transactionEntry.js +3 -0
  248. package/dist/npm/models/methods/transactionEntry.js.map +1 -0
  249. package/dist/npm/models/methods/tx.d.ts +20 -0
  250. package/dist/npm/models/methods/tx.d.ts.map +1 -0
  251. package/dist/npm/models/methods/tx.js +3 -0
  252. package/dist/npm/models/methods/tx.js.map +1 -0
  253. package/dist/npm/models/methods/unsubscribe.d.ts +19 -0
  254. package/dist/npm/models/methods/unsubscribe.d.ts.map +1 -0
  255. package/dist/npm/models/methods/unsubscribe.js +3 -0
  256. package/dist/npm/models/methods/unsubscribe.js.map +1 -0
  257. package/dist/npm/models/transactions/accountDelete.d.ts +8 -0
  258. package/dist/npm/models/transactions/accountDelete.d.ts.map +1 -0
  259. package/dist/npm/models/transactions/accountDelete.js +20 -0
  260. package/dist/npm/models/transactions/accountDelete.js.map +1 -0
  261. package/dist/npm/models/transactions/accountSet.d.ts +41 -0
  262. package/dist/npm/models/transactions/accountSet.d.ts.map +1 -0
  263. package/dist/npm/models/transactions/accountSet.js +70 -0
  264. package/dist/npm/models/transactions/accountSet.js.map +1 -0
  265. package/dist/npm/models/transactions/checkCancel.d.ts +7 -0
  266. package/dist/npm/models/transactions/checkCancel.d.ts.map +1 -0
  267. package/dist/npm/models/transactions/checkCancel.js +13 -0
  268. package/dist/npm/models/transactions/checkCancel.js.map +1 -0
  269. package/dist/npm/models/transactions/checkCash.d.ts +10 -0
  270. package/dist/npm/models/transactions/checkCash.d.ts.map +1 -0
  271. package/dist/npm/models/transactions/checkCash.js +27 -0
  272. package/dist/npm/models/transactions/checkCash.js.map +1 -0
  273. package/dist/npm/models/transactions/checkCreate.d.ts +12 -0
  274. package/dist/npm/models/transactions/checkCreate.d.ts.map +1 -0
  275. package/dist/npm/models/transactions/checkCreate.js +33 -0
  276. package/dist/npm/models/transactions/checkCreate.js.map +1 -0
  277. package/dist/npm/models/transactions/common.d.ts +24 -0
  278. package/dist/npm/models/transactions/common.d.ts.map +1 -0
  279. package/dist/npm/models/transactions/common.js +125 -0
  280. package/dist/npm/models/transactions/common.js.map +1 -0
  281. package/dist/npm/models/transactions/depositPreauth.d.ts +8 -0
  282. package/dist/npm/models/transactions/depositPreauth.d.ts.map +1 -0
  283. package/dist/npm/models/transactions/depositPreauth.js +32 -0
  284. package/dist/npm/models/transactions/depositPreauth.js.map +1 -0
  285. package/dist/npm/models/transactions/escrowCancel.d.ts +8 -0
  286. package/dist/npm/models/transactions/escrowCancel.d.ts.map +1 -0
  287. package/dist/npm/models/transactions/escrowCancel.js +22 -0
  288. package/dist/npm/models/transactions/escrowCancel.js.map +1 -0
  289. package/dist/npm/models/transactions/escrowCreate.d.ts +12 -0
  290. package/dist/npm/models/transactions/escrowCreate.d.ts.map +1 -0
  291. package/dist/npm/models/transactions/escrowCreate.js +41 -0
  292. package/dist/npm/models/transactions/escrowCreate.js.map +1 -0
  293. package/dist/npm/models/transactions/escrowFinish.d.ts +10 -0
  294. package/dist/npm/models/transactions/escrowFinish.d.ts.map +1 -0
  295. package/dist/npm/models/transactions/escrowFinish.js +28 -0
  296. package/dist/npm/models/transactions/escrowFinish.js.map +1 -0
  297. package/dist/npm/models/transactions/index.d.ts +21 -0
  298. package/dist/npm/models/transactions/index.d.ts.map +1 -0
  299. package/dist/npm/models/transactions/index.js +39 -0
  300. package/dist/npm/models/transactions/index.js.map +1 -0
  301. package/dist/npm/models/transactions/metadata.d.ts +43 -0
  302. package/dist/npm/models/transactions/metadata.d.ts.map +1 -0
  303. package/dist/npm/models/transactions/metadata.js +3 -0
  304. package/dist/npm/models/transactions/metadata.js.map +1 -0
  305. package/dist/npm/models/transactions/offerCancel.d.ts +7 -0
  306. package/dist/npm/models/transactions/offerCancel.d.ts.map +1 -0
  307. package/dist/npm/models/transactions/offerCancel.js +16 -0
  308. package/dist/npm/models/transactions/offerCancel.js.map +1 -0
  309. package/dist/npm/models/transactions/offerCreate.d.ts +24 -0
  310. package/dist/npm/models/transactions/offerCreate.d.ts.map +1 -0
  311. package/dist/npm/models/transactions/offerCreate.js +35 -0
  312. package/dist/npm/models/transactions/offerCreate.js.map +1 -0
  313. package/dist/npm/models/transactions/payment.d.ts +25 -0
  314. package/dist/npm/models/transactions/payment.d.ts.map +1 -0
  315. package/dist/npm/models/transactions/payment.js +104 -0
  316. package/dist/npm/models/transactions/payment.js.map +1 -0
  317. package/dist/npm/models/transactions/paymentChannelClaim.d.ts +20 -0
  318. package/dist/npm/models/transactions/paymentChannelClaim.d.ts.map +1 -0
  319. package/dist/npm/models/transactions/paymentChannelClaim.js +33 -0
  320. package/dist/npm/models/transactions/paymentChannelClaim.js.map +1 -0
  321. package/dist/npm/models/transactions/paymentChannelCreate.d.ts +12 -0
  322. package/dist/npm/models/transactions/paymentChannelCreate.d.ts.map +1 -0
  323. package/dist/npm/models/transactions/paymentChannelCreate.js +41 -0
  324. package/dist/npm/models/transactions/paymentChannelCreate.js.map +1 -0
  325. package/dist/npm/models/transactions/paymentChannelFund.d.ts +9 -0
  326. package/dist/npm/models/transactions/paymentChannelFund.d.ts.map +1 -0
  327. package/dist/npm/models/transactions/paymentChannelFund.js +25 -0
  328. package/dist/npm/models/transactions/paymentChannelFund.js.map +1 -0
  329. package/dist/npm/models/transactions/setRegularKey.d.ts +7 -0
  330. package/dist/npm/models/transactions/setRegularKey.d.ts.map +1 -0
  331. package/dist/npm/models/transactions/setRegularKey.js +13 -0
  332. package/dist/npm/models/transactions/setRegularKey.js.map +1 -0
  333. package/dist/npm/models/transactions/signerListSet.d.ts +9 -0
  334. package/dist/npm/models/transactions/signerListSet.d.ts.map +1 -0
  335. package/dist/npm/models/transactions/signerListSet.js +29 -0
  336. package/dist/npm/models/transactions/signerListSet.js.map +1 -0
  337. package/dist/npm/models/transactions/ticketCreate.d.ts +7 -0
  338. package/dist/npm/models/transactions/ticketCreate.d.ts.map +1 -0
  339. package/dist/npm/models/transactions/ticketCreate.js +23 -0
  340. package/dist/npm/models/transactions/ticketCreate.js.map +1 -0
  341. package/dist/npm/models/transactions/transaction.d.ts +28 -0
  342. package/dist/npm/models/transactions/transaction.d.ts.map +1 -0
  343. package/dist/npm/models/transactions/transaction.js +111 -0
  344. package/dist/npm/models/transactions/transaction.js.map +1 -0
  345. package/dist/npm/models/transactions/trustSet.d.ts +25 -0
  346. package/dist/npm/models/transactions/trustSet.d.ts.map +1 -0
  347. package/dist/npm/models/transactions/trustSet.js +31 -0
  348. package/dist/npm/models/transactions/trustSet.js.map +1 -0
  349. package/dist/npm/models/utils/flags.d.ts +3 -0
  350. package/dist/npm/models/utils/flags.d.ts.map +1 -0
  351. package/dist/npm/models/utils/flags.js +61 -0
  352. package/dist/npm/models/utils/flags.js.map +1 -0
  353. package/dist/npm/models/utils/index.d.ts +3 -0
  354. package/dist/npm/models/utils/index.d.ts.map +1 -0
  355. package/dist/npm/models/utils/index.js +12 -0
  356. package/dist/npm/models/utils/index.js.map +1 -0
  357. package/dist/npm/sugar/autofill.d.ts +5 -0
  358. package/dist/npm/sugar/autofill.d.ts.map +1 -0
  359. package/dist/npm/sugar/autofill.js +157 -0
  360. package/dist/npm/sugar/autofill.js.map +1 -0
  361. package/dist/npm/sugar/balances.d.ts +16 -0
  362. package/dist/npm/sugar/balances.d.ts.map +1 -0
  363. package/dist/npm/sugar/balances.js +52 -0
  364. package/dist/npm/sugar/balances.js.map +1 -0
  365. package/dist/npm/sugar/fee.d.ts +3 -0
  366. package/dist/npm/sugar/fee.d.ts.map +1 -0
  367. package/dist/npm/sugar/fee.js +38 -0
  368. package/dist/npm/sugar/fee.js.map +1 -0
  369. package/dist/npm/sugar/ledgerIndex.d.ts +3 -0
  370. package/dist/npm/sugar/ledgerIndex.d.ts.map +1 -0
  371. package/dist/npm/sugar/ledgerIndex.js +22 -0
  372. package/dist/npm/sugar/ledgerIndex.js.map +1 -0
  373. package/dist/npm/sugar/orderbook.d.ts +16 -0
  374. package/dist/npm/sugar/orderbook.d.ts.map +1 -0
  375. package/dist/npm/sugar/orderbook.js +63 -0
  376. package/dist/npm/sugar/orderbook.js.map +1 -0
  377. package/dist/npm/sugar/submit.d.ts +6 -0
  378. package/dist/npm/sugar/submit.d.ts.map +1 -0
  379. package/dist/npm/sugar/submit.js +50 -0
  380. package/dist/npm/sugar/submit.js.map +1 -0
  381. package/dist/npm/sugar/utils.d.ts +2 -0
  382. package/dist/npm/sugar/utils.d.ts.map +1 -0
  383. package/dist/npm/sugar/utils.js +16 -0
  384. package/dist/npm/sugar/utils.js.map +1 -0
  385. package/dist/npm/utils/derive.d.ts +9 -0
  386. package/dist/npm/utils/derive.d.ts.map +1 -0
  387. package/dist/npm/utils/derive.js +12 -0
  388. package/dist/npm/utils/derive.js.map +1 -0
  389. package/dist/npm/utils/generateAddress.d.ts +15 -0
  390. package/dist/npm/utils/generateAddress.d.ts.map +1 -0
  391. package/dist/npm/utils/generateAddress.js +39 -0
  392. package/dist/npm/utils/generateAddress.js.map +1 -0
  393. package/dist/npm/utils/hashes/hashPrefix.d.ts +12 -0
  394. package/dist/npm/utils/hashes/hashPrefix.d.ts.map +1 -0
  395. package/dist/npm/utils/hashes/hashPrefix.js +15 -0
  396. package/dist/npm/utils/hashes/hashPrefix.js.map +1 -0
  397. package/dist/npm/utils/hashes/index.d.ts +10 -0
  398. package/dist/npm/utils/hashes/index.d.ts.map +1 -0
  399. package/dist/npm/utils/hashes/index.js +102 -0
  400. package/dist/npm/utils/hashes/index.js.map +1 -0
  401. package/dist/npm/utils/hashes/ledgerHash.d.ts +16 -0
  402. package/dist/npm/utils/hashes/ledgerHash.d.ts.map +1 -0
  403. package/dist/npm/utils/hashes/ledgerHash.js +160 -0
  404. package/dist/npm/utils/hashes/ledgerHash.js.map +1 -0
  405. package/dist/npm/utils/hashes/ledgerSpaces.d.ts +21 -0
  406. package/dist/npm/utils/hashes/ledgerSpaces.d.ts.map +1 -0
  407. package/dist/npm/utils/hashes/ledgerSpaces.js +23 -0
  408. package/dist/npm/utils/hashes/ledgerSpaces.js.map +1 -0
  409. package/dist/npm/utils/hashes/sha512Half.d.ts +3 -0
  410. package/dist/npm/utils/hashes/sha512Half.d.ts.map +1 -0
  411. package/dist/npm/utils/hashes/sha512Half.js +13 -0
  412. package/dist/npm/utils/hashes/sha512Half.js.map +1 -0
  413. package/dist/npm/utils/hashes/shaMap/index.d.ts +11 -0
  414. package/dist/npm/utils/hashes/shaMap/index.d.ts.map +1 -0
  415. package/dist/npm/utils/hashes/shaMap/index.js +31 -0
  416. package/dist/npm/utils/hashes/shaMap/index.js.map +1 -0
  417. package/dist/npm/utils/hashes/shaMap/innerNode.d.ts +16 -0
  418. package/dist/npm/utils/hashes/shaMap/innerNode.d.ts.map +1 -0
  419. package/dist/npm/utils/hashes/shaMap/innerNode.js +70 -0
  420. package/dist/npm/utils/hashes/shaMap/innerNode.js.map +1 -0
  421. package/dist/npm/utils/hashes/shaMap/leafNode.d.ts +11 -0
  422. package/dist/npm/utils/hashes/shaMap/leafNode.d.ts.map +1 -0
  423. package/dist/npm/utils/hashes/shaMap/leafNode.js +40 -0
  424. package/dist/npm/utils/hashes/shaMap/leafNode.js.map +1 -0
  425. package/dist/npm/utils/hashes/shaMap/node.d.ts +11 -0
  426. package/dist/npm/utils/hashes/shaMap/node.d.ts.map +1 -0
  427. package/dist/npm/utils/hashes/shaMap/node.js +14 -0
  428. package/dist/npm/utils/hashes/shaMap/node.js.map +1 -0
  429. package/dist/npm/utils/index.d.ts +14 -0
  430. package/dist/npm/utils/index.d.ts.map +1 -0
  431. package/dist/npm/utils/index.js +80 -0
  432. package/dist/npm/utils/index.js.map +1 -0
  433. package/dist/npm/utils/signPaymentChannelClaim.d.ts +3 -0
  434. package/dist/npm/utils/signPaymentChannelClaim.d.ts.map +1 -0
  435. package/dist/npm/utils/signPaymentChannelClaim.js +17 -0
  436. package/dist/npm/utils/signPaymentChannelClaim.js.map +1 -0
  437. package/dist/npm/utils/timeConversion.d.ts +6 -0
  438. package/dist/npm/utils/timeConversion.d.ts.map +1 -0
  439. package/dist/npm/utils/timeConversion.js +21 -0
  440. package/dist/npm/utils/timeConversion.js.map +1 -0
  441. package/dist/npm/utils/verifyPaymentChannelClaim.d.ts +3 -0
  442. package/dist/npm/utils/verifyPaymentChannelClaim.d.ts.map +1 -0
  443. package/dist/npm/utils/verifyPaymentChannelClaim.js +17 -0
  444. package/dist/npm/utils/verifyPaymentChannelClaim.js.map +1 -0
  445. package/dist/npm/utils/xrpConversion.d.ts +4 -0
  446. package/dist/npm/utils/xrpConversion.d.ts.map +1 -0
  447. package/dist/npm/utils/xrpConversion.js +69 -0
  448. package/dist/npm/utils/xrpConversion.js.map +1 -0
  449. package/dist/npm/wallet/generateFaucetWallet.d.ts +15 -0
  450. package/dist/npm/wallet/generateFaucetWallet.d.ts.map +1 -0
  451. package/dist/npm/wallet/generateFaucetWallet.js +188 -0
  452. package/dist/npm/wallet/generateFaucetWallet.js.map +1 -0
  453. package/dist/npm/wallet/index.d.ts +22 -0
  454. package/dist/npm/wallet/index.d.ts.map +1 -0
  455. package/dist/npm/wallet/index.js +135 -0
  456. package/dist/npm/wallet/index.js.map +1 -0
  457. package/dist/npm/wallet/signer.d.ts +8 -0
  458. package/dist/npm/wallet/signer.d.ts.map +1 -0
  459. package/dist/npm/wallet/signer.js +75 -0
  460. package/dist/npm/wallet/signer.js.map +1 -0
  461. package/package.json +45 -36
  462. package/build/ripple-latest-min.js +0 -2
  463. package/build/ripple-latest.js +0 -5110
  464. package/dist/npm/api.d.ts +0 -212
  465. package/dist/npm/api.d.ts.map +0 -1
  466. package/dist/npm/api.js +0 -275
  467. package/dist/npm/api.js.map +0 -1
  468. package/dist/npm/broadcast.d.ts +0 -10
  469. package/dist/npm/broadcast.d.ts.map +0 -1
  470. package/dist/npm/broadcast.js +0 -87
  471. package/dist/npm/broadcast.js.map +0 -1
  472. package/dist/npm/common/backoff.d.ts +0 -14
  473. package/dist/npm/common/backoff.d.ts.map +0 -1
  474. package/dist/npm/common/backoff.js +0 -26
  475. package/dist/npm/common/backoff.js.map +0 -1
  476. package/dist/npm/common/browser-hacks.d.ts +0 -4
  477. package/dist/npm/common/browser-hacks.d.ts.map +0 -1
  478. package/dist/npm/common/browser-hacks.js +0 -21
  479. package/dist/npm/common/browser-hacks.js.map +0 -1
  480. package/dist/npm/common/connection.d.ts +0 -49
  481. package/dist/npm/common/connection.d.ts.map +0 -1
  482. package/dist/npm/common/connection.js +0 -464
  483. package/dist/npm/common/connection.js.map +0 -1
  484. package/dist/npm/common/constants.d.ts +0 -62
  485. package/dist/npm/common/constants.d.ts.map +0 -1
  486. package/dist/npm/common/constants.js +0 -54
  487. package/dist/npm/common/constants.js.map +0 -1
  488. package/dist/npm/common/errors.d.ts +0 -39
  489. package/dist/npm/common/errors.d.ts.map +0 -1
  490. package/dist/npm/common/errors.js +0 -98
  491. package/dist/npm/common/errors.js.map +0 -1
  492. package/dist/npm/common/hashes/hash-prefix.d.ts +0 -12
  493. package/dist/npm/common/hashes/hash-prefix.d.ts.map +0 -1
  494. package/dist/npm/common/hashes/hash-prefix.js +0 -15
  495. package/dist/npm/common/hashes/hash-prefix.js.map +0 -1
  496. package/dist/npm/common/hashes/index.d.ts +0 -13
  497. package/dist/npm/common/hashes/index.d.ts.map +0 -1
  498. package/dist/npm/common/hashes/index.js +0 -129
  499. package/dist/npm/common/hashes/index.js.map +0 -1
  500. package/dist/npm/common/hashes/ledgerspaces.d.ts +0 -21
  501. package/dist/npm/common/hashes/ledgerspaces.d.ts.map +0 -1
  502. package/dist/npm/common/hashes/ledgerspaces.js +0 -22
  503. package/dist/npm/common/hashes/ledgerspaces.js.map +0 -1
  504. package/dist/npm/common/hashes/sha512Half.d.ts +0 -3
  505. package/dist/npm/common/hashes/sha512Half.d.ts.map +0 -1
  506. package/dist/npm/common/hashes/sha512Half.js +0 -12
  507. package/dist/npm/common/hashes/sha512Half.js.map +0 -1
  508. package/dist/npm/common/hashes/shamap.d.ts +0 -38
  509. package/dist/npm/common/hashes/shamap.d.ts.map +0 -1
  510. package/dist/npm/common/hashes/shamap.js +0 -121
  511. package/dist/npm/common/hashes/shamap.js.map +0 -1
  512. package/dist/npm/common/index.d.ts +0 -10
  513. package/dist/npm/common/index.d.ts.map +0 -1
  514. package/dist/npm/common/index.js +0 -57
  515. package/dist/npm/common/index.js.map +0 -1
  516. package/dist/npm/common/rangeset.d.ts +0 -13
  517. package/dist/npm/common/rangeset.d.ts.map +0 -1
  518. package/dist/npm/common/rangeset.js +0 -72
  519. package/dist/npm/common/rangeset.js.map +0 -1
  520. package/dist/npm/common/schema-validator.d.ts +0 -5
  521. package/dist/npm/common/schema-validator.d.ts.map +0 -1
  522. package/dist/npm/common/schema-validator.js +0 -190
  523. package/dist/npm/common/schema-validator.js.map +0 -1
  524. package/dist/npm/common/schemas/input/api-options.json +0 -69
  525. package/dist/npm/common/schemas/input/combine.json +0 -19
  526. package/dist/npm/common/schemas/input/compute-ledger-hash.json +0 -13
  527. package/dist/npm/common/schemas/input/generate-address.json +0 -37
  528. package/dist/npm/common/schemas/input/generate-x-address.json +0 -37
  529. package/dist/npm/common/schemas/input/get-account-info.json +0 -24
  530. package/dist/npm/common/schemas/input/get-account-objects.json +0 -56
  531. package/dist/npm/common/schemas/input/get-balance-sheet.json +0 -30
  532. package/dist/npm/common/schemas/input/get-balances.json +0 -37
  533. package/dist/npm/common/schemas/input/get-fee.json +0 -13
  534. package/dist/npm/common/schemas/input/get-ledger.json +0 -35
  535. package/dist/npm/common/schemas/input/get-orderbook.json +0 -33
  536. package/dist/npm/common/schemas/input/get-orders.json +0 -29
  537. package/dist/npm/common/schemas/input/get-paths.json +0 -69
  538. package/dist/npm/common/schemas/input/get-payment-channel.json +0 -14
  539. package/dist/npm/common/schemas/input/get-settings.json +0 -24
  540. package/dist/npm/common/schemas/input/get-transaction.json +0 -28
  541. package/dist/npm/common/schemas/input/get-transactions.json +0 -71
  542. package/dist/npm/common/schemas/input/get-trustlines.json +0 -37
  543. package/dist/npm/common/schemas/input/prepare-check-cancel.json +0 -18
  544. package/dist/npm/common/schemas/input/prepare-check-cash.json +0 -18
  545. package/dist/npm/common/schemas/input/prepare-check-create.json +0 -18
  546. package/dist/npm/common/schemas/input/prepare-escrow-cancellation.json +0 -18
  547. package/dist/npm/common/schemas/input/prepare-escrow-creation.json +0 -18
  548. package/dist/npm/common/schemas/input/prepare-escrow-execution.json +0 -18
  549. package/dist/npm/common/schemas/input/prepare-order-cancellation.json +0 -18
  550. package/dist/npm/common/schemas/input/prepare-order.json +0 -18
  551. package/dist/npm/common/schemas/input/prepare-payment-channel-claim.json +0 -18
  552. package/dist/npm/common/schemas/input/prepare-payment-channel-create.json +0 -18
  553. package/dist/npm/common/schemas/input/prepare-payment-channel-fund.json +0 -18
  554. package/dist/npm/common/schemas/input/prepare-payment.json +0 -18
  555. package/dist/npm/common/schemas/input/prepare-settings.json +0 -18
  556. package/dist/npm/common/schemas/input/prepare-ticket-create.json +0 -18
  557. package/dist/npm/common/schemas/input/prepare-trustline.json +0 -18
  558. package/dist/npm/common/schemas/input/sign-payment-channel-claim.json +0 -21
  559. package/dist/npm/common/schemas/input/sign.json +0 -55
  560. package/dist/npm/common/schemas/input/submit.json +0 -17
  561. package/dist/npm/common/schemas/input/verify-payment-channel-claim.json +0 -25
  562. package/dist/npm/common/schemas/objects/address.json +0 -12
  563. package/dist/npm/common/schemas/objects/adjustment.json +0 -12
  564. package/dist/npm/common/schemas/objects/amount.json +0 -10
  565. package/dist/npm/common/schemas/objects/amountbase.json +0 -44
  566. package/dist/npm/common/schemas/objects/balance.json +0 -45
  567. package/dist/npm/common/schemas/objects/blob.json +0 -8
  568. package/dist/npm/common/schemas/objects/classic-address.json +0 -9
  569. package/dist/npm/common/schemas/objects/currency.json +0 -8
  570. package/dist/npm/common/schemas/objects/destination-address-tag.json +0 -15
  571. package/dist/npm/common/schemas/objects/destination-adjustment.json +0 -9
  572. package/dist/npm/common/schemas/objects/destination-exact-adjustment.json +0 -18
  573. package/dist/npm/common/schemas/objects/hash128.json +0 -7
  574. package/dist/npm/common/schemas/objects/hash256.json +0 -7
  575. package/dist/npm/common/schemas/objects/instructions.json +0 -59
  576. package/dist/npm/common/schemas/objects/issue.json +0 -9
  577. package/dist/npm/common/schemas/objects/lax-amount.json +0 -14
  578. package/dist/npm/common/schemas/objects/lax-lax-amount.json +0 -14
  579. package/dist/npm/common/schemas/objects/ledger-version.json +0 -15
  580. package/dist/npm/common/schemas/objects/max-adjustment.json +0 -18
  581. package/dist/npm/common/schemas/objects/memo.json +0 -25
  582. package/dist/npm/common/schemas/objects/memos.json +0 -10
  583. package/dist/npm/common/schemas/objects/min-adjustment.json +0 -18
  584. package/dist/npm/common/schemas/objects/orderbook.json +0 -11
  585. package/dist/npm/common/schemas/objects/private-key.json +0 -7
  586. package/dist/npm/common/schemas/objects/public-key.json +0 -7
  587. package/dist/npm/common/schemas/objects/quality.json +0 -8
  588. package/dist/npm/common/schemas/objects/sequence.json +0 -8
  589. package/dist/npm/common/schemas/objects/settings-plus-memos.json +0 -120
  590. package/dist/npm/common/schemas/objects/signature.json +0 -7
  591. package/dist/npm/common/schemas/objects/signed-value.json +0 -8
  592. package/dist/npm/common/schemas/objects/source-adjustment.json +0 -9
  593. package/dist/npm/common/schemas/objects/source-exact-adjustment.json +0 -18
  594. package/dist/npm/common/schemas/objects/tag.json +0 -7
  595. package/dist/npm/common/schemas/objects/ticket-sequence.json +0 -8
  596. package/dist/npm/common/schemas/objects/transaction-hash.json +0 -8
  597. package/dist/npm/common/schemas/objects/transaction-type.json +0 -25
  598. package/dist/npm/common/schemas/objects/tx-json.json +0 -12
  599. package/dist/npm/common/schemas/objects/uint32.json +0 -8
  600. package/dist/npm/common/schemas/objects/value.json +0 -8
  601. package/dist/npm/common/schemas/objects/x-address.json +0 -9
  602. package/dist/npm/common/schemas/output/generate-address.json +0 -26
  603. package/dist/npm/common/schemas/output/generate-x-address.json +0 -18
  604. package/dist/npm/common/schemas/output/get-account-info.json +0 -40
  605. package/dist/npm/common/schemas/output/get-account-objects.json +0 -48
  606. package/dist/npm/common/schemas/output/get-balance-sheet.json +0 -33
  607. package/dist/npm/common/schemas/output/get-balances.json +0 -6
  608. package/dist/npm/common/schemas/output/get-ledger.json +0 -90
  609. package/dist/npm/common/schemas/output/get-orderbook.json +0 -17
  610. package/dist/npm/common/schemas/output/get-orders.json +0 -36
  611. package/dist/npm/common/schemas/output/get-paths.json +0 -24
  612. package/dist/npm/common/schemas/output/get-payment-channel.json +0 -67
  613. package/dist/npm/common/schemas/output/get-server-info.json +0 -117
  614. package/dist/npm/common/schemas/output/get-settings.json +0 -8
  615. package/dist/npm/common/schemas/output/get-transaction.json +0 -237
  616. package/dist/npm/common/schemas/output/get-transactions.json +0 -8
  617. package/dist/npm/common/schemas/output/get-trustlines.json +0 -49
  618. package/dist/npm/common/schemas/output/ledger-event.json +0 -46
  619. package/dist/npm/common/schemas/output/order-change.json +0 -40
  620. package/dist/npm/common/schemas/output/orderbook-orders.json +0 -58
  621. package/dist/npm/common/schemas/output/outcome.json +0 -57
  622. package/dist/npm/common/schemas/output/prepare.json +0 -47
  623. package/dist/npm/common/schemas/output/sign-payment-channel-claim.json +0 -7
  624. package/dist/npm/common/schemas/output/sign.json +0 -18
  625. package/dist/npm/common/schemas/output/submit.json +0 -37
  626. package/dist/npm/common/schemas/output/verify-payment-channel-claim.json +0 -6
  627. package/dist/npm/common/schemas/specifications/account-delete.json +0 -29
  628. package/dist/npm/common/schemas/specifications/check-cancel.json +0 -14
  629. package/dist/npm/common/schemas/specifications/check-cash.json +0 -26
  630. package/dist/npm/common/schemas/specifications/check-create.json +0 -31
  631. package/dist/npm/common/schemas/specifications/deposit-preauth.json +0 -21
  632. package/dist/npm/common/schemas/specifications/escrow-cancellation.json +0 -19
  633. package/dist/npm/common/schemas/specifications/escrow-creation.json +0 -42
  634. package/dist/npm/common/schemas/specifications/escrow-execution.json +0 -29
  635. package/dist/npm/common/schemas/specifications/get-payment.json +0 -39
  636. package/dist/npm/common/schemas/specifications/order-cancellation.json +0 -15
  637. package/dist/npm/common/schemas/specifications/order.json +0 -49
  638. package/dist/npm/common/schemas/specifications/payment-channel-claim.json +0 -38
  639. package/dist/npm/common/schemas/specifications/payment-channel-create.json +0 -39
  640. package/dist/npm/common/schemas/specifications/payment-channel-fund.json +0 -23
  641. package/dist/npm/common/schemas/specifications/payment.json +0 -39
  642. package/dist/npm/common/schemas/specifications/settings.json +0 -20
  643. package/dist/npm/common/schemas/specifications/trustline.json +0 -43
  644. package/dist/npm/common/serverinfo.d.ts +0 -34
  645. package/dist/npm/common/serverinfo.d.ts.map +0 -1
  646. package/dist/npm/common/serverinfo.js +0 -79
  647. package/dist/npm/common/serverinfo.js.map +0 -1
  648. package/dist/npm/common/txflags.d.ts +0 -51
  649. package/dist/npm/common/txflags.d.ts.map +0 -1
  650. package/dist/npm/common/txflags.js +0 -55
  651. package/dist/npm/common/txflags.js.map +0 -1
  652. package/dist/npm/common/types/commands/account_info.d.ts +0 -18
  653. package/dist/npm/common/types/commands/account_info.d.ts.map +0 -1
  654. package/dist/npm/common/types/commands/account_info.js +0 -3
  655. package/dist/npm/common/types/commands/account_info.js.map +0 -1
  656. package/dist/npm/common/types/commands/account_lines.d.ts +0 -18
  657. package/dist/npm/common/types/commands/account_lines.d.ts.map +0 -1
  658. package/dist/npm/common/types/commands/account_lines.js +0 -3
  659. package/dist/npm/common/types/commands/account_lines.js.map +0 -1
  660. package/dist/npm/common/types/commands/account_objects.d.ts +0 -27
  661. package/dist/npm/common/types/commands/account_objects.d.ts.map +0 -1
  662. package/dist/npm/common/types/commands/account_objects.js +0 -3
  663. package/dist/npm/common/types/commands/account_objects.js.map +0 -1
  664. package/dist/npm/common/types/commands/account_offers.d.ts +0 -25
  665. package/dist/npm/common/types/commands/account_offers.d.ts.map +0 -1
  666. package/dist/npm/common/types/commands/account_offers.js +0 -3
  667. package/dist/npm/common/types/commands/account_offers.js.map +0 -1
  668. package/dist/npm/common/types/commands/book_offers.d.ts +0 -24
  669. package/dist/npm/common/types/commands/book_offers.d.ts.map +0 -1
  670. package/dist/npm/common/types/commands/book_offers.js +0 -3
  671. package/dist/npm/common/types/commands/book_offers.js.map +0 -1
  672. package/dist/npm/common/types/commands/gateway_balances.d.ts +0 -24
  673. package/dist/npm/common/types/commands/gateway_balances.d.ts.map +0 -1
  674. package/dist/npm/common/types/commands/gateway_balances.js +0 -3
  675. package/dist/npm/common/types/commands/gateway_balances.js.map +0 -1
  676. package/dist/npm/common/types/commands/index.d.ts +0 -11
  677. package/dist/npm/common/types/commands/index.d.ts.map +0 -1
  678. package/dist/npm/common/types/commands/index.js +0 -23
  679. package/dist/npm/common/types/commands/index.js.map +0 -1
  680. package/dist/npm/common/types/commands/ledger.d.ts +0 -19
  681. package/dist/npm/common/types/commands/ledger.d.ts.map +0 -1
  682. package/dist/npm/common/types/commands/ledger.js.map +0 -1
  683. package/dist/npm/common/types/commands/ledger_data.d.ts +0 -11
  684. package/dist/npm/common/types/commands/ledger_data.d.ts.map +0 -1
  685. package/dist/npm/common/types/commands/ledger_data.js +0 -3
  686. package/dist/npm/common/types/commands/ledger_data.js.map +0 -1
  687. package/dist/npm/common/types/commands/ledger_entry.d.ts +0 -30
  688. package/dist/npm/common/types/commands/ledger_entry.d.ts.map +0 -1
  689. package/dist/npm/common/types/commands/ledger_entry.js +0 -3
  690. package/dist/npm/common/types/commands/ledger_entry.js.map +0 -1
  691. package/dist/npm/common/types/commands/server_info.d.ts +0 -50
  692. package/dist/npm/common/types/commands/server_info.d.ts.map +0 -1
  693. package/dist/npm/common/types/commands/server_info.js +0 -3
  694. package/dist/npm/common/types/commands/server_info.js.map +0 -1
  695. package/dist/npm/common/types/objects/adjustments.d.ts +0 -17
  696. package/dist/npm/common/types/objects/adjustments.d.ts.map +0 -1
  697. package/dist/npm/common/types/objects/adjustments.js +0 -3
  698. package/dist/npm/common/types/objects/adjustments.js.map +0 -1
  699. package/dist/npm/common/types/objects/amounts.d.ts +0 -14
  700. package/dist/npm/common/types/objects/amounts.d.ts.map +0 -1
  701. package/dist/npm/common/types/objects/amounts.js +0 -3
  702. package/dist/npm/common/types/objects/amounts.js.map +0 -1
  703. package/dist/npm/common/types/objects/index.d.ts +0 -13
  704. package/dist/npm/common/types/objects/index.d.ts.map +0 -1
  705. package/dist/npm/common/types/objects/index.js +0 -25
  706. package/dist/npm/common/types/objects/index.js.map +0 -1
  707. package/dist/npm/common/types/objects/ledger.d.ts +0 -33
  708. package/dist/npm/common/types/objects/ledger.d.ts.map +0 -1
  709. package/dist/npm/common/types/objects/ledger.js.map +0 -1
  710. package/dist/npm/common/types/objects/ledger_data.d.ts +0 -11
  711. package/dist/npm/common/types/objects/ledger_data.d.ts.map +0 -1
  712. package/dist/npm/common/types/objects/ledger_data.js +0 -3
  713. package/dist/npm/common/types/objects/ledger_data.js.map +0 -1
  714. package/dist/npm/common/types/objects/ledger_entries.d.ts +0 -159
  715. package/dist/npm/common/types/objects/ledger_entries.d.ts.map +0 -1
  716. package/dist/npm/common/types/objects/ledger_entries.js +0 -3
  717. package/dist/npm/common/types/objects/ledger_entries.js.map +0 -1
  718. package/dist/npm/common/types/objects/memos.d.ts +0 -6
  719. package/dist/npm/common/types/objects/memos.d.ts.map +0 -1
  720. package/dist/npm/common/types/objects/memos.js +0 -3
  721. package/dist/npm/common/types/objects/memos.js.map +0 -1
  722. package/dist/npm/common/types/objects/orders.d.ts +0 -14
  723. package/dist/npm/common/types/objects/orders.d.ts.map +0 -1
  724. package/dist/npm/common/types/objects/orders.js +0 -3
  725. package/dist/npm/common/types/objects/orders.js.map +0 -1
  726. package/dist/npm/common/types/objects/queue_data.d.ts +0 -16
  727. package/dist/npm/common/types/objects/queue_data.d.ts.map +0 -1
  728. package/dist/npm/common/types/objects/queue_data.js +0 -3
  729. package/dist/npm/common/types/objects/queue_data.js.map +0 -1
  730. package/dist/npm/common/types/objects/settings.d.ts +0 -31
  731. package/dist/npm/common/types/objects/settings.d.ts.map +0 -1
  732. package/dist/npm/common/types/objects/settings.js +0 -3
  733. package/dist/npm/common/types/objects/settings.js.map +0 -1
  734. package/dist/npm/common/types/objects/signers.d.ts +0 -7
  735. package/dist/npm/common/types/objects/signers.d.ts.map +0 -1
  736. package/dist/npm/common/types/objects/signers.js +0 -3
  737. package/dist/npm/common/types/objects/signers.js.map +0 -1
  738. package/dist/npm/common/types/objects/transactions.d.ts +0 -22
  739. package/dist/npm/common/types/objects/transactions.d.ts.map +0 -1
  740. package/dist/npm/common/types/objects/transactions.js +0 -3
  741. package/dist/npm/common/types/objects/transactions.js.map +0 -1
  742. package/dist/npm/common/types/objects/trustlines.d.ts +0 -40
  743. package/dist/npm/common/types/objects/trustlines.d.ts.map +0 -1
  744. package/dist/npm/common/types/objects/trustlines.js +0 -3
  745. package/dist/npm/common/types/objects/trustlines.js.map +0 -1
  746. package/dist/npm/common/utils.d.ts +0 -12
  747. package/dist/npm/common/utils.d.ts.map +0 -1
  748. package/dist/npm/common/utils.js +0 -149
  749. package/dist/npm/common/utils.js.map +0 -1
  750. package/dist/npm/common/validate.d.ts +0 -38
  751. package/dist/npm/common/validate.d.ts.map +0 -1
  752. package/dist/npm/common/validate.js +0 -79
  753. package/dist/npm/common/validate.js.map +0 -1
  754. package/dist/npm/common/wswrapper.d.ts +0 -15
  755. package/dist/npm/common/wswrapper.d.ts.map +0 -1
  756. package/dist/npm/common/wswrapper.js +0 -38
  757. package/dist/npm/common/wswrapper.js.map +0 -1
  758. package/dist/npm/ledger/accountinfo.d.ts +0 -14
  759. package/dist/npm/ledger/accountinfo.d.ts.map +0 -1
  760. package/dist/npm/ledger/accountinfo.js +0 -36
  761. package/dist/npm/ledger/accountinfo.js.map +0 -1
  762. package/dist/npm/ledger/accountobjects.d.ts +0 -4
  763. package/dist/npm/ledger/accountobjects.d.ts.map +0 -1
  764. package/dist/npm/ledger/accountobjects.js +0 -27
  765. package/dist/npm/ledger/accountobjects.js.map +0 -1
  766. package/dist/npm/ledger/balance-sheet.d.ts +0 -17
  767. package/dist/npm/ledger/balance-sheet.d.ts.map +0 -1
  768. package/dist/npm/ledger/balance-sheet.js +0 -71
  769. package/dist/npm/ledger/balance-sheet.js.map +0 -1
  770. package/dist/npm/ledger/balances.d.ts +0 -11
  771. package/dist/npm/ledger/balances.d.ts.map +0 -1
  772. package/dist/npm/ledger/balances.js +0 -61
  773. package/dist/npm/ledger/balances.js.map +0 -1
  774. package/dist/npm/ledger/ledger.d.ts +0 -12
  775. package/dist/npm/ledger/ledger.d.ts.map +0 -1
  776. package/dist/npm/ledger/ledger.js +0 -28
  777. package/dist/npm/ledger/ledger.js.map +0 -1
  778. package/dist/npm/ledger/orderbook.d.ts +0 -22
  779. package/dist/npm/ledger/orderbook.d.ts.map +0 -1
  780. package/dist/npm/ledger/orderbook.js +0 -100
  781. package/dist/npm/ledger/orderbook.js.map +0 -1
  782. package/dist/npm/ledger/orders.d.ts +0 -8
  783. package/dist/npm/ledger/orders.d.ts.map +0 -1
  784. package/dist/npm/ledger/orders.js +0 -56
  785. package/dist/npm/ledger/orders.js.map +0 -1
  786. package/dist/npm/ledger/parse/account-delete.d.ts +0 -8
  787. package/dist/npm/ledger/parse/account-delete.d.ts.map +0 -1
  788. package/dist/npm/ledger/parse/account-delete.js +0 -34
  789. package/dist/npm/ledger/parse/account-delete.js.map +0 -1
  790. package/dist/npm/ledger/parse/account-order.d.ts +0 -11
  791. package/dist/npm/ledger/parse/account-order.d.ts.map +0 -1
  792. package/dist/npm/ledger/parse/account-order.js +0 -40
  793. package/dist/npm/ledger/parse/account-order.js.map +0 -1
  794. package/dist/npm/ledger/parse/account-trustline.d.ts +0 -4
  795. package/dist/npm/ledger/parse/account-trustline.d.ts.map +0 -1
  796. package/dist/npm/ledger/parse/account-trustline.js +0 -28
  797. package/dist/npm/ledger/parse/account-trustline.js.map +0 -1
  798. package/dist/npm/ledger/parse/amendment.d.ts +0 -5
  799. package/dist/npm/ledger/parse/amendment.d.ts.map +0 -1
  800. package/dist/npm/ledger/parse/amendment.js +0 -9
  801. package/dist/npm/ledger/parse/amendment.js.map +0 -1
  802. package/dist/npm/ledger/parse/amount.d.ts +0 -4
  803. package/dist/npm/ledger/parse/amount.d.ts.map +0 -1
  804. package/dist/npm/ledger/parse/amount.js +0 -37
  805. package/dist/npm/ledger/parse/amount.js.map +0 -1
  806. package/dist/npm/ledger/parse/cancellation.d.ts +0 -3
  807. package/dist/npm/ledger/parse/cancellation.d.ts.map +0 -1
  808. package/dist/npm/ledger/parse/cancellation.js +0 -30
  809. package/dist/npm/ledger/parse/cancellation.js.map +0 -1
  810. package/dist/npm/ledger/parse/check-cancel.d.ts +0 -6
  811. package/dist/npm/ledger/parse/check-cancel.d.ts.map +0 -1
  812. package/dist/npm/ledger/parse/check-cancel.js +0 -31
  813. package/dist/npm/ledger/parse/check-cancel.js.map +0 -1
  814. package/dist/npm/ledger/parse/check-cash.d.ts +0 -9
  815. package/dist/npm/ledger/parse/check-cash.d.ts.map +0 -1
  816. package/dist/npm/ledger/parse/check-cash.js +0 -37
  817. package/dist/npm/ledger/parse/check-cash.js.map +0 -1
  818. package/dist/npm/ledger/parse/check-create.d.ts +0 -11
  819. package/dist/npm/ledger/parse/check-create.d.ts.map +0 -1
  820. package/dist/npm/ledger/parse/check-create.js +0 -40
  821. package/dist/npm/ledger/parse/check-create.js.map +0 -1
  822. package/dist/npm/ledger/parse/deposit-preauth.d.ts +0 -7
  823. package/dist/npm/ledger/parse/deposit-preauth.d.ts.map +0 -1
  824. package/dist/npm/ledger/parse/deposit-preauth.js +0 -32
  825. package/dist/npm/ledger/parse/deposit-preauth.js.map +0 -1
  826. package/dist/npm/ledger/parse/escrow-cancellation.d.ts +0 -3
  827. package/dist/npm/ledger/parse/escrow-cancellation.d.ts.map +0 -1
  828. package/dist/npm/ledger/parse/escrow-cancellation.js +0 -34
  829. package/dist/npm/ledger/parse/escrow-cancellation.js.map +0 -1
  830. package/dist/npm/ledger/parse/escrow-creation.d.ts +0 -3
  831. package/dist/npm/ledger/parse/escrow-creation.d.ts.map +0 -1
  832. package/dist/npm/ledger/parse/escrow-creation.js +0 -43
  833. package/dist/npm/ledger/parse/escrow-creation.js.map +0 -1
  834. package/dist/npm/ledger/parse/escrow-execution.d.ts +0 -3
  835. package/dist/npm/ledger/parse/escrow-execution.d.ts.map +0 -1
  836. package/dist/npm/ledger/parse/escrow-execution.js +0 -36
  837. package/dist/npm/ledger/parse/escrow-execution.js.map +0 -1
  838. package/dist/npm/ledger/parse/fee-update.d.ts +0 -8
  839. package/dist/npm/ledger/parse/fee-update.d.ts.map +0 -1
  840. package/dist/npm/ledger/parse/fee-update.js +0 -18
  841. package/dist/npm/ledger/parse/fee-update.js.map +0 -1
  842. package/dist/npm/ledger/parse/fields.d.ts +0 -3
  843. package/dist/npm/ledger/parse/fields.d.ts.map +0 -1
  844. package/dist/npm/ledger/parse/fields.js +0 -67
  845. package/dist/npm/ledger/parse/fields.js.map +0 -1
  846. package/dist/npm/ledger/parse/flags.d.ts +0 -16
  847. package/dist/npm/ledger/parse/flags.d.ts.map +0 -1
  848. package/dist/npm/ledger/parse/flags.js +0 -20
  849. package/dist/npm/ledger/parse/flags.js.map +0 -1
  850. package/dist/npm/ledger/parse/ledger.d.ts +0 -19
  851. package/dist/npm/ledger/parse/ledger.d.ts.map +0 -1
  852. package/dist/npm/ledger/parse/ledger.js +0 -76
  853. package/dist/npm/ledger/parse/ledger.js.map +0 -1
  854. package/dist/npm/ledger/parse/order.d.ts +0 -4
  855. package/dist/npm/ledger/parse/order.d.ts.map +0 -1
  856. package/dist/npm/ledger/parse/order.js +0 -48
  857. package/dist/npm/ledger/parse/order.js.map +0 -1
  858. package/dist/npm/ledger/parse/orderbook-order.d.ts +0 -17
  859. package/dist/npm/ledger/parse/orderbook-order.d.ts.map +0 -1
  860. package/dist/npm/ledger/parse/orderbook-order.js +0 -63
  861. package/dist/npm/ledger/parse/orderbook-order.js.map +0 -1
  862. package/dist/npm/ledger/parse/pathfind.d.ts +0 -4
  863. package/dist/npm/ledger/parse/pathfind.d.ts.map +0 -1
  864. package/dist/npm/ledger/parse/pathfind.js +0 -63
  865. package/dist/npm/ledger/parse/pathfind.js.map +0 -1
  866. package/dist/npm/ledger/parse/payment-channel-claim.d.ts +0 -3
  867. package/dist/npm/ledger/parse/payment-channel-claim.d.ts.map +0 -1
  868. package/dist/npm/ledger/parse/payment-channel-claim.js +0 -42
  869. package/dist/npm/ledger/parse/payment-channel-claim.js.map +0 -1
  870. package/dist/npm/ledger/parse/payment-channel-create.d.ts +0 -3
  871. package/dist/npm/ledger/parse/payment-channel-create.d.ts.map +0 -1
  872. package/dist/npm/ledger/parse/payment-channel-create.js +0 -42
  873. package/dist/npm/ledger/parse/payment-channel-create.js.map +0 -1
  874. package/dist/npm/ledger/parse/payment-channel-fund.d.ts +0 -3
  875. package/dist/npm/ledger/parse/payment-channel-fund.d.ts.map +0 -1
  876. package/dist/npm/ledger/parse/payment-channel-fund.js +0 -38
  877. package/dist/npm/ledger/parse/payment-channel-fund.js.map +0 -1
  878. package/dist/npm/ledger/parse/payment-channel.d.ts +0 -17
  879. package/dist/npm/ledger/parse/payment-channel.d.ts.map +0 -1
  880. package/dist/npm/ledger/parse/payment-channel.js +0 -23
  881. package/dist/npm/ledger/parse/payment-channel.js.map +0 -1
  882. package/dist/npm/ledger/parse/payment.d.ts +0 -3
  883. package/dist/npm/ledger/parse/payment.d.ts.map +0 -1
  884. package/dist/npm/ledger/parse/payment.js +0 -64
  885. package/dist/npm/ledger/parse/payment.js.map +0 -1
  886. package/dist/npm/ledger/parse/settings.d.ts +0 -3
  887. package/dist/npm/ledger/parse/settings.d.ts.map +0 -1
  888. package/dist/npm/ledger/parse/settings.js +0 -74
  889. package/dist/npm/ledger/parse/settings.js.map +0 -1
  890. package/dist/npm/ledger/parse/ticket-create.d.ts +0 -3
  891. package/dist/npm/ledger/parse/ticket-create.d.ts.map +0 -1
  892. package/dist/npm/ledger/parse/ticket-create.js +0 -31
  893. package/dist/npm/ledger/parse/ticket-create.js.map +0 -1
  894. package/dist/npm/ledger/parse/transaction.d.ts +0 -3
  895. package/dist/npm/ledger/parse/transaction.d.ts.map +0 -1
  896. package/dist/npm/ledger/parse/transaction.js +0 -98
  897. package/dist/npm/ledger/parse/transaction.js.map +0 -1
  898. package/dist/npm/ledger/parse/trustline.d.ts +0 -3
  899. package/dist/npm/ledger/parse/trustline.d.ts.map +0 -1
  900. package/dist/npm/ledger/parse/trustline.js +0 -50
  901. package/dist/npm/ledger/parse/trustline.js.map +0 -1
  902. package/dist/npm/ledger/parse/utils.d.ts +0 -10
  903. package/dist/npm/ledger/parse/utils.d.ts.map +0 -1
  904. package/dist/npm/ledger/parse/utils.js +0 -137
  905. package/dist/npm/ledger/parse/utils.js.map +0 -1
  906. package/dist/npm/ledger/pathfind-types.d.ts +0 -60
  907. package/dist/npm/ledger/pathfind-types.d.ts.map +0 -1
  908. package/dist/npm/ledger/pathfind-types.js +0 -3
  909. package/dist/npm/ledger/pathfind-types.js.map +0 -1
  910. package/dist/npm/ledger/pathfind.d.ts +0 -5
  911. package/dist/npm/ledger/pathfind.d.ts.map +0 -1
  912. package/dist/npm/ledger/pathfind.js +0 -141
  913. package/dist/npm/ledger/pathfind.js.map +0 -1
  914. package/dist/npm/ledger/payment-channel.d.ts +0 -5
  915. package/dist/npm/ledger/payment-channel.d.ts.map +0 -1
  916. package/dist/npm/ledger/payment-channel.js +0 -34
  917. package/dist/npm/ledger/payment-channel.js.map +0 -1
  918. package/dist/npm/ledger/settings.d.ts +0 -11
  919. package/dist/npm/ledger/settings.d.ts.map +0 -1
  920. package/dist/npm/ledger/settings.js +0 -73
  921. package/dist/npm/ledger/settings.js.map +0 -1
  922. package/dist/npm/ledger/transaction-types.d.ts +0 -1
  923. package/dist/npm/ledger/transaction-types.d.ts.map +0 -1
  924. package/dist/npm/ledger/transaction-types.js +0 -2
  925. package/dist/npm/ledger/transaction-types.js.map +0 -1
  926. package/dist/npm/ledger/transaction.d.ts +0 -10
  927. package/dist/npm/ledger/transaction.d.ts.map +0 -1
  928. package/dist/npm/ledger/transaction.js +0 -127
  929. package/dist/npm/ledger/transaction.js.map +0 -1
  930. package/dist/npm/ledger/transactions.d.ts +0 -20
  931. package/dist/npm/ledger/transactions.d.ts.map +0 -1
  932. package/dist/npm/ledger/transactions.js +0 -157
  933. package/dist/npm/ledger/transactions.js.map +0 -1
  934. package/dist/npm/ledger/trustlines.d.ts +0 -11
  935. package/dist/npm/ledger/trustlines.d.ts.map +0 -1
  936. package/dist/npm/ledger/trustlines.js +0 -57
  937. package/dist/npm/ledger/trustlines.js.map +0 -1
  938. package/dist/npm/ledger/utils.d.ts +0 -33
  939. package/dist/npm/ledger/utils.d.ts.map +0 -1
  940. package/dist/npm/ledger/utils.js +0 -107
  941. package/dist/npm/ledger/utils.js.map +0 -1
  942. package/dist/npm/offline/derive.d.ts +0 -8
  943. package/dist/npm/offline/derive.d.ts.map +0 -1
  944. package/dist/npm/offline/derive.js +0 -13
  945. package/dist/npm/offline/derive.js.map +0 -1
  946. package/dist/npm/offline/generate-address.d.ts +0 -15
  947. package/dist/npm/offline/generate-address.d.ts.map +0 -1
  948. package/dist/npm/offline/generate-address.js +0 -37
  949. package/dist/npm/offline/generate-address.js.map +0 -1
  950. package/dist/npm/offline/ledgerhash.d.ts +0 -6
  951. package/dist/npm/offline/ledgerhash.d.ts.map +0 -1
  952. package/dist/npm/offline/ledgerhash.js +0 -106
  953. package/dist/npm/offline/ledgerhash.js.map +0 -1
  954. package/dist/npm/offline/sign-payment-channel-claim.d.ts +0 -3
  955. package/dist/npm/offline/sign-payment-channel-claim.d.ts.map +0 -1
  956. package/dist/npm/offline/sign-payment-channel-claim.js +0 -38
  957. package/dist/npm/offline/sign-payment-channel-claim.js.map +0 -1
  958. package/dist/npm/offline/verify-payment-channel-claim.d.ts +0 -3
  959. package/dist/npm/offline/verify-payment-channel-claim.d.ts.map +0 -1
  960. package/dist/npm/offline/verify-payment-channel-claim.js +0 -18
  961. package/dist/npm/offline/verify-payment-channel-claim.js.map +0 -1
  962. package/dist/npm/server/server.d.ts +0 -8
  963. package/dist/npm/server/server.d.ts.map +0 -1
  964. package/dist/npm/server/server.js +0 -66
  965. package/dist/npm/server/server.js.map +0 -1
  966. package/dist/npm/transaction/check-cancel.d.ts +0 -8
  967. package/dist/npm/transaction/check-cancel.d.ts.map +0 -1
  968. package/dist/npm/transaction/check-cancel.js +0 -24
  969. package/dist/npm/transaction/check-cancel.js.map +0 -1
  970. package/dist/npm/transaction/check-cash.d.ts +0 -11
  971. package/dist/npm/transaction/check-cash.d.ts.map +0 -1
  972. package/dist/npm/transaction/check-cash.js +0 -55
  973. package/dist/npm/transaction/check-cash.js.map +0 -1
  974. package/dist/npm/transaction/check-create.d.ts +0 -13
  975. package/dist/npm/transaction/check-create.d.ts.map +0 -1
  976. package/dist/npm/transaction/check-create.js +0 -54
  977. package/dist/npm/transaction/check-create.js.map +0 -1
  978. package/dist/npm/transaction/combine.d.ts +0 -3
  979. package/dist/npm/transaction/combine.d.ts.map +0 -1
  980. package/dist/npm/transaction/combine.js +0 -54
  981. package/dist/npm/transaction/combine.js.map +0 -1
  982. package/dist/npm/transaction/escrow-cancellation.d.ts +0 -11
  983. package/dist/npm/transaction/escrow-cancellation.d.ts.map +0 -1
  984. package/dist/npm/transaction/escrow-cancellation.js +0 -46
  985. package/dist/npm/transaction/escrow-cancellation.js.map +0 -1
  986. package/dist/npm/transaction/escrow-creation.d.ts +0 -16
  987. package/dist/npm/transaction/escrow-creation.d.ts.map +0 -1
  988. package/dist/npm/transaction/escrow-creation.js +0 -69
  989. package/dist/npm/transaction/escrow-creation.js.map +0 -1
  990. package/dist/npm/transaction/escrow-execution.d.ts +0 -13
  991. package/dist/npm/transaction/escrow-execution.d.ts.map +0 -1
  992. package/dist/npm/transaction/escrow-execution.js +0 -58
  993. package/dist/npm/transaction/escrow-execution.js.map +0 -1
  994. package/dist/npm/transaction/order.d.ts +0 -6
  995. package/dist/npm/transaction/order.d.ts.map +0 -1
  996. package/dist/npm/transaction/order.js +0 -69
  997. package/dist/npm/transaction/order.js.map +0 -1
  998. package/dist/npm/transaction/ordercancellation.d.ts +0 -5
  999. package/dist/npm/transaction/ordercancellation.d.ts.map +0 -1
  1000. package/dist/npm/transaction/ordercancellation.js +0 -50
  1001. package/dist/npm/transaction/ordercancellation.js.map +0 -1
  1002. package/dist/npm/transaction/payment-channel-claim.d.ts +0 -14
  1003. package/dist/npm/transaction/payment-channel-claim.d.ts.map +0 -1
  1004. package/dist/npm/transaction/payment-channel-claim.js +0 -76
  1005. package/dist/npm/transaction/payment-channel-claim.js.map +0 -1
  1006. package/dist/npm/transaction/payment-channel-create.d.ts +0 -14
  1007. package/dist/npm/transaction/payment-channel-create.d.ts.map +0 -1
  1008. package/dist/npm/transaction/payment-channel-create.js +0 -59
  1009. package/dist/npm/transaction/payment-channel-create.js.map +0 -1
  1010. package/dist/npm/transaction/payment-channel-fund.d.ts +0 -10
  1011. package/dist/npm/transaction/payment-channel-fund.d.ts.map +0 -1
  1012. package/dist/npm/transaction/payment-channel-fund.js +0 -51
  1013. package/dist/npm/transaction/payment-channel-fund.js.map +0 -1
  1014. package/dist/npm/transaction/payment.d.ts +0 -16
  1015. package/dist/npm/transaction/payment.d.ts.map +0 -1
  1016. package/dist/npm/transaction/payment.js +0 -164
  1017. package/dist/npm/transaction/payment.js.map +0 -1
  1018. package/dist/npm/transaction/settings.d.ts +0 -6
  1019. package/dist/npm/transaction/settings.d.ts.map +0 -1
  1020. package/dist/npm/transaction/settings.js +0 -130
  1021. package/dist/npm/transaction/settings.js.map +0 -1
  1022. package/dist/npm/transaction/sign.d.ts +0 -8
  1023. package/dist/npm/transaction/sign.d.ts.map +0 -1
  1024. package/dist/npm/transaction/sign.js +0 -159
  1025. package/dist/npm/transaction/sign.js.map +0 -1
  1026. package/dist/npm/transaction/submit.d.ts +0 -8
  1027. package/dist/npm/transaction/submit.d.ts.map +0 -1
  1028. package/dist/npm/transaction/submit.js +0 -60
  1029. package/dist/npm/transaction/submit.js.map +0 -1
  1030. package/dist/npm/transaction/ticket.d.ts +0 -9
  1031. package/dist/npm/transaction/ticket.d.ts.map +0 -1
  1032. package/dist/npm/transaction/ticket.js +0 -46
  1033. package/dist/npm/transaction/ticket.js.map +0 -1
  1034. package/dist/npm/transaction/trustline.d.ts +0 -6
  1035. package/dist/npm/transaction/trustline.d.ts.map +0 -1
  1036. package/dist/npm/transaction/trustline.js +0 -82
  1037. package/dist/npm/transaction/trustline.js.map +0 -1
  1038. package/dist/npm/transaction/types.d.ts +0 -138
  1039. package/dist/npm/transaction/types.d.ts.map +0 -1
  1040. package/dist/npm/transaction/types.js +0 -3
  1041. package/dist/npm/transaction/types.js.map +0 -1
  1042. package/dist/npm/transaction/utils.d.ts +0 -22
  1043. package/dist/npm/transaction/utils.d.ts.map +0 -1
  1044. package/dist/npm/transaction/utils.js +0 -269
  1045. package/dist/npm/transaction/utils.js.map +0 -1
  1046. package/dist/npm/tsconfig.tsbuildinfo +0 -3373
@@ -1,18 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "prepareEscrowCancellationParameters",
4
- "type": "object",
5
- "properties": {
6
- "address": {
7
- "$ref": "address",
8
- "description": "The address of the account that is creating the transaction."
9
- },
10
- "escrowCancellation": {
11
- "$ref": "escrowCancellation",
12
- "description": "The specification of the escrow cancellation to prepare."
13
- },
14
- "instructions": {"$ref": "instructions"}
15
- },
16
- "additionalProperties": false,
17
- "required": ["address", "escrowCancellation"]
18
- }
@@ -1,18 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "prepareEscrowCreationParameters",
4
- "type": "object",
5
- "properties": {
6
- "address": {
7
- "$ref": "address",
8
- "description": "The address of the account that is creating the transaction."
9
- },
10
- "escrowCreation": {
11
- "$ref": "escrowCreation",
12
- "description": "The specification of the escrow creation to prepare."
13
- },
14
- "instructions": {"$ref": "instructions"}
15
- },
16
- "additionalProperties": false,
17
- "required": ["address", "escrowCreation"]
18
- }
@@ -1,18 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "prepareEscrowExecutionParameters",
4
- "type": "object",
5
- "properties": {
6
- "address": {
7
- "$ref": "address",
8
- "description": "The address of the account that is creating the transaction."
9
- },
10
- "escrowExecution": {
11
- "$ref": "escrowExecution",
12
- "description": "The specification of the escrow execution to prepare."
13
- },
14
- "instructions": {"$ref": "instructions"}
15
- },
16
- "additionalProperties": false,
17
- "required": ["address", "escrowExecution"]
18
- }
@@ -1,18 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "prepareOrderCancellationParameters",
4
- "type": "object",
5
- "properties": {
6
- "address": {
7
- "$ref": "address",
8
- "description": "The address of the account that is creating the transaction."
9
- },
10
- "orderCancellation": {
11
- "$ref": "orderCancellation",
12
- "description": "The specification of the order cancellation to prepare."
13
- },
14
- "instructions": {"$ref": "instructions"}
15
- },
16
- "additionalProperties": false,
17
- "required": ["address", "orderCancellation"]
18
- }
@@ -1,18 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "prepareOrderParameters",
4
- "type": "object",
5
- "properties": {
6
- "address": {
7
- "$ref": "address",
8
- "description": "The address of the account that is creating the transaction."
9
- },
10
- "order": {
11
- "$ref": "order",
12
- "description": "The specification of the order to prepare."
13
- },
14
- "instructions": {"$ref": "instructions"}
15
- },
16
- "additionalProperties": false,
17
- "required": ["address", "order"]
18
- }
@@ -1,18 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "preparePaymentChannelClaimParameters",
4
- "type": "object",
5
- "properties": {
6
- "address": {
7
- "$ref": "address",
8
- "description": "The address of the account that is creating the transaction."
9
- },
10
- "paymentChannelClaim": {
11
- "$ref": "paymentChannelClaim",
12
- "description": "Details of the channel and claim."
13
- },
14
- "instructions": {"$ref": "instructions"}
15
- },
16
- "additionalProperties": false,
17
- "required": ["address", "paymentChannelClaim"]
18
- }
@@ -1,18 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "preparePaymentChannelCreateParameters",
4
- "type": "object",
5
- "properties": {
6
- "address": {
7
- "$ref": "address",
8
- "description": "The address of the account that is creating the transaction."
9
- },
10
- "paymentChannelCreate": {
11
- "$ref": "paymentChannelCreate",
12
- "description": "The specification of the payment channel to create."
13
- },
14
- "instructions": {"$ref": "instructions"}
15
- },
16
- "additionalProperties": false,
17
- "required": ["address", "paymentChannelCreate"]
18
- }
@@ -1,18 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "preparePaymentChannelFundParameters",
4
- "type": "object",
5
- "properties": {
6
- "address": {
7
- "$ref": "address",
8
- "description": "The address of the account that is creating the transaction."
9
- },
10
- "paymentChannelFund": {
11
- "$ref": "paymentChannelFund",
12
- "description": "The channel to fund, and the details of how to fund it."
13
- },
14
- "instructions": {"$ref": "instructions"}
15
- },
16
- "additionalProperties": false,
17
- "required": ["address", "paymentChannelFund"]
18
- }
@@ -1,18 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "preparePaymentParameters",
4
- "type": "object",
5
- "properties": {
6
- "address": {
7
- "$ref": "address",
8
- "description": "The address of the account that is creating the transaction."
9
- },
10
- "payment": {
11
- "$ref": "payment",
12
- "description": "The specification of the payment to prepare."
13
- },
14
- "instructions": {"$ref": "instructions"}
15
- },
16
- "additionalProperties": false,
17
- "required": ["address", "payment"]
18
- }
@@ -1,18 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "prepareSettingsParameters",
4
- "type": "object",
5
- "properties": {
6
- "address": {
7
- "$ref": "address",
8
- "description": "The address of the account that is creating the transaction."
9
- },
10
- "settings": {
11
- "$ref": "settings",
12
- "description": "The specification of the settings to prepare."
13
- },
14
- "instructions": {"$ref": "instructions"}
15
- },
16
- "additionalProperties": false,
17
- "required": ["address", "settings"]
18
- }
@@ -1,18 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "prepareTicketParameters",
4
- "type": "object",
5
- "properties": {
6
- "address": {
7
- "$ref": "address",
8
- "description": "The address of the account that is creating the transaction."
9
- },
10
- "ticketCount": {
11
- "type": "number",
12
- "description": "The number of tickets to be created."
13
- },
14
- "instructions": {"$ref": "instructions"}
15
- },
16
- "additionalProperties": false,
17
- "required": ["address", "ticketCount"]
18
- }
@@ -1,18 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "prepareTrustlineParameters",
4
- "type": "object",
5
- "properties": {
6
- "address": {
7
- "$ref": "address",
8
- "description": "The address of the account that is creating the transaction."
9
- },
10
- "trustline": {
11
- "$ref": "trustline",
12
- "description": "The specification of the trustline to prepare."
13
- },
14
- "instructions": {"$ref": "instructions"}
15
- },
16
- "additionalProperties": false,
17
- "required": ["address", "trustline"]
18
- }
@@ -1,21 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "signPaymentChannelClaimParameters",
4
- "type": "object",
5
- "properties": {
6
- "channel": {
7
- "$ref": "hash256",
8
- "description": "256-bit hexadecimal channel identifier."
9
- },
10
- "amount": {
11
- "$ref": "value",
12
- "description": "Amount of XRP authorized by the claim."
13
- },
14
- "privateKey": {
15
- "$ref": "publicKey",
16
- "description": "The private key to sign the payment channel claim."
17
- }
18
- },
19
- "additionalProperties": false,
20
- "required": ["channel", "amount", "privateKey"]
21
- }
@@ -1,55 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "signParameters",
4
- "type": "object",
5
- "properties": {
6
- "txJSON": {
7
- "type": "string",
8
- "description": "Transaction represented as a JSON string in rippled format."
9
- },
10
- "secret": {
11
- "type": "string",
12
- "format": "secret",
13
- "description": "The secret of the account that is initiating the transaction. (This field cannot be used with keypair)."
14
- },
15
- "keypair": {
16
- "type": "object",
17
- "properties": {
18
- "privateKey": {
19
- "type": "privateKey",
20
- "description": "The uppercase hexadecimal representation of the secp256k1 or Ed25519 private key."
21
- },
22
- "publicKey": {
23
- "type": "publicKey",
24
- "description": "The uppercase hexadecimal representation of the secp256k1 or Ed25519 public key."
25
- }
26
- },
27
- "description": "The private and public key of the account that is initiating the transaction. (This field cannot be used with secret).",
28
- "required": ["privateKey", "publicKey"],
29
- "additionalProperties": false
30
- },
31
- "options": {
32
- "type": "object",
33
- "description": "Options that control the type of signature that will be generated.",
34
- "properties": {
35
- "signAs": {
36
- "$ref": "address",
37
- "description": "The account that the signature should count for in multisigning."
38
- }
39
- },
40
- "additionalProperties": false
41
- }
42
- },
43
- "additionalProperties": false,
44
- "required": ["txJSON"],
45
- "oneOf": [
46
- {
47
- "required": ["secret"],
48
- "not": {"required": ["keypair"]}
49
- },
50
- {
51
- "required": ["keypair"],
52
- "not": {"required": ["secret"]}
53
- }
54
- ]
55
- }
@@ -1,17 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "submitParameters",
4
- "type": "object",
5
- "properties": {
6
- "signedTransaction": {
7
- "$ref": "blob",
8
- "description": "A signed transaction as returned by [sign](#sign)."
9
- },
10
- "failHard": {
11
- "type": "boolean",
12
- "description": "If `true`, and the transaction fails locally, do not retry or relay the transaction to other servers. Defaults to `false`."
13
- }
14
- },
15
- "additionalProperties": false,
16
- "required": ["signedTransaction"]
17
- }
@@ -1,25 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "verifyPaymentChannelClaimParameters",
4
- "type": "object",
5
- "properties": {
6
- "channel": {
7
- "$ref": "hash256",
8
- "description": "256-bit hexadecimal channel identifier."
9
- },
10
- "amount": {
11
- "$ref": "value",
12
- "description": "Amount of XRP authorized by the claim."
13
- },
14
- "signature": {
15
- "$ref": "signature",
16
- "description": "Signature of this claim."
17
- },
18
- "publicKey": {
19
- "$ref": "publicKey",
20
- "description": "Public key of the channel's sender"
21
- }
22
- },
23
- "additionalProperties": false,
24
- "required": ["channel", "amount", "signature", "publicKey"]
25
- }
@@ -1,12 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "address",
4
- "description": "An account address on the XRP Ledger",
5
- "type": "string",
6
- "format": "address",
7
- "link": "address",
8
- "oneOf": [
9
- {"$ref": "xAddress"},
10
- {"$ref": "classicAddress"}
11
- ]
12
- }
@@ -1,12 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "adjustment",
4
- "type": "object",
5
- "properties": {
6
- "address": {"$ref": "address"},
7
- "amount": {"$ref": "amount"},
8
- "tag": {"$ref": "tag"}
9
- },
10
- "required": ["address", "amount"],
11
- "additionalProperties": false
12
- }
@@ -1,10 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "amount",
4
- "link": "amount",
5
- "description": "An Amount on the XRP Ledger",
6
- "allOf": [
7
- {"$ref": "amountbase"},
8
- {"required": ["value"]}
9
- ]
10
- }
@@ -1,44 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "amountbase",
4
- "description": "Base class for amount and issue",
5
- "type": "object",
6
- "properties": {
7
- "value": {
8
- "description": "The quantity of the currency, denoted as a string to retain floating point precision",
9
- "$ref": "value"
10
- },
11
- "currency": {
12
- "description": "The three-character code or hexadecimal string used to denote currencies, or \"drops\" for the smallest unit of XRP.",
13
- "$ref": "currency"
14
- },
15
- "counterparty": {
16
- "description": "The XRP Ledger address of the account that owes or is owed the funds (omitted if `currency` is \"XRP\" or \"drops\")",
17
- "$ref": "address"
18
- }
19
- },
20
- "additionalProperties": false,
21
- "required": ["currency"],
22
- "oneOf": [
23
- {
24
- "properties": {
25
- "currency": {
26
- "not": {
27
- "enum": ["XRP", "drops"]
28
- }
29
- }
30
- },
31
- "required": ["counterparty"]
32
- },
33
- {
34
- "properties": {
35
- "currency": {
36
- "enum": ["XRP", "drops"]
37
- }
38
- },
39
- "not": {
40
- "required": ["counterparty"]
41
- }
42
- }
43
- ]
44
- }
@@ -1,45 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "balance",
4
- "description": "Balance amount",
5
- "link": "amount",
6
- "type": "object",
7
- "properties": {
8
- "value": {
9
- "description": "The balance on the trustline",
10
- "$ref": "signedValue"
11
- },
12
- "currency": {
13
- "description": "The three-character code or hexadecimal string used to denote currencies",
14
- "$ref": "currency"
15
- },
16
- "counterparty": {
17
- "description": "The XRP Ledger address of the account that owes or is owed the funds.",
18
- "$ref": "address"
19
- }
20
- },
21
- "additionalProperties": false,
22
- "required": ["currency", "value"],
23
- "oneOf": [
24
- {
25
- "properties": {
26
- "currency": {
27
- "not": {
28
- "enum": ["XRP"]
29
- }
30
- }
31
- },
32
- "required": ["counterparty"]
33
- },
34
- {
35
- "properties": {
36
- "currency": {
37
- "enum": ["XRP"]
38
- }
39
- },
40
- "not": {
41
- "required": ["counterparty"]
42
- }
43
- }
44
- ]
45
- }
@@ -1,8 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "blob",
4
- "description": "An uppercase hexadecimal string representation of a transaction",
5
- "type": "string",
6
- "minLength": 1,
7
- "pattern": "^[0-9A-F]*$"
8
- }
@@ -1,9 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "classicAddress",
4
- "description": "A classic address (Account ID) for the XRP Ledger",
5
- "type": "string",
6
- "format": "classicAddress",
7
- "link": "classic-address",
8
- "pattern": "^r[1-9A-HJ-NP-Za-km-z]{24,34}$"
9
- }
@@ -1,8 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "currency",
4
- "description": "The three-character code or hexadecimal string used to denote currencies",
5
- "type": "string",
6
- "link": "currency",
7
- "pattern": "^([a-zA-Z0-9<>(){}[\\]|?!@#$%^&*]{3}|[A-F0-9]{40}|drops)$"
8
- }
@@ -1,15 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "destinationAddressTag",
4
- "description": "A destination address and optional tag, with no amount included. When parsing an incoming transaction, the original specification's amount is hidden to prevent misinterpretation. For the amount that the transaction delivered, see `outcome.deliveredAmount`.",
5
- "type": "object",
6
- "properties": {
7
- "address": {
8
- "$ref": "address",
9
- "description": "An address representing the destination of the transaction."
10
- },
11
- "tag": {"$ref": "tag"}
12
- },
13
- "required": ["address"],
14
- "additionalProperties": false
15
- }
@@ -1,9 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "destinationAdjustment",
4
- "type": "object",
5
- "oneOf": [
6
- {"$ref": "destinationExactAdjustment"},
7
- {"$ref": "minAdjustment"}
8
- ]
9
- }
@@ -1,18 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "destinationExactAdjustment",
4
- "type": "object",
5
- "properties": {
6
- "address": {
7
- "$ref": "address",
8
- "description": "An address representing the destination of the transaction."
9
- },
10
- "amount": {
11
- "$ref": "laxAmount",
12
- "description": "An exact amount to deliver to the recipient. If the counterparty is not specified, amounts with any counterparty may be used. (This field cannot be used with `destination.minAmount`.)"
13
- },
14
- "tag": {"$ref": "tag"}
15
- },
16
- "required": ["address", "amount"],
17
- "additionalProperties": false
18
- }
@@ -1,7 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "hash128",
4
- "description": "The hexadecimal representation of a 128-bit hash",
5
- "type": "string",
6
- "pattern": "^[A-F0-9]{32}$"
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "hash256",
4
- "description": "The hexadecimal representation of a 256-bit hash",
5
- "type": "string",
6
- "pattern": "^[A-F0-9]{64}$"
7
- }
@@ -1,59 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "instructions",
4
- "link": "transaction-instructions",
5
- "description": "Instructions for executing the transaction",
6
- "type": "object",
7
- "properties": {
8
- "sequence": {
9
- "description": "The initiating account's sequence number for this transaction. `sequence` and `ticketSequence` are mutually exclusive, only one of them can be set.",
10
- "$ref": "sequence"
11
- },
12
- "ticketSequence": {
13
- "description": "The ticket sequence to be used for this transaction. `sequence` and `ticketSequence` are mutually exclusive, only one of them can be set.",
14
- "$ref": "ticket-sequence"
15
- },
16
- "fee": {
17
- "description": "An exact fee to pay for the transaction, before multiplying for multi-signed transactions. See [Transaction Fees](#transaction-fees) for more information.",
18
- "$ref": "value"
19
- },
20
- "maxFee": {
21
- "description": "Deprecated: Use `maxFeeXRP` in the RippleAPI constructor instead. The maximum fee to pay for this transaction. If this exceeds `maxFeeXRP`, `maxFeeXRP` will be used instead. See [Transaction Fees](#transaction-fees) for more information.",
22
- "$ref": "value"
23
- },
24
- "maxLedgerVersion": {
25
- "description": "The highest ledger version that the transaction can be included in. If this option and `maxLedgerVersionOffset` are both omitted, the `maxLedgerVersion` option will default to 3 greater than the current validated ledger version (equivalent to `maxLedgerVersionOffset=3`). Use `null` to not set a maximum ledger version. If not null, this must be an integer greater than 0, or one of the following strings: 'validated', 'closed', 'current'.",
26
- "oneOf": [
27
- {"$ref": "ledgerVersion"},
28
- {"type": "null"}
29
- ]
30
- },
31
- "maxLedgerVersionOffset": {
32
- "description": "Offset from current validated ledger version to highest ledger version that the transaction can be included in.",
33
- "type": "integer",
34
- "minimum": 0
35
- },
36
- "signersCount": {
37
- "description": "Number of signers that will be signing this transaction.",
38
- "type": "integer",
39
- "minimum": 1
40
- }
41
- },
42
- "additionalProperties": false,
43
- "not": {
44
- "anyOf": [
45
- {
46
- "description": "fee and maxFee are mutually exclusive",
47
- "required": ["fee", "maxFee"]
48
- },
49
- {
50
- "description": "maxLedgerVersion and maxLedgerVersionOffset are mutually exclusive",
51
- "required": ["maxLedgerVersion", "maxLedgerVersionOffset"]
52
- },
53
- {
54
- "description": "sequence and ticketSequence are mutually exclusive",
55
- "required": ["sequence", "ticketSequence"]
56
- }
57
- ]
58
- }
59
- }
@@ -1,9 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-04/schema#",
3
- "title": "issue",
4
- "description": "A currency-counterparty pair, or just currency if it's XRP",
5
- "allOf": [
6
- {"$ref": "amountbase"},
7
- {"not": {"required": ["value"]}}
8
- ]
9
- }