@bsv/wallet-toolbox 1.4.5 → 1.4.6

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 (237) hide show
  1. package/mobile/out/src/CWIStyleWalletManager.js +1 -1
  2. package/mobile/out/src/CWIStyleWalletManager.js.map +1 -1
  3. package/mobile/out/src/WalletPermissionsManager.js +0 -1
  4. package/mobile/out/src/WalletPermissionsManager.js.map +1 -1
  5. package/mobile/package-lock.json +2 -2
  6. package/mobile/package.json +1 -1
  7. package/out/src/__tests/CWIStyleWalletManager.test.js +2 -2
  8. package/out/src/__tests/CWIStyleWalletManager.test.js.map +1 -1
  9. package/out/src/storage/__test/adminStats.man.test.js +1 -0
  10. package/out/src/storage/__test/adminStats.man.test.js.map +1 -1
  11. package/out/test/wallet/action/abortAction.test.d.ts.map +1 -0
  12. package/out/test/{Wallet → wallet}/action/abortAction.test.js.map +1 -1
  13. package/out/test/wallet/action/createAction.test.d.ts.map +1 -0
  14. package/out/test/{Wallet → wallet}/action/createAction.test.js.map +1 -1
  15. package/out/test/{Wallet → wallet}/action/createAction2.test.d.ts.map +1 -1
  16. package/out/test/{Wallet → wallet}/action/createAction2.test.js.map +1 -1
  17. package/out/test/wallet/action/createActionToGenerateBeefs.man.test.d.ts.map +1 -0
  18. package/out/test/{Wallet → wallet}/action/createActionToGenerateBeefs.man.test.js.map +1 -1
  19. package/out/test/wallet/action/internalizeAction.test.d.ts.map +1 -0
  20. package/out/test/{Wallet → wallet}/action/internalizeAction.test.js.map +1 -1
  21. package/out/test/wallet/action/relinquishOutput.test.d.ts.map +1 -0
  22. package/out/test/{Wallet → wallet}/action/relinquishOutput.test.js.map +1 -1
  23. package/out/test/wallet/construct/Wallet.constructor.test.d.ts.map +1 -0
  24. package/out/test/{Wallet → wallet}/construct/Wallet.constructor.test.js.map +1 -1
  25. package/out/test/wallet/list/listActions.test.d.ts.map +1 -0
  26. package/out/test/{Wallet → wallet}/list/listActions.test.js.map +1 -1
  27. package/out/test/wallet/list/listActions2.test.d.ts.map +1 -0
  28. package/out/test/{Wallet → wallet}/list/listActions2.test.js.map +1 -1
  29. package/out/test/wallet/list/listCertificates.test.d.ts.map +1 -0
  30. package/out/test/{Wallet → wallet}/list/listCertificates.test.js.map +1 -1
  31. package/out/test/wallet/list/listOutputs.test.d.ts.map +1 -0
  32. package/out/test/{Wallet → wallet}/list/listOutputs.test.js.map +1 -1
  33. package/out/test/wallet/sync/Wallet.sync.test.d.ts.map +1 -0
  34. package/out/test/{Wallet → wallet}/sync/Wallet.sync.test.js.map +1 -1
  35. package/out/tsconfig.all.tsbuildinfo +1 -1
  36. package/package.json +1 -1
  37. package/src/__tests/CWIStyleWalletManager.test.ts +2 -2
  38. package/src/storage/__test/adminStats.man.test.ts +1 -0
  39. package/out/src/sdk/CertOps.d.ts +0 -66
  40. package/out/src/sdk/CertOps.d.ts.map +0 -1
  41. package/out/src/sdk/CertOps.js +0 -198
  42. package/out/src/sdk/CertOps.js.map +0 -1
  43. package/out/src/sdk/StorageSyncReader.d.ts +0 -121
  44. package/out/src/sdk/StorageSyncReader.d.ts.map +0 -1
  45. package/out/src/sdk/StorageSyncReader.js +0 -3
  46. package/out/src/sdk/StorageSyncReader.js.map +0 -1
  47. package/out/src/sdk/StorageSyncReaderWriter.d.ts +0 -89
  48. package/out/src/sdk/StorageSyncReaderWriter.d.ts.map +0 -1
  49. package/out/src/sdk/StorageSyncReaderWriter.js +0 -3
  50. package/out/src/sdk/StorageSyncReaderWriter.js.map +0 -1
  51. package/out/src/services/__tests/ARC.test.d.ts +0 -2
  52. package/out/src/services/__tests/ARC.test.d.ts.map +0 -1
  53. package/out/src/services/__tests/ARC.test.js +0 -104
  54. package/out/src/services/__tests/ARC.test.js.map +0 -1
  55. package/out/src/services/chaintracker/chaintracks/BlockHeaderApi.d.ts +0 -98
  56. package/out/src/services/chaintracker/chaintracks/BlockHeaderApi.d.ts.map +0 -1
  57. package/out/src/services/chaintracker/chaintracks/BlockHeaderApi.js +0 -38
  58. package/out/src/services/chaintracker/chaintracks/BlockHeaderApi.js.map +0 -1
  59. package/out/src/storage/methods/listActions.d.ts +0 -5
  60. package/out/src/storage/methods/listActions.d.ts.map +0 -1
  61. package/out/src/storage/methods/listActions.js +0 -228
  62. package/out/src/storage/methods/listActions.js.map +0 -1
  63. package/out/src/storage/methods/listOutputs.d.ts +0 -5
  64. package/out/src/storage/methods/listOutputs.d.ts.map +0 -1
  65. package/out/src/storage/methods/listOutputs.js +0 -295
  66. package/out/src/storage/methods/listOutputs.js.map +0 -1
  67. package/out/src/storage/schema/entities/Certificate.d.ts +0 -43
  68. package/out/src/storage/schema/entities/Certificate.d.ts.map +0 -1
  69. package/out/src/storage/schema/entities/Certificate.js +0 -162
  70. package/out/src/storage/schema/entities/Certificate.js.map +0 -1
  71. package/out/src/storage/schema/entities/CertificateField.d.ts +0 -32
  72. package/out/src/storage/schema/entities/CertificateField.d.ts.map +0 -1
  73. package/out/src/storage/schema/entities/CertificateField.js +0 -114
  74. package/out/src/storage/schema/entities/CertificateField.js.map +0 -1
  75. package/out/src/storage/schema/entities/Commission.d.ts +0 -37
  76. package/out/src/storage/schema/entities/Commission.d.ts.map +0 -1
  77. package/out/src/storage/schema/entities/Commission.js +0 -130
  78. package/out/src/storage/schema/entities/Commission.js.map +0 -1
  79. package/out/src/storage/schema/entities/Output.d.ts +0 -67
  80. package/out/src/storage/schema/entities/Output.d.ts.map +0 -1
  81. package/out/src/storage/schema/entities/Output.js +0 -281
  82. package/out/src/storage/schema/entities/Output.js.map +0 -1
  83. package/out/src/storage/schema/entities/OutputBasket.d.ts +0 -35
  84. package/out/src/storage/schema/entities/OutputBasket.d.ts.map +0 -1
  85. package/out/src/storage/schema/entities/OutputBasket.js +0 -133
  86. package/out/src/storage/schema/entities/OutputBasket.js.map +0 -1
  87. package/out/src/storage/schema/entities/OutputTag.d.ts +0 -31
  88. package/out/src/storage/schema/entities/OutputTag.d.ts.map +0 -1
  89. package/out/src/storage/schema/entities/OutputTag.js +0 -104
  90. package/out/src/storage/schema/entities/OutputTag.js.map +0 -1
  91. package/out/src/storage/schema/entities/OutputTagMap.d.ts +0 -28
  92. package/out/src/storage/schema/entities/OutputTagMap.d.ts.map +0 -1
  93. package/out/src/storage/schema/entities/OutputTagMap.js +0 -101
  94. package/out/src/storage/schema/entities/OutputTagMap.js.map +0 -1
  95. package/out/src/storage/schema/entities/ProvenTx.d.ts +0 -84
  96. package/out/src/storage/schema/entities/ProvenTx.d.ts.map +0 -1
  97. package/out/src/storage/schema/entities/ProvenTx.js +0 -286
  98. package/out/src/storage/schema/entities/ProvenTx.js.map +0 -1
  99. package/out/src/storage/schema/entities/ProvenTxReq.d.ts +0 -135
  100. package/out/src/storage/schema/entities/ProvenTxReq.d.ts.map +0 -1
  101. package/out/src/storage/schema/entities/ProvenTxReq.js +0 -532
  102. package/out/src/storage/schema/entities/ProvenTxReq.js.map +0 -1
  103. package/out/src/storage/schema/entities/SyncState.d.ts +0 -66
  104. package/out/src/storage/schema/entities/SyncState.d.ts.map +0 -1
  105. package/out/src/storage/schema/entities/SyncState.js +0 -284
  106. package/out/src/storage/schema/entities/SyncState.js.map +0 -1
  107. package/out/src/storage/schema/entities/Transaction.d.ts +0 -67
  108. package/out/src/storage/schema/entities/Transaction.d.ts.map +0 -1
  109. package/out/src/storage/schema/entities/Transaction.js +0 -264
  110. package/out/src/storage/schema/entities/Transaction.js.map +0 -1
  111. package/out/src/storage/schema/entities/TxLabel.d.ts +0 -31
  112. package/out/src/storage/schema/entities/TxLabel.d.ts.map +0 -1
  113. package/out/src/storage/schema/entities/TxLabel.js +0 -104
  114. package/out/src/storage/schema/entities/TxLabel.js.map +0 -1
  115. package/out/src/storage/schema/entities/TxLabelMap.d.ts +0 -28
  116. package/out/src/storage/schema/entities/TxLabelMap.d.ts.map +0 -1
  117. package/out/src/storage/schema/entities/TxLabelMap.js +0 -103
  118. package/out/src/storage/schema/entities/TxLabelMap.js.map +0 -1
  119. package/out/src/storage/schema/entities/User.d.ts +0 -29
  120. package/out/src/storage/schema/entities/User.d.ts.map +0 -1
  121. package/out/src/storage/schema/entities/User.js +0 -100
  122. package/out/src/storage/schema/entities/User.js.map +0 -1
  123. package/out/src/storage/schema/tables/Certificate.d.ts +0 -20
  124. package/out/src/storage/schema/tables/Certificate.d.ts.map +0 -1
  125. package/out/src/storage/schema/tables/Certificate.js +0 -3
  126. package/out/src/storage/schema/tables/Certificate.js.map +0 -1
  127. package/out/src/storage/schema/tables/CertificateField.d.ts +0 -12
  128. package/out/src/storage/schema/tables/CertificateField.d.ts.map +0 -1
  129. package/out/src/storage/schema/tables/CertificateField.js +0 -3
  130. package/out/src/storage/schema/tables/CertificateField.js.map +0 -1
  131. package/out/src/storage/schema/tables/Commission.d.ts +0 -13
  132. package/out/src/storage/schema/tables/Commission.d.ts.map +0 -1
  133. package/out/src/storage/schema/tables/Commission.js +0 -3
  134. package/out/src/storage/schema/tables/Commission.js.map +0 -1
  135. package/out/src/storage/schema/tables/MonitorEvent.d.ts +0 -9
  136. package/out/src/storage/schema/tables/MonitorEvent.d.ts.map +0 -1
  137. package/out/src/storage/schema/tables/MonitorEvent.js +0 -3
  138. package/out/src/storage/schema/tables/MonitorEvent.js.map +0 -1
  139. package/out/src/storage/schema/tables/Output.d.ts +0 -36
  140. package/out/src/storage/schema/tables/Output.d.ts.map +0 -1
  141. package/out/src/storage/schema/tables/Output.js +0 -31
  142. package/out/src/storage/schema/tables/Output.js.map +0 -1
  143. package/out/src/storage/schema/tables/OutputBasket.d.ts +0 -12
  144. package/out/src/storage/schema/tables/OutputBasket.d.ts.map +0 -1
  145. package/out/src/storage/schema/tables/OutputBasket.js +0 -3
  146. package/out/src/storage/schema/tables/OutputBasket.js.map +0 -1
  147. package/out/src/storage/schema/tables/OutputTag.d.ts +0 -10
  148. package/out/src/storage/schema/tables/OutputTag.d.ts.map +0 -1
  149. package/out/src/storage/schema/tables/OutputTag.js +0 -3
  150. package/out/src/storage/schema/tables/OutputTag.js.map +0 -1
  151. package/out/src/storage/schema/tables/OutputTagMap.d.ts +0 -9
  152. package/out/src/storage/schema/tables/OutputTagMap.d.ts.map +0 -1
  153. package/out/src/storage/schema/tables/OutputTagMap.js +0 -3
  154. package/out/src/storage/schema/tables/OutputTagMap.js.map +0 -1
  155. package/out/src/storage/schema/tables/ProvenTx.d.ts +0 -14
  156. package/out/src/storage/schema/tables/ProvenTx.d.ts.map +0 -1
  157. package/out/src/storage/schema/tables/ProvenTx.js +0 -3
  158. package/out/src/storage/schema/tables/ProvenTx.js.map +0 -1
  159. package/out/src/storage/schema/tables/ProvenTxReq.d.ts +0 -64
  160. package/out/src/storage/schema/tables/ProvenTxReq.d.ts.map +0 -1
  161. package/out/src/storage/schema/tables/ProvenTxReq.js +0 -3
  162. package/out/src/storage/schema/tables/ProvenTxReq.js.map +0 -1
  163. package/out/src/storage/schema/tables/SyncState.d.ts +0 -18
  164. package/out/src/storage/schema/tables/SyncState.d.ts.map +0 -1
  165. package/out/src/storage/schema/tables/SyncState.js +0 -3
  166. package/out/src/storage/schema/tables/SyncState.js.map +0 -1
  167. package/out/src/storage/schema/tables/Transaction.d.ts +0 -37
  168. package/out/src/storage/schema/tables/Transaction.d.ts.map +0 -1
  169. package/out/src/storage/schema/tables/Transaction.js +0 -21
  170. package/out/src/storage/schema/tables/Transaction.js.map +0 -1
  171. package/out/src/storage/schema/tables/TxLabel.d.ts +0 -10
  172. package/out/src/storage/schema/tables/TxLabel.d.ts.map +0 -1
  173. package/out/src/storage/schema/tables/TxLabel.js +0 -3
  174. package/out/src/storage/schema/tables/TxLabel.js.map +0 -1
  175. package/out/src/storage/schema/tables/TxLabelMap.d.ts +0 -9
  176. package/out/src/storage/schema/tables/TxLabelMap.d.ts.map +0 -1
  177. package/out/src/storage/schema/tables/TxLabelMap.js +0 -3
  178. package/out/src/storage/schema/tables/TxLabelMap.js.map +0 -1
  179. package/out/src/storage/schema/tables/User.d.ts +0 -16
  180. package/out/src/storage/schema/tables/User.d.ts.map +0 -1
  181. package/out/src/storage/schema/tables/User.js +0 -3
  182. package/out/src/storage/schema/tables/User.js.map +0 -1
  183. package/out/test/Wallet/action/abortAction.test.d.ts.map +0 -1
  184. package/out/test/Wallet/action/createAction.test.d.ts.map +0 -1
  185. package/out/test/Wallet/action/createActionToGenerateBeefs.man.test.d.ts.map +0 -1
  186. package/out/test/Wallet/action/internalizeAction.test.d.ts.map +0 -1
  187. package/out/test/Wallet/action/relinquishOutput.test.d.ts.map +0 -1
  188. package/out/test/Wallet/construct/Wallet.constructor.test.d.ts.map +0 -1
  189. package/out/test/Wallet/list/listActions.test.d.ts.map +0 -1
  190. package/out/test/Wallet/list/listActions2.test.d.ts.map +0 -1
  191. package/out/test/Wallet/list/listCertificates.test.d.ts.map +0 -1
  192. package/out/test/Wallet/list/listOutputs.test.d.ts.map +0 -1
  193. package/out/test/Wallet/local/localWalletMethods.d.ts +0 -28
  194. package/out/test/Wallet/local/localWalletMethods.d.ts.map +0 -1
  195. package/out/test/Wallet/local/localWalletMethods.js +0 -281
  196. package/out/test/Wallet/local/localWalletMethods.js.map +0 -1
  197. package/out/test/Wallet/support/opers1.man.test.d.ts +0 -2
  198. package/out/test/Wallet/support/opers1.man.test.d.ts.map +0 -1
  199. package/out/test/Wallet/support/opers1.man.test.js +0 -202
  200. package/out/test/Wallet/support/opers1.man.test.js.map +0 -1
  201. package/out/test/Wallet/sync/Wallet.sync.test.d.ts.map +0 -1
  202. /package/out/test/{Wallet → wallet}/action/abortAction.test.d.ts +0 -0
  203. /package/out/test/{Wallet → wallet}/action/abortAction.test.js +0 -0
  204. /package/out/test/{Wallet → wallet}/action/createAction.test.d.ts +0 -0
  205. /package/out/test/{Wallet → wallet}/action/createAction.test.js +0 -0
  206. /package/out/test/{Wallet → wallet}/action/createAction2.test.d.ts +0 -0
  207. /package/out/test/{Wallet → wallet}/action/createAction2.test.js +0 -0
  208. /package/out/test/{Wallet → wallet}/action/createActionToGenerateBeefs.man.test.d.ts +0 -0
  209. /package/out/test/{Wallet → wallet}/action/createActionToGenerateBeefs.man.test.js +0 -0
  210. /package/out/test/{Wallet → wallet}/action/internalizeAction.test.d.ts +0 -0
  211. /package/out/test/{Wallet → wallet}/action/internalizeAction.test.js +0 -0
  212. /package/out/test/{Wallet → wallet}/action/relinquishOutput.test.d.ts +0 -0
  213. /package/out/test/{Wallet → wallet}/action/relinquishOutput.test.js +0 -0
  214. /package/out/test/{Wallet → wallet}/construct/Wallet.constructor.test.d.ts +0 -0
  215. /package/out/test/{Wallet → wallet}/construct/Wallet.constructor.test.js +0 -0
  216. /package/out/test/{Wallet → wallet}/list/listActions.test.d.ts +0 -0
  217. /package/out/test/{Wallet → wallet}/list/listActions.test.js +0 -0
  218. /package/out/test/{Wallet → wallet}/list/listActions2.test.d.ts +0 -0
  219. /package/out/test/{Wallet → wallet}/list/listActions2.test.js +0 -0
  220. /package/out/test/{Wallet → wallet}/list/listCertificates.test.d.ts +0 -0
  221. /package/out/test/{Wallet → wallet}/list/listCertificates.test.js +0 -0
  222. /package/out/test/{Wallet → wallet}/list/listOutputs.test.d.ts +0 -0
  223. /package/out/test/{Wallet → wallet}/list/listOutputs.test.js +0 -0
  224. /package/out/test/{Wallet → wallet}/sync/Wallet.sync.test.d.ts +0 -0
  225. /package/out/test/{Wallet → wallet}/sync/Wallet.sync.test.js +0 -0
  226. /package/test/{Wallet → wallet}/action/abortAction.test.ts +0 -0
  227. /package/test/{Wallet → wallet}/action/createAction.test.ts +0 -0
  228. /package/test/{Wallet → wallet}/action/createAction2.test.ts +0 -0
  229. /package/test/{Wallet → wallet}/action/createActionToGenerateBeefs.man.test.ts +0 -0
  230. /package/test/{Wallet → wallet}/action/internalizeAction.test.ts +0 -0
  231. /package/test/{Wallet → wallet}/action/relinquishOutput.test.ts +0 -0
  232. /package/test/{Wallet → wallet}/construct/Wallet.constructor.test.ts +0 -0
  233. /package/test/{Wallet → wallet}/list/listActions.test.ts +0 -0
  234. /package/test/{Wallet → wallet}/list/listActions2.test.ts +0 -0
  235. /package/test/{Wallet → wallet}/list/listCertificates.test.ts +0 -0
  236. /package/test/{Wallet → wallet}/list/listOutputs.test.ts +0 -0
  237. /package/test/{Wallet → wallet}/sync/Wallet.sync.test.ts +0 -0
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=OutputBasket.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OutputBasket.js","sourceRoot":"","sources":["../../../../../src/storage/schema/tables/OutputBasket.ts"],"names":[],"mappings":""}
@@ -1,10 +0,0 @@
1
- import { sdk } from '../../../index.client';
2
- export interface TableOutputTag extends sdk.EntityTimeStamp {
3
- created_at: Date;
4
- updated_at: Date;
5
- outputTagId: number;
6
- userId: number;
7
- tag: string;
8
- isDeleted: boolean;
9
- }
10
- //# sourceMappingURL=OutputTag.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OutputTag.d.ts","sourceRoot":"","sources":["../../../../../src/storage/schema/tables/OutputTag.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAA;AAE3C,MAAM,WAAW,cAAe,SAAQ,GAAG,CAAC,eAAe;IACzD,UAAU,EAAE,IAAI,CAAA;IAChB,UAAU,EAAE,IAAI,CAAA;IAChB,WAAW,EAAE,MAAM,CAAA;IACnB,MAAM,EAAE,MAAM,CAAA;IACd,GAAG,EAAE,MAAM,CAAA;IACX,SAAS,EAAE,OAAO,CAAA;CACnB"}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=OutputTag.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OutputTag.js","sourceRoot":"","sources":["../../../../../src/storage/schema/tables/OutputTag.ts"],"names":[],"mappings":""}
@@ -1,9 +0,0 @@
1
- import { sdk } from '../../../index.client';
2
- export interface TableOutputTagMap extends sdk.EntityTimeStamp {
3
- created_at: Date;
4
- updated_at: Date;
5
- outputTagId: number;
6
- outputId: number;
7
- isDeleted: boolean;
8
- }
9
- //# sourceMappingURL=OutputTagMap.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OutputTagMap.d.ts","sourceRoot":"","sources":["../../../../../src/storage/schema/tables/OutputTagMap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAA;AAE3C,MAAM,WAAW,iBAAkB,SAAQ,GAAG,CAAC,eAAe;IAC5D,UAAU,EAAE,IAAI,CAAA;IAChB,UAAU,EAAE,IAAI,CAAA;IAChB,WAAW,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,MAAM,CAAA;IAChB,SAAS,EAAE,OAAO,CAAA;CACnB"}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=OutputTagMap.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OutputTagMap.js","sourceRoot":"","sources":["../../../../../src/storage/schema/tables/OutputTagMap.ts"],"names":[],"mappings":""}
@@ -1,14 +0,0 @@
1
- import { sdk } from '../../../index.client';
2
- export interface TableProvenTx extends sdk.EntityTimeStamp {
3
- created_at: Date;
4
- updated_at: Date;
5
- provenTxId: number;
6
- txid: string;
7
- height: number;
8
- index: number;
9
- merklePath: number[];
10
- rawTx: number[];
11
- blockHash: string;
12
- merkleRoot: string;
13
- }
14
- //# sourceMappingURL=ProvenTx.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ProvenTx.d.ts","sourceRoot":"","sources":["../../../../../src/storage/schema/tables/ProvenTx.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAA;AAE3C,MAAM,WAAW,aAAc,SAAQ,GAAG,CAAC,eAAe;IACxD,UAAU,EAAE,IAAI,CAAA;IAChB,UAAU,EAAE,IAAI,CAAA;IAChB,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,MAAM,EAAE,CAAA;IACpB,KAAK,EAAE,MAAM,EAAE,CAAA;IACf,SAAS,EAAE,MAAM,CAAA;IACjB,UAAU,EAAE,MAAM,CAAA;CACnB"}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ProvenTx.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ProvenTx.js","sourceRoot":"","sources":["../../../../../src/storage/schema/tables/ProvenTx.ts"],"names":[],"mappings":""}
@@ -1,64 +0,0 @@
1
- import { sdk } from '../../../index.client';
2
- export interface TableProvenTxReq extends TableProvenTxReqDynamics {
3
- created_at: Date;
4
- updated_at: Date;
5
- provenTxReqId: number;
6
- provenTxId?: number;
7
- status: sdk.ProvenTxReqStatus;
8
- /**
9
- * Count of how many times a service has been asked about this txid
10
- */
11
- attempts: number;
12
- /**
13
- * Set to true when a terminal status has been set and notification has occurred.
14
- */
15
- notified: boolean;
16
- txid: string;
17
- /**
18
- * If valid, a unique string identifying a batch of transactions to be sent together for processing.
19
- */
20
- batch?: string;
21
- /**
22
- * JSON string of processing history.
23
- * Parses to `ProvenTxReqHistoryApi`.
24
- */
25
- history: string;
26
- /**
27
- * JSON string of data to drive notifications when this request completes.
28
- * Parses to `ProvenTxReqNotifyApi`.
29
- */
30
- notify: string;
31
- rawTx: number[];
32
- inputBEEF?: number[];
33
- }
34
- /**
35
- * Table properties that may change after initial record insertion.
36
- */
37
- export interface TableProvenTxReqDynamics extends sdk.EntityTimeStamp {
38
- updated_at: Date;
39
- provenTxId?: number;
40
- status: sdk.ProvenTxReqStatus;
41
- /**
42
- * Count of how many times a service has been asked about this txid
43
- */
44
- attempts: number;
45
- /**
46
- * Set to true when a terminal status has been set and notification has occurred.
47
- */
48
- notified: boolean;
49
- /**
50
- * If valid, a unique string identifying a batch of transactions to be sent together for processing.
51
- */
52
- batch?: string;
53
- /**
54
- * JSON string of processing history.
55
- * Parses to `ProvenTxReqHistoryApi`.
56
- */
57
- history: string;
58
- /**
59
- * JSON string of data to drive notifications when this request completes.
60
- * Parses to `ProvenTxReqNotifyApi`.
61
- */
62
- notify: string;
63
- }
64
- //# sourceMappingURL=ProvenTxReq.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ProvenTxReq.d.ts","sourceRoot":"","sources":["../../../../../src/storage/schema/tables/ProvenTxReq.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAA;AAE3C,MAAM,WAAW,gBAAiB,SAAQ,wBAAwB;IAChE,UAAU,EAAE,IAAI,CAAA;IAChB,UAAU,EAAE,IAAI,CAAA;IAChB,aAAa,EAAE,MAAM,CAAA;IACrB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,MAAM,EAAE,GAAG,CAAC,iBAAiB,CAAA;IAC7B;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAA;IAChB;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAA;IACjB,IAAI,EAAE,MAAM,CAAA;IACZ;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IACd;;;OAGG;IACH,OAAO,EAAE,MAAM,CAAA;IACf;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,EAAE,CAAA;IACf,SAAS,CAAC,EAAE,MAAM,EAAE,CAAA;CACrB;AAED;;GAEG;AACH,MAAM,WAAW,wBAAyB,SAAQ,GAAG,CAAC,eAAe;IACnE,UAAU,EAAE,IAAI,CAAA;IAChB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,MAAM,EAAE,GAAG,CAAC,iBAAiB,CAAA;IAC7B;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAA;IAChB;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAA;IACjB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IACd;;;OAGG;IACH,OAAO,EAAE,MAAM,CAAA;IACf;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAA;CACf"}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ProvenTxReq.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ProvenTxReq.js","sourceRoot":"","sources":["../../../../../src/storage/schema/tables/ProvenTxReq.ts"],"names":[],"mappings":""}
@@ -1,18 +0,0 @@
1
- import { sdk } from '../../../index.client';
2
- export interface TableSyncState extends sdk.EntityTimeStamp {
3
- created_at: Date;
4
- updated_at: Date;
5
- syncStateId: number;
6
- userId: number;
7
- storageIdentityKey: string;
8
- storageName: string;
9
- status: sdk.SyncStatus;
10
- init: boolean;
11
- refNum: string;
12
- syncMap: string;
13
- when?: Date;
14
- satoshis?: number;
15
- errorLocal?: string;
16
- errorOther?: string;
17
- }
18
- //# sourceMappingURL=SyncState.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SyncState.d.ts","sourceRoot":"","sources":["../../../../../src/storage/schema/tables/SyncState.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAA;AAE3C,MAAM,WAAW,cAAe,SAAQ,GAAG,CAAC,eAAe;IACzD,UAAU,EAAE,IAAI,CAAA;IAChB,UAAU,EAAE,IAAI,CAAA;IAChB,WAAW,EAAE,MAAM,CAAA;IACnB,MAAM,EAAE,MAAM,CAAA;IACd,kBAAkB,EAAE,MAAM,CAAA;IAC1B,WAAW,EAAE,MAAM,CAAA;IACnB,MAAM,EAAE,GAAG,CAAC,UAAU,CAAA;IACtB,IAAI,EAAE,OAAO,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,CAAC,EAAE,IAAI,CAAA;IACX,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB"}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=SyncState.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SyncState.js","sourceRoot":"","sources":["../../../../../src/storage/schema/tables/SyncState.ts"],"names":[],"mappings":""}
@@ -1,37 +0,0 @@
1
- import { Base64String } from '@bsv/sdk';
2
- import { sdk } from '../../../index.client';
3
- export interface TableTransaction extends sdk.EntityTimeStamp {
4
- created_at: Date;
5
- updated_at: Date;
6
- transactionId: number;
7
- userId: number;
8
- provenTxId?: number;
9
- status: sdk.TransactionStatus;
10
- /**
11
- * max length of 64, hex encoded
12
- */
13
- reference: Base64String;
14
- /**
15
- * true if transaction originated in this wallet, change returns to it.
16
- * false for a transaction created externally and handed in to this wallet.
17
- */
18
- isOutgoing: boolean;
19
- satoshis: number;
20
- description: string;
21
- /**
22
- * If not undefined, must match value in associated rawTransaction.
23
- */
24
- version?: number;
25
- /**
26
- * Optional. Default is zero.
27
- * When the transaction can be processed into a block:
28
- * >= 500,000,000 values are interpreted as minimum required unix time stamps in seconds
29
- * < 500,000,000 values are interpreted as minimum required block height
30
- */
31
- lockTime?: number;
32
- txid?: string;
33
- inputBEEF?: number[];
34
- rawTx?: number[];
35
- }
36
- export declare const transactionColumnsWithoutRawTx: string[];
37
- //# sourceMappingURL=Transaction.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Transaction.d.ts","sourceRoot":"","sources":["../../../../../src/storage/schema/tables/Transaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAA;AACvC,OAAO,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAA;AAE3C,MAAM,WAAW,gBAAiB,SAAQ,GAAG,CAAC,eAAe;IAC3D,UAAU,EAAE,IAAI,CAAA;IAChB,UAAU,EAAE,IAAI,CAAA;IAChB,aAAa,EAAE,MAAM,CAAA;IACrB,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,MAAM,EAAE,GAAG,CAAC,iBAAiB,CAAA;IAC7B;;OAEG;IACH,SAAS,EAAE,YAAY,CAAA;IACvB;;;OAGG;IACH,UAAU,EAAE,OAAO,CAAA;IACnB,QAAQ,EAAE,MAAM,CAAA;IAChB,WAAW,EAAE,MAAM,CAAA;IACnB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,EAAE,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,EAAE,CAAA;CACjB;AAED,eAAO,MAAM,8BAA8B,UAgB1C,CAAA"}
@@ -1,21 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.transactionColumnsWithoutRawTx = void 0;
4
- exports.transactionColumnsWithoutRawTx = [
5
- 'created_at',
6
- 'updated_at',
7
- 'transactionId',
8
- 'userId',
9
- 'provenTxId',
10
- 'status',
11
- 'reference',
12
- 'isOutgoing',
13
- 'satoshis',
14
- 'version',
15
- 'lockTime',
16
- 'description',
17
- 'txid'
18
- // 'inputBEEF',
19
- // 'rawTx',
20
- ];
21
- //# sourceMappingURL=Transaction.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Transaction.js","sourceRoot":"","sources":["../../../../../src/storage/schema/tables/Transaction.ts"],"names":[],"mappings":";;;AAqCa,QAAA,8BAA8B,GAAG;IAC5C,YAAY;IACZ,YAAY;IACZ,eAAe;IACf,QAAQ;IACR,YAAY;IACZ,QAAQ;IACR,WAAW;IACX,YAAY;IACZ,UAAU;IACV,SAAS;IACT,UAAU;IACV,aAAa;IACb,MAAM;IACN,iBAAiB;IACjB,aAAa;CACd,CAAA"}
@@ -1,10 +0,0 @@
1
- import { sdk } from '../../../index.client';
2
- export interface TableTxLabel extends sdk.EntityTimeStamp {
3
- created_at: Date;
4
- updated_at: Date;
5
- txLabelId: number;
6
- userId: number;
7
- label: string;
8
- isDeleted: boolean;
9
- }
10
- //# sourceMappingURL=TxLabel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TxLabel.d.ts","sourceRoot":"","sources":["../../../../../src/storage/schema/tables/TxLabel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAA;AAE3C,MAAM,WAAW,YAAa,SAAQ,GAAG,CAAC,eAAe;IACvD,UAAU,EAAE,IAAI,CAAA;IAChB,UAAU,EAAE,IAAI,CAAA;IAChB,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;IACb,SAAS,EAAE,OAAO,CAAA;CACnB"}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=TxLabel.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TxLabel.js","sourceRoot":"","sources":["../../../../../src/storage/schema/tables/TxLabel.ts"],"names":[],"mappings":""}
@@ -1,9 +0,0 @@
1
- import { sdk } from '../../../index.client';
2
- export interface TableTxLabelMap extends sdk.EntityTimeStamp {
3
- created_at: Date;
4
- updated_at: Date;
5
- txLabelId: number;
6
- transactionId: number;
7
- isDeleted: boolean;
8
- }
9
- //# sourceMappingURL=TxLabelMap.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TxLabelMap.d.ts","sourceRoot":"","sources":["../../../../../src/storage/schema/tables/TxLabelMap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAA;AAE3C,MAAM,WAAW,eAAgB,SAAQ,GAAG,CAAC,eAAe;IAC1D,UAAU,EAAE,IAAI,CAAA;IAChB,UAAU,EAAE,IAAI,CAAA;IAChB,SAAS,EAAE,MAAM,CAAA;IACjB,aAAa,EAAE,MAAM,CAAA;IACrB,SAAS,EAAE,OAAO,CAAA;CACnB"}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=TxLabelMap.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TxLabelMap.js","sourceRoot":"","sources":["../../../../../src/storage/schema/tables/TxLabelMap.ts"],"names":[],"mappings":""}
@@ -1,16 +0,0 @@
1
- import { sdk } from '../../../index.client';
2
- export interface TableUser extends sdk.EntityTimeStamp {
3
- created_at: Date;
4
- updated_at: Date;
5
- userId: number;
6
- /**
7
- * PubKeyHex uniquely identifying user.
8
- * Typically 66 hex digits.
9
- */
10
- identityKey: string;
11
- /**
12
- * The storageIdentityKey value of the active wallet storage.
13
- */
14
- activeStorage: string;
15
- }
16
- //# sourceMappingURL=User.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"User.d.ts","sourceRoot":"","sources":["../../../../../src/storage/schema/tables/User.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAA;AAE3C,MAAM,WAAW,SAAU,SAAQ,GAAG,CAAC,eAAe;IACpD,UAAU,EAAE,IAAI,CAAA;IAChB,UAAU,EAAE,IAAI,CAAA;IAChB,MAAM,EAAE,MAAM,CAAA;IACd;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAA;IACnB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAA;CACtB"}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=User.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"User.js","sourceRoot":"","sources":["../../../../../src/storage/schema/tables/User.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"abortAction.test.d.ts","sourceRoot":"","sources":["../../../../test/Wallet/action/abortAction.test.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"createAction.test.d.ts","sourceRoot":"","sources":["../../../../test/Wallet/action/createAction.test.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"createActionToGenerateBeefs.man.test.d.ts","sourceRoot":"","sources":["../../../../test/Wallet/action/createActionToGenerateBeefs.man.test.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"internalizeAction.test.d.ts","sourceRoot":"","sources":["../../../../test/Wallet/action/internalizeAction.test.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"relinquishOutput.test.d.ts","sourceRoot":"","sources":["../../../../test/Wallet/action/relinquishOutput.test.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Wallet.constructor.test.d.ts","sourceRoot":"","sources":["../../../../test/Wallet/construct/Wallet.constructor.test.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"listActions.test.d.ts","sourceRoot":"","sources":["../../../../test/Wallet/list/listActions.test.ts"],"names":[],"mappings":"AAWA,OAAO,qBAAqB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"listActions2.test.d.ts","sourceRoot":"","sources":["../../../../test/Wallet/list/listActions2.test.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"listCertificates.test.d.ts","sourceRoot":"","sources":["../../../../test/Wallet/list/listCertificates.test.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"listOutputs.test.d.ts","sourceRoot":"","sources":["../../../../test/Wallet/list/listOutputs.test.ts"],"names":[],"mappings":"AAUA,OAAO,qBAAqB,CAAA"}
@@ -1,28 +0,0 @@
1
- import { CreateActionOptions, CreateActionResult, SignActionOptions, SignActionResult } from '@bsv/sdk';
2
- import { sdk } from '../../../src';
3
- import { TestWalletNoSetup } from '../../utils/TestUtilsWalletStorage';
4
- export interface LocalWalletTestOptions {
5
- setActiveClient: boolean;
6
- useMySQLConnectionForClient: boolean;
7
- useTestIdentityKey: boolean;
8
- useIdentityKey2: boolean;
9
- }
10
- export interface LocalTestWalletSetup extends TestWalletNoSetup {
11
- setActiveClient: boolean;
12
- useMySQLConnectionForClient: boolean;
13
- useTestIdentityKey: boolean;
14
- useIdentityKey2: boolean;
15
- }
16
- export declare function createSetup(chain: sdk.Chain, options: LocalWalletTestOptions): Promise<LocalTestWalletSetup>;
17
- export declare function burnOneSatTestOutput(setup: LocalTestWalletSetup, options?: CreateActionOptions, howMany?: number): Promise<void>;
18
- export declare function createOneSatTestOutput(setup: LocalTestWalletSetup, options?: CreateActionOptions, howMany?: number): Promise<CreateActionResult>;
19
- export declare function recoverOneSatTestOutputs(setup: LocalTestWalletSetup): Promise<void>;
20
- export declare function trackReqByTxid(setup: LocalTestWalletSetup, txid: string): Promise<void>;
21
- /**
22
- * This method will normally throw an error on the initial createAction call due to the output being doublespent
23
- * @param setup
24
- * @param options
25
- * @returns
26
- */
27
- export declare function doubleSpendOldChange(setup: LocalTestWalletSetup, options: SignActionOptions): Promise<SignActionResult>;
28
- //# sourceMappingURL=localWalletMethods.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"localWalletMethods.d.ts","sourceRoot":"","sources":["../../../../test/Wallet/local/localWalletMethods.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,mBAAmB,EACnB,kBAAkB,EAOlB,iBAAiB,EACjB,gBAAgB,EACjB,MAAM,UAAU,CAAA;AACjB,OAAO,EAA0C,GAAG,EAA8C,MAAM,cAAc,CAAA;AACtH,OAAO,EAAe,iBAAiB,EAAE,MAAM,oCAAoC,CAAA;AAInF,MAAM,WAAW,sBAAsB;IACrC,eAAe,EAAE,OAAO,CAAA;IACxB,2BAA2B,EAAE,OAAO,CAAA;IACpC,kBAAkB,EAAE,OAAO,CAAA;IAC3B,eAAe,EAAE,OAAO,CAAA;CACzB;AAED,MAAM,WAAW,oBAAqB,SAAQ,iBAAiB;IAC7D,eAAe,EAAE,OAAO,CAAA;IACxB,2BAA2B,EAAE,OAAO,CAAA;IACpC,kBAAkB,EAAE,OAAO,CAAA;IAC3B,eAAe,EAAE,OAAO,CAAA;CACzB;AAED,wBAAsB,WAAW,CAAC,KAAK,EAAE,GAAG,CAAC,KAAK,EAAE,OAAO,EAAE,sBAAsB,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAiClH;AAED,wBAAsB,oBAAoB,CACxC,KAAK,EAAE,oBAAoB,EAC3B,OAAO,GAAE,mBAAwB,EACjC,OAAO,GAAE,MAAU,GAClB,OAAO,CAAC,IAAI,CAAC,CAyCf;AAED,wBAAsB,sBAAsB,CAC1C,KAAK,EAAE,oBAAoB,EAC3B,OAAO,GAAE,mBAAwB,EACjC,OAAO,GAAE,MAAU,GAClB,OAAO,CAAC,kBAAkB,CAAC,CAkE7B;AAED,wBAAsB,wBAAwB,CAAC,KAAK,EAAE,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC,CAwCzF;AAED,wBAAsB,cAAc,CAAC,KAAK,EAAE,oBAAoB,EAAE,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CA+B7F;AAED;;;;;GAKG;AACH,wBAAsB,oBAAoB,CACxC,KAAK,EAAE,oBAAoB,EAC3B,OAAO,EAAE,iBAAiB,GACzB,OAAO,CAAC,gBAAgB,CAAC,CAuD3B"}