@arkade-os/sdk 0.4.27 → 0.4.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +45 -116
- package/dist/adapters/asyncStorage.cjs +48 -0
- package/dist/adapters/asyncStorage.cjs.map +1 -0
- package/dist/adapters/asyncStorage.d.cts +16 -0
- package/dist/{types/storage → adapters}/asyncStorage.d.ts +5 -2
- package/dist/adapters/asyncStorage.js +46 -0
- package/dist/adapters/asyncStorage.js.map +1 -0
- package/dist/adapters/expo.cjs +19 -0
- package/dist/adapters/expo.cjs.map +1 -0
- package/dist/adapters/expo.d.cts +48 -0
- package/dist/adapters/expo.d.ts +48 -0
- package/dist/adapters/expo.js +6 -0
- package/dist/adapters/expo.js.map +1 -0
- package/dist/adapters/fileSystem.cjs +116 -0
- package/dist/adapters/fileSystem.cjs.map +1 -0
- package/dist/adapters/fileSystem.d.cts +17 -0
- package/dist/{types/storage → adapters}/fileSystem.d.ts +5 -2
- package/dist/adapters/fileSystem.js +93 -0
- package/dist/adapters/fileSystem.js.map +1 -0
- package/dist/adapters/indexedDB.cjs +103 -0
- package/dist/adapters/indexedDB.cjs.map +1 -0
- package/dist/adapters/indexedDB.d.cts +18 -0
- package/dist/{types/storage → adapters}/indexedDB.d.ts +5 -2
- package/dist/adapters/indexedDB.js +101 -0
- package/dist/adapters/indexedDB.js.map +1 -0
- package/dist/adapters/localStorage.cjs +50 -0
- package/dist/adapters/localStorage.cjs.map +1 -0
- package/dist/{types/storage/inMemory.d.ts → adapters/localStorage.d.cts} +6 -3
- package/dist/{types/storage → adapters}/localStorage.d.ts +5 -2
- package/dist/adapters/localStorage.js +48 -0
- package/dist/adapters/localStorage.js.map +1 -0
- package/dist/ark-ChhTwpLf.d.cts +3892 -0
- package/dist/ark-ChhTwpLf.d.ts +3892 -0
- package/dist/asyncStorageTaskQueue-DW1-BpI7.d.cts +49 -0
- package/dist/{types/worker/expo/asyncStorageTaskQueue.d.ts → asyncStorageTaskQueue-DZ0nUuEJ.d.ts} +6 -3
- package/dist/chunk-5BLDMQED.cjs +18 -0
- package/dist/chunk-5BLDMQED.cjs.map +1 -0
- package/dist/chunk-6FLL2Q36.cjs +2701 -0
- package/dist/chunk-6FLL2Q36.cjs.map +1 -0
- package/dist/chunk-6NWNOLL3.js +2671 -0
- package/dist/chunk-6NWNOLL3.js.map +1 -0
- package/dist/chunk-ABWRLTX5.js +210 -0
- package/dist/chunk-ABWRLTX5.js.map +1 -0
- package/dist/chunk-BVP2U66Q.js +13943 -0
- package/dist/chunk-BVP2U66Q.js.map +1 -0
- package/dist/chunk-GDCTOSMV.cjs +14058 -0
- package/dist/chunk-GDCTOSMV.cjs.map +1 -0
- package/dist/chunk-GIGILVVP.cjs +213 -0
- package/dist/chunk-GIGILVVP.cjs.map +1 -0
- package/dist/chunk-IEO3XDKI.cjs +838 -0
- package/dist/chunk-IEO3XDKI.cjs.map +1 -0
- package/dist/chunk-NSBPE2FW.js +15 -0
- package/dist/chunk-NSBPE2FW.js.map +1 -0
- package/dist/chunk-PJUFOJ2L.cjs +100 -0
- package/dist/chunk-PJUFOJ2L.cjs.map +1 -0
- package/dist/chunk-TH6T23XG.js +95 -0
- package/dist/chunk-TH6T23XG.js.map +1 -0
- package/dist/chunk-TU3LVAPX.js +769 -0
- package/dist/chunk-TU3LVAPX.js.map +1 -0
- package/dist/chunk-WMIPYZSB.cjs +803 -0
- package/dist/chunk-WMIPYZSB.cjs.map +1 -0
- package/dist/chunk-YA4G7RFB.js +829 -0
- package/dist/chunk-YA4G7RFB.js.map +1 -0
- package/dist/contracts/handlers/index.cjs +26 -0
- package/dist/contracts/handlers/index.cjs.map +1 -0
- package/dist/contracts/handlers/index.d.cts +7 -0
- package/dist/contracts/handlers/index.d.ts +7 -0
- package/dist/contracts/handlers/index.js +5 -0
- package/dist/contracts/handlers/index.js.map +1 -0
- package/dist/delegate-4JBUkUhR.d.cts +84 -0
- package/dist/delegate-DN7RELL1.d.ts +84 -0
- package/dist/{types/storage/index.d.ts → index-C0IanN1m.d.cts} +3 -1
- package/dist/index-C0IanN1m.d.ts +11 -0
- package/dist/index-Cn82bBUu.d.ts +199 -0
- package/dist/index-DfT5xzgY.d.cts +199 -0
- package/dist/index.cjs +504 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +3469 -0
- package/dist/index.d.ts +3469 -0
- package/dist/index.js +7 -0
- package/dist/index.js.map +1 -0
- package/dist/repositories/realm/index.cjs +513 -0
- package/dist/repositories/realm/index.cjs.map +1 -0
- package/dist/repositories/realm/index.d.cts +217 -0
- package/dist/{types/repositories/realm/schemas.d.ts → repositories/realm/index.d.ts} +80 -112
- package/dist/repositories/realm/index.js +507 -0
- package/dist/repositories/realm/index.js.map +1 -0
- package/dist/repositories/sqlite/index.cjs +588 -0
- package/dist/repositories/sqlite/index.cjs.map +1 -0
- package/dist/repositories/sqlite/index.d.cts +118 -0
- package/dist/{types/repositories/sqlite/walletRepository.d.ts → repositories/sqlite/index.d.ts} +58 -5
- package/dist/repositories/sqlite/index.js +585 -0
- package/dist/repositories/sqlite/index.js.map +1 -0
- package/dist/taskRunner-B-aPfHhK.d.cts +114 -0
- package/dist/taskRunner-B-vG08pX.d.ts +114 -0
- package/dist/wallet/expo/background.cjs +93 -0
- package/dist/wallet/expo/background.cjs.map +1 -0
- package/dist/wallet/expo/background.d.cts +84 -0
- package/dist/wallet/expo/background.d.ts +84 -0
- package/dist/wallet/expo/background.js +68 -0
- package/dist/wallet/expo/background.js.map +1 -0
- package/dist/wallet/expo/index.cjs +175 -0
- package/dist/wallet/expo/index.cjs.map +1 -0
- package/dist/wallet/expo/index.d.cts +124 -0
- package/dist/wallet/expo/index.d.ts +124 -0
- package/dist/wallet/expo/index.js +173 -0
- package/dist/wallet/expo/index.js.map +1 -0
- package/dist/wallet-CCtqT2Wb.d.ts +778 -0
- package/dist/wallet-DjgFb_4T.d.cts +778 -0
- package/dist/worker/expo/index.cjs +140 -0
- package/dist/worker/expo/index.cjs.map +1 -0
- package/dist/worker/expo/index.d.cts +29 -0
- package/dist/worker/expo/index.d.ts +29 -0
- package/dist/worker/expo/index.js +121 -0
- package/dist/worker/expo/index.js.map +1 -0
- package/package.json +110 -76
- package/dist/cjs/adapters/asyncStorage.js +0 -5
- package/dist/cjs/adapters/expo.js +0 -8
- package/dist/cjs/adapters/fileSystem.js +0 -5
- package/dist/cjs/adapters/indexedDB.js +0 -5
- package/dist/cjs/adapters/localStorage.js +0 -5
- package/dist/cjs/arkfee/celenv.js +0 -43
- package/dist/cjs/arkfee/estimator.js +0 -143
- package/dist/cjs/arkfee/index.js +0 -5
- package/dist/cjs/arkfee/types.js +0 -26
- package/dist/cjs/arknote/index.js +0 -128
- package/dist/cjs/bip322/index.js +0 -270
- package/dist/cjs/contracts/arkcontract.js +0 -147
- package/dist/cjs/contracts/contractManager.js +0 -649
- package/dist/cjs/contracts/contractWatcher.js +0 -598
- package/dist/cjs/contracts/handlers/default.js +0 -93
- package/dist/cjs/contracts/handlers/delegate.js +0 -90
- package/dist/cjs/contracts/handlers/helpers.js +0 -115
- package/dist/cjs/contracts/handlers/index.js +0 -19
- package/dist/cjs/contracts/handlers/registry.js +0 -89
- package/dist/cjs/contracts/handlers/vhtlc.js +0 -194
- package/dist/cjs/contracts/index.js +0 -41
- package/dist/cjs/contracts/types.js +0 -2
- package/dist/cjs/contracts/vtxoOwnership.js +0 -78
- package/dist/cjs/extension/asset/assetGroup.js +0 -228
- package/dist/cjs/extension/asset/assetId.js +0 -152
- package/dist/cjs/extension/asset/assetInput.js +0 -222
- package/dist/cjs/extension/asset/assetOutput.js +0 -174
- package/dist/cjs/extension/asset/assetRef.js +0 -148
- package/dist/cjs/extension/asset/index.js +0 -23
- package/dist/cjs/extension/asset/metadata.js +0 -187
- package/dist/cjs/extension/asset/packet.js +0 -114
- package/dist/cjs/extension/asset/types.js +0 -22
- package/dist/cjs/extension/asset/utils.js +0 -105
- package/dist/cjs/extension/index.js +0 -254
- package/dist/cjs/extension/packet.js +0 -20
- package/dist/cjs/forfeit.js +0 -45
- package/dist/cjs/identity/descriptor.js +0 -169
- package/dist/cjs/identity/descriptorProvider.js +0 -2
- package/dist/cjs/identity/hdCapableIdentity.js +0 -20
- package/dist/cjs/identity/index.js +0 -40
- package/dist/cjs/identity/seedIdentity.js +0 -477
- package/dist/cjs/identity/serialize.js +0 -171
- package/dist/cjs/identity/singleKey.js +0 -126
- package/dist/cjs/identity/staticDescriptorProvider.js +0 -65
- package/dist/cjs/index.js +0 -202
- package/dist/cjs/intent/index.js +0 -259
- package/dist/cjs/musig2/index.js +0 -11
- package/dist/cjs/musig2/keys.js +0 -57
- package/dist/cjs/musig2/nonces.js +0 -48
- package/dist/cjs/musig2/sign.js +0 -102
- package/dist/cjs/networks.js +0 -26
- package/dist/cjs/package.json +0 -3
- package/dist/cjs/providers/ark.js +0 -577
- package/dist/cjs/providers/delegator.js +0 -85
- package/dist/cjs/providers/electrum.js +0 -869
- package/dist/cjs/providers/errors.js +0 -59
- package/dist/cjs/providers/expoArk.js +0 -82
- package/dist/cjs/providers/expoIndexer.js +0 -111
- package/dist/cjs/providers/expoUtils.js +0 -124
- package/dist/cjs/providers/indexer.js +0 -630
- package/dist/cjs/providers/onchain.js +0 -262
- package/dist/cjs/providers/utils.js +0 -121
- package/dist/cjs/repositories/contractRepository.js +0 -2
- package/dist/cjs/repositories/inMemory/contractRepository.js +0 -55
- package/dist/cjs/repositories/inMemory/walletRepository.js +0 -115
- package/dist/cjs/repositories/index.js +0 -34
- package/dist/cjs/repositories/indexedDB/contractRepository.js +0 -187
- package/dist/cjs/repositories/indexedDB/db.js +0 -19
- package/dist/cjs/repositories/indexedDB/manager.js +0 -100
- package/dist/cjs/repositories/indexedDB/schema.js +0 -204
- package/dist/cjs/repositories/indexedDB/walletRepository.js +0 -474
- package/dist/cjs/repositories/indexedDB/websqlAdapter.js +0 -144
- package/dist/cjs/repositories/migrations/contractRepositoryImpl.js +0 -127
- package/dist/cjs/repositories/migrations/fromStorageAdapter.js +0 -66
- package/dist/cjs/repositories/migrations/walletRepositoryImpl.js +0 -184
- package/dist/cjs/repositories/realm/contractRepository.js +0 -116
- package/dist/cjs/repositories/realm/index.js +0 -11
- package/dist/cjs/repositories/realm/schemas.js +0 -157
- package/dist/cjs/repositories/realm/types.js +0 -7
- package/dist/cjs/repositories/realm/walletRepository.js +0 -305
- package/dist/cjs/repositories/scriptFromAddress.js +0 -16
- package/dist/cjs/repositories/serialization.js +0 -82
- package/dist/cjs/repositories/sqlite/contractRepository.js +0 -135
- package/dist/cjs/repositories/sqlite/index.js +0 -7
- package/dist/cjs/repositories/sqlite/types.js +0 -2
- package/dist/cjs/repositories/sqlite/walletRepository.js +0 -441
- package/dist/cjs/repositories/walletRepository.js +0 -2
- package/dist/cjs/script/address.js +0 -108
- package/dist/cjs/script/base.js +0 -185
- package/dist/cjs/script/default.js +0 -57
- package/dist/cjs/script/delegate.js +0 -53
- package/dist/cjs/script/tapscript.js +0 -619
- package/dist/cjs/script/vhtlc.js +0 -170
- package/dist/cjs/storage/asyncStorage.js +0 -50
- package/dist/cjs/storage/fileSystem.js +0 -141
- package/dist/cjs/storage/inMemory.js +0 -24
- package/dist/cjs/storage/index.js +0 -2
- package/dist/cjs/storage/indexedDB.js +0 -101
- package/dist/cjs/storage/localStorage.js +0 -51
- package/dist/cjs/tree/signingSession.js +0 -229
- package/dist/cjs/tree/txTree.js +0 -192
- package/dist/cjs/tree/validation.js +0 -107
- package/dist/cjs/utils/anchor.js +0 -35
- package/dist/cjs/utils/arkTransaction.js +0 -271
- package/dist/cjs/utils/bip21.js +0 -127
- package/dist/cjs/utils/syncCursors.js +0 -128
- package/dist/cjs/utils/timelock.js +0 -59
- package/dist/cjs/utils/transaction.js +0 -28
- package/dist/cjs/utils/transactionHistory.js +0 -183
- package/dist/cjs/utils/txSizeEstimator.js +0 -132
- package/dist/cjs/utils/unknownFields.js +0 -174
- package/dist/cjs/wallet/asset-manager.js +0 -330
- package/dist/cjs/wallet/asset.js +0 -119
- package/dist/cjs/wallet/batch.js +0 -183
- package/dist/cjs/wallet/delegator.js +0 -308
- package/dist/cjs/wallet/expo/background.js +0 -116
- package/dist/cjs/wallet/expo/index.js +0 -9
- package/dist/cjs/wallet/expo/wallet.js +0 -230
- package/dist/cjs/wallet/hdDescriptorProvider.js +0 -188
- package/dist/cjs/wallet/index.js +0 -82
- package/dist/cjs/wallet/inputSignerRouter.js +0 -98
- package/dist/cjs/wallet/onchain.js +0 -290
- package/dist/cjs/wallet/ramps.js +0 -216
- package/dist/cjs/wallet/serviceWorker/wallet-message-handler.js +0 -953
- package/dist/cjs/wallet/serviceWorker/wallet.js +0 -1174
- package/dist/cjs/wallet/signingErrors.js +0 -32
- package/dist/cjs/wallet/unroll.js +0 -293
- package/dist/cjs/wallet/utils.js +0 -111
- package/dist/cjs/wallet/validation.js +0 -154
- package/dist/cjs/wallet/vtxo-manager.js +0 -1142
- package/dist/cjs/wallet/wallet.js +0 -2195
- package/dist/cjs/wallet/walletReceiveRotator.js +0 -547
- package/dist/cjs/worker/browser/service-worker-manager.js +0 -183
- package/dist/cjs/worker/browser/utils.js +0 -67
- package/dist/cjs/worker/errors.js +0 -16
- package/dist/cjs/worker/expo/asyncStorageTaskQueue.js +0 -78
- package/dist/cjs/worker/expo/index.js +0 -13
- package/dist/cjs/worker/expo/processors/contractPollProcessor.js +0 -62
- package/dist/cjs/worker/expo/processors/index.js +0 -6
- package/dist/cjs/worker/expo/taskQueue.js +0 -41
- package/dist/cjs/worker/expo/taskRunner.js +0 -73
- package/dist/cjs/worker/messageBus.js +0 -474
- package/dist/esm/adapters/asyncStorage.js +0 -1
- package/dist/esm/adapters/expo.js +0 -3
- package/dist/esm/adapters/fileSystem.js +0 -1
- package/dist/esm/adapters/indexedDB.js +0 -1
- package/dist/esm/adapters/localStorage.js +0 -1
- package/dist/esm/arkfee/celenv.js +0 -40
- package/dist/esm/arkfee/estimator.js +0 -139
- package/dist/esm/arkfee/index.js +0 -1
- package/dist/esm/arkfee/types.js +0 -22
- package/dist/esm/arknote/index.js +0 -124
- package/dist/esm/bip322/index.js +0 -267
- package/dist/esm/contracts/arkcontract.js +0 -140
- package/dist/esm/contracts/contractManager.js +0 -645
- package/dist/esm/contracts/contractWatcher.js +0 -594
- package/dist/esm/contracts/handlers/default.js +0 -90
- package/dist/esm/contracts/handlers/delegate.js +0 -87
- package/dist/esm/contracts/handlers/helpers.js +0 -110
- package/dist/esm/contracts/handlers/index.js +0 -12
- package/dist/esm/contracts/handlers/registry.js +0 -86
- package/dist/esm/contracts/handlers/vhtlc.js +0 -191
- package/dist/esm/contracts/index.js +0 -13
- package/dist/esm/contracts/types.js +0 -1
- package/dist/esm/contracts/vtxoOwnership.js +0 -69
- package/dist/esm/extension/asset/assetGroup.js +0 -224
- package/dist/esm/extension/asset/assetId.js +0 -148
- package/dist/esm/extension/asset/assetInput.js +0 -217
- package/dist/esm/extension/asset/assetOutput.js +0 -169
- package/dist/esm/extension/asset/assetRef.js +0 -144
- package/dist/esm/extension/asset/index.js +0 -8
- package/dist/esm/extension/asset/metadata.js +0 -182
- package/dist/esm/extension/asset/packet.js +0 -110
- package/dist/esm/extension/asset/types.js +0 -19
- package/dist/esm/extension/asset/utils.js +0 -99
- package/dist/esm/extension/index.js +0 -248
- package/dist/esm/extension/packet.js +0 -16
- package/dist/esm/forfeit.js +0 -41
- package/dist/esm/identity/descriptor.js +0 -161
- package/dist/esm/identity/descriptorProvider.js +0 -1
- package/dist/esm/identity/hdCapableIdentity.js +0 -17
- package/dist/esm/identity/index.js +0 -13
- package/dist/esm/identity/seedIdentity.js +0 -469
- package/dist/esm/identity/serialize.js +0 -164
- package/dist/esm/identity/singleKey.js +0 -121
- package/dist/esm/identity/staticDescriptorProvider.js +0 -61
- package/dist/esm/index.js +0 -87
- package/dist/esm/intent/index.js +0 -255
- package/dist/esm/musig2/index.js +0 -3
- package/dist/esm/musig2/keys.js +0 -21
- package/dist/esm/musig2/nonces.js +0 -11
- package/dist/esm/musig2/sign.js +0 -63
- package/dist/esm/networks.js +0 -22
- package/dist/esm/package.json +0 -3
- package/dist/esm/providers/ark.js +0 -572
- package/dist/esm/providers/delegator.js +0 -81
- package/dist/esm/providers/electrum.js +0 -864
- package/dist/esm/providers/errors.js +0 -54
- package/dist/esm/providers/expoArk.js +0 -78
- package/dist/esm/providers/expoIndexer.js +0 -107
- package/dist/esm/providers/expoUtils.js +0 -87
- package/dist/esm/providers/indexer.js +0 -626
- package/dist/esm/providers/onchain.js +0 -258
- package/dist/esm/providers/utils.js +0 -117
- package/dist/esm/repositories/contractRepository.js +0 -1
- package/dist/esm/repositories/inMemory/contractRepository.js +0 -51
- package/dist/esm/repositories/inMemory/walletRepository.js +0 -111
- package/dist/esm/repositories/index.js +0 -10
- package/dist/esm/repositories/indexedDB/contractRepository.js +0 -183
- package/dist/esm/repositories/indexedDB/db.js +0 -4
- package/dist/esm/repositories/indexedDB/manager.js +0 -95
- package/dist/esm/repositories/indexedDB/schema.js +0 -199
- package/dist/esm/repositories/indexedDB/walletRepository.js +0 -470
- package/dist/esm/repositories/indexedDB/websqlAdapter.js +0 -138
- package/dist/esm/repositories/migrations/contractRepositoryImpl.js +0 -121
- package/dist/esm/repositories/migrations/fromStorageAdapter.js +0 -58
- package/dist/esm/repositories/migrations/walletRepositoryImpl.js +0 -180
- package/dist/esm/repositories/realm/contractRepository.js +0 -112
- package/dist/esm/repositories/realm/index.js +0 -3
- package/dist/esm/repositories/realm/schemas.js +0 -153
- package/dist/esm/repositories/realm/types.js +0 -6
- package/dist/esm/repositories/realm/walletRepository.js +0 -301
- package/dist/esm/repositories/scriptFromAddress.js +0 -13
- package/dist/esm/repositories/serialization.js +0 -67
- package/dist/esm/repositories/sqlite/contractRepository.js +0 -131
- package/dist/esm/repositories/sqlite/index.js +0 -2
- package/dist/esm/repositories/sqlite/types.js +0 -1
- package/dist/esm/repositories/sqlite/walletRepository.js +0 -437
- package/dist/esm/repositories/walletRepository.js +0 -1
- package/dist/esm/script/address.js +0 -104
- package/dist/esm/script/base.js +0 -179
- package/dist/esm/script/default.js +0 -54
- package/dist/esm/script/delegate.js +0 -50
- package/dist/esm/script/tapscript.js +0 -615
- package/dist/esm/script/vhtlc.js +0 -167
- package/dist/esm/storage/asyncStorage.js +0 -46
- package/dist/esm/storage/fileSystem.js +0 -104
- package/dist/esm/storage/inMemory.js +0 -20
- package/dist/esm/storage/index.js +0 -1
- package/dist/esm/storage/indexedDB.js +0 -97
- package/dist/esm/storage/localStorage.js +0 -47
- package/dist/esm/tree/signingSession.js +0 -191
- package/dist/esm/tree/txTree.js +0 -188
- package/dist/esm/tree/validation.js +0 -101
- package/dist/esm/utils/anchor.js +0 -31
- package/dist/esm/utils/arkTransaction.js +0 -264
- package/dist/esm/utils/bip21.js +0 -123
- package/dist/esm/utils/syncCursors.js +0 -119
- package/dist/esm/utils/timelock.js +0 -22
- package/dist/esm/utils/transaction.js +0 -24
- package/dist/esm/utils/transactionHistory.js +0 -180
- package/dist/esm/utils/txSizeEstimator.js +0 -128
- package/dist/esm/utils/unknownFields.js +0 -169
- package/dist/esm/wallet/asset-manager.js +0 -325
- package/dist/esm/wallet/asset.js +0 -113
- package/dist/esm/wallet/batch.js +0 -180
- package/dist/esm/wallet/delegator.js +0 -303
- package/dist/esm/wallet/expo/background.js +0 -111
- package/dist/esm/wallet/expo/index.js +0 -2
- package/dist/esm/wallet/expo/wallet.js +0 -193
- package/dist/esm/wallet/hdDescriptorProvider.js +0 -184
- package/dist/esm/wallet/index.js +0 -75
- package/dist/esm/wallet/inputSignerRouter.js +0 -94
- package/dist/esm/wallet/onchain.js +0 -285
- package/dist/esm/wallet/ramps.js +0 -212
- package/dist/esm/wallet/serviceWorker/wallet-message-handler.js +0 -946
- package/dist/esm/wallet/serviceWorker/wallet.js +0 -1169
- package/dist/esm/wallet/signingErrors.js +0 -27
- package/dist/esm/wallet/unroll.js +0 -289
- package/dist/esm/wallet/utils.js +0 -103
- package/dist/esm/wallet/validation.js +0 -142
- package/dist/esm/wallet/vtxo-manager.js +0 -1136
- package/dist/esm/wallet/wallet.js +0 -2186
- package/dist/esm/wallet/walletReceiveRotator.js +0 -540
- package/dist/esm/worker/browser/service-worker-manager.js +0 -177
- package/dist/esm/worker/browser/utils.js +0 -63
- package/dist/esm/worker/errors.js +0 -11
- package/dist/esm/worker/expo/asyncStorageTaskQueue.js +0 -74
- package/dist/esm/worker/expo/index.js +0 -4
- package/dist/esm/worker/expo/processors/contractPollProcessor.js +0 -59
- package/dist/esm/worker/expo/processors/index.js +0 -1
- package/dist/esm/worker/expo/taskQueue.js +0 -37
- package/dist/esm/worker/expo/taskRunner.js +0 -69
- package/dist/esm/worker/messageBus.js +0 -470
- package/dist/types/adapters/asyncStorage.d.ts +0 -2
- package/dist/types/adapters/expo.d.ts +0 -4
- package/dist/types/adapters/fileSystem.d.ts +0 -2
- package/dist/types/adapters/indexedDB.d.ts +0 -2
- package/dist/types/adapters/localStorage.d.ts +0 -2
- package/dist/types/arkfee/celenv.d.ts +0 -25
- package/dist/types/arkfee/estimator.d.ts +0 -49
- package/dist/types/arkfee/index.d.ts +0 -2
- package/dist/types/arkfee/types.d.ts +0 -38
- package/dist/types/arknote/index.d.ts +0 -84
- package/dist/types/bip322/index.d.ts +0 -55
- package/dist/types/contracts/arkcontract.d.ts +0 -99
- package/dist/types/contracts/contractManager.d.ts +0 -411
- package/dist/types/contracts/contractWatcher.d.ts +0 -217
- package/dist/types/contracts/handlers/default.d.ts +0 -19
- package/dist/types/contracts/handlers/delegate.d.ts +0 -21
- package/dist/types/contracts/handlers/helpers.d.ts +0 -19
- package/dist/types/contracts/handlers/index.d.ts +0 -7
- package/dist/types/contracts/handlers/registry.d.ts +0 -65
- package/dist/types/contracts/handlers/vhtlc.d.ts +0 -32
- package/dist/types/contracts/index.d.ts +0 -14
- package/dist/types/contracts/types.d.ts +0 -250
- package/dist/types/contracts/vtxoOwnership.d.ts +0 -33
- package/dist/types/extension/asset/assetGroup.d.ts +0 -119
- package/dist/types/extension/asset/assetId.d.ts +0 -83
- package/dist/types/extension/asset/assetInput.d.ts +0 -64
- package/dist/types/extension/asset/assetOutput.d.ts +0 -54
- package/dist/types/extension/asset/assetRef.d.ts +0 -91
- package/dist/types/extension/asset/index.d.ts +0 -8
- package/dist/types/extension/asset/metadata.d.ts +0 -52
- package/dist/types/extension/asset/packet.d.ts +0 -41
- package/dist/types/extension/asset/types.d.ts +0 -16
- package/dist/types/extension/asset/utils.d.ts +0 -21
- package/dist/types/extension/index.d.ts +0 -56
- package/dist/types/extension/packet.d.ts +0 -21
- package/dist/types/forfeit.d.ts +0 -18
- package/dist/types/identity/descriptor.d.ts +0 -61
- package/dist/types/identity/descriptorProvider.d.ts +0 -42
- package/dist/types/identity/hdCapableIdentity.d.ts +0 -71
- package/dist/types/identity/index.d.ts +0 -57
- package/dist/types/identity/seedIdentity.d.ts +0 -270
- package/dist/types/identity/serialize.d.ts +0 -96
- package/dist/types/identity/singleKey.d.ts +0 -62
- package/dist/types/identity/staticDescriptorProvider.d.ts +0 -18
- package/dist/types/index.d.ts +0 -59
- package/dist/types/intent/index.d.ts +0 -86
- package/dist/types/musig2/index.d.ts +0 -4
- package/dist/types/musig2/keys.d.ts +0 -9
- package/dist/types/musig2/nonces.d.ts +0 -14
- package/dist/types/musig2/sign.d.ts +0 -27
- package/dist/types/networks.d.ts +0 -16
- package/dist/types/providers/ark.d.ts +0 -369
- package/dist/types/providers/delegator.d.ts +0 -82
- package/dist/types/providers/electrum.d.ts +0 -312
- package/dist/types/providers/errors.d.ts +0 -13
- package/dist/types/providers/expoArk.d.ts +0 -22
- package/dist/types/providers/expoIndexer.d.ts +0 -18
- package/dist/types/providers/expoUtils.d.ts +0 -18
- package/dist/types/providers/indexer.d.ts +0 -301
- package/dist/types/providers/onchain.d.ts +0 -148
- package/dist/types/providers/utils.d.ts +0 -12
- package/dist/types/repositories/contractRepository.d.ts +0 -32
- package/dist/types/repositories/inMemory/contractRepository.d.ts +0 -17
- package/dist/types/repositories/inMemory/walletRepository.d.ts +0 -29
- package/dist/types/repositories/index.d.ts +0 -9
- package/dist/types/repositories/indexedDB/contractRepository.d.ts +0 -21
- package/dist/types/repositories/indexedDB/db.d.ts +0 -4
- package/dist/types/repositories/indexedDB/manager.d.ts +0 -25
- package/dist/types/repositories/indexedDB/schema.d.ts +0 -9
- package/dist/types/repositories/indexedDB/walletRepository.d.ts +0 -28
- package/dist/types/repositories/indexedDB/websqlAdapter.d.ts +0 -49
- package/dist/types/repositories/migrations/contractRepositoryImpl.d.ts +0 -24
- package/dist/types/repositories/migrations/fromStorageAdapter.d.ts +0 -19
- package/dist/types/repositories/migrations/walletRepositoryImpl.d.ts +0 -27
- package/dist/types/repositories/realm/contractRepository.d.ts +0 -24
- package/dist/types/repositories/realm/index.d.ts +0 -4
- package/dist/types/repositories/realm/types.d.ts +0 -16
- package/dist/types/repositories/realm/walletRepository.d.ts +0 -34
- package/dist/types/repositories/scriptFromAddress.d.ts +0 -9
- package/dist/types/repositories/serialization.d.ts +0 -65
- package/dist/types/repositories/sqlite/contractRepository.d.ts +0 -33
- package/dist/types/repositories/sqlite/index.d.ts +0 -3
- package/dist/types/repositories/sqlite/types.d.ts +0 -18
- package/dist/types/repositories/walletRepository.d.ts +0 -72
- package/dist/types/script/address.d.ts +0 -67
- package/dist/types/script/base.d.ts +0 -105
- package/dist/types/script/default.d.ts +0 -44
- package/dist/types/script/delegate.d.ts +0 -40
- package/dist/types/script/tapscript.d.ts +0 -169
- package/dist/types/script/vhtlc.d.ts +0 -66
- package/dist/types/tree/signingSession.d.ts +0 -37
- package/dist/types/tree/txTree.d.ts +0 -28
- package/dist/types/tree/validation.d.ts +0 -15
- package/dist/types/utils/anchor.d.ts +0 -19
- package/dist/types/utils/arkTransaction.d.ts +0 -49
- package/dist/types/utils/bip21.d.ts +0 -38
- package/dist/types/utils/syncCursors.d.ts +0 -60
- package/dist/types/utils/timelock.d.ts +0 -9
- package/dist/types/utils/transaction.d.ts +0 -13
- package/dist/types/utils/transactionHistory.d.ts +0 -15
- package/dist/types/utils/txSizeEstimator.d.ts +0 -40
- package/dist/types/utils/unknownFields.d.ts +0 -83
- package/dist/types/wallet/asset-manager.d.ts +0 -69
- package/dist/types/wallet/asset.d.ts +0 -21
- package/dist/types/wallet/batch.d.ts +0 -107
- package/dist/types/wallet/delegator.d.ts +0 -48
- package/dist/types/wallet/expo/background.d.ts +0 -66
- package/dist/types/wallet/expo/index.d.ts +0 -4
- package/dist/types/wallet/expo/wallet.d.ts +0 -99
- package/dist/types/wallet/hdDescriptorProvider.d.ts +0 -114
- package/dist/types/wallet/index.d.ts +0 -789
- package/dist/types/wallet/inputSignerRouter.d.ts +0 -35
- package/dist/types/wallet/onchain.d.ts +0 -109
- package/dist/types/wallet/ramps.d.ts +0 -64
- package/dist/types/wallet/serviceWorker/wallet-message-handler.d.ts +0 -543
- package/dist/types/wallet/serviceWorker/wallet.d.ts +0 -248
- package/dist/types/wallet/signingErrors.d.ts +0 -19
- package/dist/types/wallet/unroll.d.ts +0 -114
- package/dist/types/wallet/utils.d.ts +0 -36
- package/dist/types/wallet/validation.d.ts +0 -24
- package/dist/types/wallet/vtxo-manager.d.ts +0 -476
- package/dist/types/wallet/wallet.d.ts +0 -409
- package/dist/types/wallet/walletReceiveRotator.d.ts +0 -306
- package/dist/types/worker/browser/service-worker-manager.d.ts +0 -32
- package/dist/types/worker/browser/utils.d.ts +0 -17
- package/dist/types/worker/errors.d.ts +0 -7
- package/dist/types/worker/expo/index.d.ts +0 -7
- package/dist/types/worker/expo/processors/contractPollProcessor.d.ts +0 -19
- package/dist/types/worker/expo/processors/index.d.ts +0 -1
- package/dist/types/worker/expo/taskQueue.d.ts +0 -50
- package/dist/types/worker/expo/taskRunner.d.ts +0 -66
- package/dist/types/worker/messageBus.d.ts +0 -189
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
import { o as RelativeTimelock, V as VtxoScript, p as TapLeafScript, aL as ContractHandler, aU as Discoverable } from './ark-ChhTwpLf.cjs';
|
|
2
|
+
import { D as DefaultVtxo, a as DelegateVtxo } from './delegate-4JBUkUhR.cjs';
|
|
3
|
+
import { Bytes } from '@scure/btc-signer/utils.js';
|
|
4
|
+
|
|
5
|
+
/** Virtual Hash Time Lock Contract (VHTLC) namespace. */
|
|
6
|
+
declare namespace VHTLC {
|
|
7
|
+
interface Options {
|
|
8
|
+
sender: Bytes;
|
|
9
|
+
receiver: Bytes;
|
|
10
|
+
server: Bytes;
|
|
11
|
+
preimageHash: Bytes;
|
|
12
|
+
refundLocktime: bigint;
|
|
13
|
+
unilateralClaimDelay: RelativeTimelock;
|
|
14
|
+
unilateralRefundDelay: RelativeTimelock;
|
|
15
|
+
unilateralRefundWithoutReceiverDelay: RelativeTimelock;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Virtual Hash Time Lock Contract (VHTLC) script implementation.
|
|
19
|
+
*
|
|
20
|
+
* VHTLC enables atomic swaps and conditional payments in the Arkade protocol.
|
|
21
|
+
* It provides multiple spending paths:
|
|
22
|
+
*
|
|
23
|
+
* - **claim**: Receiver can claim funds by revealing the preimage
|
|
24
|
+
* - **refund**: Sender and receiver can collaboratively refund
|
|
25
|
+
* - **refundWithoutReceiver**: Sender can refund after locktime expires
|
|
26
|
+
* - **unilateralClaim**: Receiver can claim unilaterally after delay
|
|
27
|
+
* - **unilateralRefund**: Sender and receiver can refund unilaterally after delay
|
|
28
|
+
* - **unilateralRefundWithoutReceiver**: Sender can refund unilaterally after delay
|
|
29
|
+
*
|
|
30
|
+
* @example
|
|
31
|
+
* ```typescript
|
|
32
|
+
* const vhtlc = new VHTLC.Script({
|
|
33
|
+
* sender: alicePubKey,
|
|
34
|
+
* receiver: bobPubKey,
|
|
35
|
+
* server: serverPubKey,
|
|
36
|
+
* preimageHash: hash160(secret),
|
|
37
|
+
* refundLocktime: BigInt(chainTip + 10),
|
|
38
|
+
* unilateralClaimDelay: { type: 'blocks', value: 100n },
|
|
39
|
+
* unilateralRefundDelay: { type: 'blocks', value: 102n },
|
|
40
|
+
* unilateralRefundWithoutReceiverDelay: { type: 'blocks', value: 103n }
|
|
41
|
+
* });
|
|
42
|
+
* ```
|
|
43
|
+
*/
|
|
44
|
+
class Script extends VtxoScript {
|
|
45
|
+
readonly options: Options;
|
|
46
|
+
readonly claimScript: string;
|
|
47
|
+
readonly refundScript: string;
|
|
48
|
+
readonly refundWithoutReceiverScript: string;
|
|
49
|
+
readonly unilateralClaimScript: string;
|
|
50
|
+
readonly unilateralRefundScript: string;
|
|
51
|
+
readonly unilateralRefundWithoutReceiverScript: string;
|
|
52
|
+
/** Create a VHTLC script from the supplied participant keys, hash, and timelocks. */
|
|
53
|
+
constructor(options: Options);
|
|
54
|
+
/** Return the collaborative claim tapleaf script. */
|
|
55
|
+
claim(): TapLeafScript;
|
|
56
|
+
/** Return the collaborative refund tapleaf script. */
|
|
57
|
+
refund(): TapLeafScript;
|
|
58
|
+
/** Return the refund-without-receiver tapleaf script. */
|
|
59
|
+
refundWithoutReceiver(): TapLeafScript;
|
|
60
|
+
/** Return the unilateral claim tapleaf script. */
|
|
61
|
+
unilateralClaim(): TapLeafScript;
|
|
62
|
+
/** Return the unilateral refund tapleaf script. */
|
|
63
|
+
unilateralRefund(): TapLeafScript;
|
|
64
|
+
/** Return the unilateral refund-without-receiver tapleaf script. */
|
|
65
|
+
unilateralRefundWithoutReceiver(): TapLeafScript;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* Registry for contract handlers.
|
|
71
|
+
*
|
|
72
|
+
* Each contract type ("default", "vhtlc", etc.) has a handler that knows
|
|
73
|
+
* how to create VtxoScripts, serialize params, and select spending paths.
|
|
74
|
+
*
|
|
75
|
+
* @example
|
|
76
|
+
* ```typescript
|
|
77
|
+
* // Register a custom handler
|
|
78
|
+
* contractHandlers.register(myCustomHandler);
|
|
79
|
+
*
|
|
80
|
+
* // Get handler for a type
|
|
81
|
+
* const handler = contractHandlers.get("vhtlc");
|
|
82
|
+
* const script = handler.createScript(contract.params);
|
|
83
|
+
* ```
|
|
84
|
+
*/
|
|
85
|
+
declare class ContractHandlerRegistry {
|
|
86
|
+
private handlers;
|
|
87
|
+
/**
|
|
88
|
+
* Register a contract handler.
|
|
89
|
+
*
|
|
90
|
+
* @param handler - The handler to register
|
|
91
|
+
* @throws If a handler for this type is already registered
|
|
92
|
+
*/
|
|
93
|
+
register(handler: ContractHandler<unknown>): void;
|
|
94
|
+
/**
|
|
95
|
+
* Get a handler by type.
|
|
96
|
+
*
|
|
97
|
+
* @param type - The contract type
|
|
98
|
+
* @returns The handler, or undefined if not found
|
|
99
|
+
*/
|
|
100
|
+
get(type: string): ContractHandler<unknown> | undefined;
|
|
101
|
+
/**
|
|
102
|
+
* Get a handler by type, throwing if not found.
|
|
103
|
+
*
|
|
104
|
+
* @param type - The contract type
|
|
105
|
+
* @returns The handler
|
|
106
|
+
* @throws If no handler is registered for this type
|
|
107
|
+
*/
|
|
108
|
+
getOrThrow(type: string): ContractHandler<unknown>;
|
|
109
|
+
/**
|
|
110
|
+
* Check if a handler is registered.
|
|
111
|
+
*
|
|
112
|
+
* @param type - The contract type
|
|
113
|
+
*/
|
|
114
|
+
has(type: string): boolean;
|
|
115
|
+
/**
|
|
116
|
+
* Get all registered types.
|
|
117
|
+
*/
|
|
118
|
+
getRegisteredTypes(): string[];
|
|
119
|
+
/**
|
|
120
|
+
* Unregister a handler (mainly for testing).
|
|
121
|
+
*/
|
|
122
|
+
unregister(type: string): boolean;
|
|
123
|
+
/**
|
|
124
|
+
* Clear all handlers (mainly for testing).
|
|
125
|
+
*/
|
|
126
|
+
clear(): void;
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* Global registry of contract handlers.
|
|
130
|
+
*/
|
|
131
|
+
declare const contractHandlers: ContractHandlerRegistry;
|
|
132
|
+
|
|
133
|
+
/**
|
|
134
|
+
* Typed parameters for DefaultVtxo contracts.
|
|
135
|
+
*/
|
|
136
|
+
interface DefaultContractParams {
|
|
137
|
+
pubKey: Uint8Array;
|
|
138
|
+
serverPubKey: Uint8Array;
|
|
139
|
+
csvTimelock: RelativeTimelock;
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* Handler for default wallet VTXOs.
|
|
143
|
+
*
|
|
144
|
+
* Default contracts use the standard forfeit + exit tapscript:
|
|
145
|
+
* - forfeit: (Alice + Server) multisig for collaborative spending
|
|
146
|
+
* - exit: (Alice) + CSV timelock for unilateral exit
|
|
147
|
+
*/
|
|
148
|
+
declare const DefaultContractHandler: ContractHandler<DefaultContractParams, DefaultVtxo.Script> & Discoverable;
|
|
149
|
+
|
|
150
|
+
/**
|
|
151
|
+
* Typed parameters for DelegateVtxo contracts.
|
|
152
|
+
*/
|
|
153
|
+
interface DelegateContractParams {
|
|
154
|
+
pubKey: Uint8Array;
|
|
155
|
+
serverPubKey: Uint8Array;
|
|
156
|
+
delegatePubKey: Uint8Array;
|
|
157
|
+
csvTimelock: RelativeTimelock;
|
|
158
|
+
}
|
|
159
|
+
/**
|
|
160
|
+
* Handler for delegate wallet virtual outputs.
|
|
161
|
+
*
|
|
162
|
+
* Delegate contracts extend the default tapscript with an additional delegate path:
|
|
163
|
+
* - forfeit: (Alice + Server) multisig for collaborative spending
|
|
164
|
+
* - exit: (Alice) + CSV timelock for unilateral exit
|
|
165
|
+
* - delegate: (Alice + Delegate + Server) multisig for delegated renewal
|
|
166
|
+
*/
|
|
167
|
+
declare const DelegateContractHandler: ContractHandler<DelegateContractParams, DelegateVtxo.Script> & Discoverable;
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* Typed parameters for VHTLC contracts.
|
|
171
|
+
*/
|
|
172
|
+
interface VHTLCContractParams {
|
|
173
|
+
sender: Uint8Array;
|
|
174
|
+
receiver: Uint8Array;
|
|
175
|
+
server: Uint8Array;
|
|
176
|
+
preimageHash: Uint8Array;
|
|
177
|
+
refundLocktime: bigint;
|
|
178
|
+
unilateralClaimDelay: RelativeTimelock;
|
|
179
|
+
unilateralRefundDelay: RelativeTimelock;
|
|
180
|
+
unilateralRefundWithoutReceiverDelay: RelativeTimelock;
|
|
181
|
+
}
|
|
182
|
+
/**
|
|
183
|
+
* Handler for Virtual Hash Time Lock Contract (VHTLC).
|
|
184
|
+
*
|
|
185
|
+
* VHTLC supports multiple spending paths:
|
|
186
|
+
*
|
|
187
|
+
* Collaborative paths (with server):
|
|
188
|
+
* - claim: Receiver + Server with preimage
|
|
189
|
+
* - refund: Sender + Receiver + Server
|
|
190
|
+
* - refundWithoutReceiver: Sender + Server after CLTV locktime
|
|
191
|
+
*
|
|
192
|
+
* Unilateral paths (without server):
|
|
193
|
+
* - unilateralClaim: Receiver with preimage after CSV delay
|
|
194
|
+
* - unilateralRefund: Sender + Receiver after CSV delay
|
|
195
|
+
* - unilateralRefundWithoutReceiver: Sender after CSV delay
|
|
196
|
+
*/
|
|
197
|
+
declare const VHTLCContractHandler: ContractHandler<VHTLCContractParams, VHTLC.Script>;
|
|
198
|
+
|
|
199
|
+
export { DefaultContractHandler as D, VHTLC as V, type DefaultContractParams as a, DelegateContractHandler as b, type DelegateContractParams as c, VHTLCContractHandler as d, type VHTLCContractParams as e, contractHandlers as f };
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,504 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkGDCTOSMV_cjs = require('./chunk-GDCTOSMV.cjs');
|
|
4
|
+
var chunk6FLL2Q36_cjs = require('./chunk-6FLL2Q36.cjs');
|
|
5
|
+
var chunkIEO3XDKI_cjs = require('./chunk-IEO3XDKI.cjs');
|
|
6
|
+
var chunkWMIPYZSB_cjs = require('./chunk-WMIPYZSB.cjs');
|
|
7
|
+
require('./chunk-5BLDMQED.cjs');
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
Object.defineProperty(exports, "ArkNote", {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function () { return chunkGDCTOSMV_cjs.ArkNote; }
|
|
14
|
+
});
|
|
15
|
+
Object.defineProperty(exports, "AssetManager", {
|
|
16
|
+
enumerable: true,
|
|
17
|
+
get: function () { return chunkGDCTOSMV_cjs.AssetManager; }
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports, "BIP322", {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function () { return chunkGDCTOSMV_cjs.BIP322; }
|
|
22
|
+
});
|
|
23
|
+
Object.defineProperty(exports, "Batch", {
|
|
24
|
+
enumerable: true,
|
|
25
|
+
get: function () { return chunkGDCTOSMV_cjs.Batch; }
|
|
26
|
+
});
|
|
27
|
+
Object.defineProperty(exports, "ContractManager", {
|
|
28
|
+
enumerable: true,
|
|
29
|
+
get: function () { return chunkGDCTOSMV_cjs.ContractManager; }
|
|
30
|
+
});
|
|
31
|
+
Object.defineProperty(exports, "ContractRepositoryImpl", {
|
|
32
|
+
enumerable: true,
|
|
33
|
+
get: function () { return chunkGDCTOSMV_cjs.ContractRepositoryImpl; }
|
|
34
|
+
});
|
|
35
|
+
Object.defineProperty(exports, "ContractWatcher", {
|
|
36
|
+
enumerable: true,
|
|
37
|
+
get: function () { return chunkGDCTOSMV_cjs.ContractWatcher; }
|
|
38
|
+
});
|
|
39
|
+
Object.defineProperty(exports, "DEFAULT_MESSAGE_TIMEOUTS", {
|
|
40
|
+
enumerable: true,
|
|
41
|
+
get: function () { return chunkGDCTOSMV_cjs.DEFAULT_MESSAGE_TIMEOUTS; }
|
|
42
|
+
});
|
|
43
|
+
Object.defineProperty(exports, "DelegateManagerImpl", {
|
|
44
|
+
enumerable: true,
|
|
45
|
+
get: function () { return chunkGDCTOSMV_cjs.DelegateManagerImpl; }
|
|
46
|
+
});
|
|
47
|
+
Object.defineProperty(exports, "DelegateNotConfiguredError", {
|
|
48
|
+
enumerable: true,
|
|
49
|
+
get: function () { return chunkGDCTOSMV_cjs.DelegateNotConfiguredError; }
|
|
50
|
+
});
|
|
51
|
+
Object.defineProperty(exports, "DelegatorManagerImpl", {
|
|
52
|
+
enumerable: true,
|
|
53
|
+
get: function () { return chunkGDCTOSMV_cjs.DelegatorManagerImpl; }
|
|
54
|
+
});
|
|
55
|
+
Object.defineProperty(exports, "DelegatorNotConfiguredError", {
|
|
56
|
+
enumerable: true,
|
|
57
|
+
get: function () { return chunkGDCTOSMV_cjs.DelegatorNotConfiguredError; }
|
|
58
|
+
});
|
|
59
|
+
Object.defineProperty(exports, "DescriptorSigningProviderMissingError", {
|
|
60
|
+
enumerable: true,
|
|
61
|
+
get: function () { return chunkGDCTOSMV_cjs.DescriptorSigningProviderMissingError; }
|
|
62
|
+
});
|
|
63
|
+
Object.defineProperty(exports, "DustChangeError", {
|
|
64
|
+
enumerable: true,
|
|
65
|
+
get: function () { return chunkGDCTOSMV_cjs.DustChangeError; }
|
|
66
|
+
});
|
|
67
|
+
Object.defineProperty(exports, "ELECTRUM_TCP_HOST", {
|
|
68
|
+
enumerable: true,
|
|
69
|
+
get: function () { return chunkGDCTOSMV_cjs.ELECTRUM_TCP_HOST; }
|
|
70
|
+
});
|
|
71
|
+
Object.defineProperty(exports, "ELECTRUM_WS_URL", {
|
|
72
|
+
enumerable: true,
|
|
73
|
+
get: function () { return chunkGDCTOSMV_cjs.ELECTRUM_WS_URL; }
|
|
74
|
+
});
|
|
75
|
+
Object.defineProperty(exports, "ESPLORA_URL", {
|
|
76
|
+
enumerable: true,
|
|
77
|
+
get: function () { return chunkGDCTOSMV_cjs.ESPLORA_URL; }
|
|
78
|
+
});
|
|
79
|
+
Object.defineProperty(exports, "ElectrumOnchainProvider", {
|
|
80
|
+
enumerable: true,
|
|
81
|
+
get: function () { return chunkGDCTOSMV_cjs.ElectrumOnchainProvider; }
|
|
82
|
+
});
|
|
83
|
+
Object.defineProperty(exports, "EsploraProvider", {
|
|
84
|
+
enumerable: true,
|
|
85
|
+
get: function () { return chunkGDCTOSMV_cjs.EsploraProvider; }
|
|
86
|
+
});
|
|
87
|
+
Object.defineProperty(exports, "Estimator", {
|
|
88
|
+
enumerable: true,
|
|
89
|
+
get: function () { return chunkGDCTOSMV_cjs.Estimator; }
|
|
90
|
+
});
|
|
91
|
+
Object.defineProperty(exports, "HDDescriptorProvider", {
|
|
92
|
+
enumerable: true,
|
|
93
|
+
get: function () { return chunkGDCTOSMV_cjs.HDDescriptorProvider; }
|
|
94
|
+
});
|
|
95
|
+
Object.defineProperty(exports, "InMemoryContractRepository", {
|
|
96
|
+
enumerable: true,
|
|
97
|
+
get: function () { return chunkGDCTOSMV_cjs.InMemoryContractRepository; }
|
|
98
|
+
});
|
|
99
|
+
Object.defineProperty(exports, "InMemoryWalletRepository", {
|
|
100
|
+
enumerable: true,
|
|
101
|
+
get: function () { return chunkGDCTOSMV_cjs.InMemoryWalletRepository; }
|
|
102
|
+
});
|
|
103
|
+
Object.defineProperty(exports, "IndexedDBContractRepository", {
|
|
104
|
+
enumerable: true,
|
|
105
|
+
get: function () { return chunkGDCTOSMV_cjs.IndexedDBContractRepository; }
|
|
106
|
+
});
|
|
107
|
+
Object.defineProperty(exports, "IndexedDBWalletRepository", {
|
|
108
|
+
enumerable: true,
|
|
109
|
+
get: function () { return chunkGDCTOSMV_cjs.IndexedDBWalletRepository; }
|
|
110
|
+
});
|
|
111
|
+
Object.defineProperty(exports, "MESSAGE_BUS_NOT_INITIALIZED", {
|
|
112
|
+
enumerable: true,
|
|
113
|
+
get: function () { return chunkGDCTOSMV_cjs.MESSAGE_BUS_NOT_INITIALIZED; }
|
|
114
|
+
});
|
|
115
|
+
Object.defineProperty(exports, "MIGRATION_KEY", {
|
|
116
|
+
enumerable: true,
|
|
117
|
+
get: function () { return chunkGDCTOSMV_cjs.MIGRATION_KEY; }
|
|
118
|
+
});
|
|
119
|
+
Object.defineProperty(exports, "MessageBus", {
|
|
120
|
+
enumerable: true,
|
|
121
|
+
get: function () { return chunkGDCTOSMV_cjs.MessageBus; }
|
|
122
|
+
});
|
|
123
|
+
Object.defineProperty(exports, "MessageBusNotInitializedError", {
|
|
124
|
+
enumerable: true,
|
|
125
|
+
get: function () { return chunkGDCTOSMV_cjs.MessageBusNotInitializedError; }
|
|
126
|
+
});
|
|
127
|
+
Object.defineProperty(exports, "MissingSigningDescriptorError", {
|
|
128
|
+
enumerable: true,
|
|
129
|
+
get: function () { return chunkGDCTOSMV_cjs.MissingSigningDescriptorError; }
|
|
130
|
+
});
|
|
131
|
+
Object.defineProperty(exports, "MnemonicIdentity", {
|
|
132
|
+
enumerable: true,
|
|
133
|
+
get: function () { return chunkGDCTOSMV_cjs.MnemonicIdentity; }
|
|
134
|
+
});
|
|
135
|
+
Object.defineProperty(exports, "OnchainWallet", {
|
|
136
|
+
enumerable: true,
|
|
137
|
+
get: function () { return chunkGDCTOSMV_cjs.OnchainWallet; }
|
|
138
|
+
});
|
|
139
|
+
Object.defineProperty(exports, "P2A", {
|
|
140
|
+
enumerable: true,
|
|
141
|
+
get: function () { return chunkGDCTOSMV_cjs.P2A; }
|
|
142
|
+
});
|
|
143
|
+
Object.defineProperty(exports, "Ramps", {
|
|
144
|
+
enumerable: true,
|
|
145
|
+
get: function () { return chunkGDCTOSMV_cjs.Ramps; }
|
|
146
|
+
});
|
|
147
|
+
Object.defineProperty(exports, "ReadonlyAssetManager", {
|
|
148
|
+
enumerable: true,
|
|
149
|
+
get: function () { return chunkGDCTOSMV_cjs.ReadonlyAssetManager; }
|
|
150
|
+
});
|
|
151
|
+
Object.defineProperty(exports, "ReadonlyDescriptorIdentity", {
|
|
152
|
+
enumerable: true,
|
|
153
|
+
get: function () { return chunkGDCTOSMV_cjs.ReadonlyDescriptorIdentity; }
|
|
154
|
+
});
|
|
155
|
+
Object.defineProperty(exports, "ReadonlySingleKey", {
|
|
156
|
+
enumerable: true,
|
|
157
|
+
get: function () { return chunkGDCTOSMV_cjs.ReadonlySingleKey; }
|
|
158
|
+
});
|
|
159
|
+
Object.defineProperty(exports, "ReadonlyWallet", {
|
|
160
|
+
enumerable: true,
|
|
161
|
+
get: function () { return chunkGDCTOSMV_cjs.ReadonlyWallet; }
|
|
162
|
+
});
|
|
163
|
+
Object.defineProperty(exports, "ReadonlyWalletError", {
|
|
164
|
+
enumerable: true,
|
|
165
|
+
get: function () { return chunkGDCTOSMV_cjs.ReadonlyWalletError; }
|
|
166
|
+
});
|
|
167
|
+
Object.defineProperty(exports, "RestDelegateProvider", {
|
|
168
|
+
enumerable: true,
|
|
169
|
+
get: function () { return chunkGDCTOSMV_cjs.RestDelegateProvider; }
|
|
170
|
+
});
|
|
171
|
+
Object.defineProperty(exports, "RestDelegatorProvider", {
|
|
172
|
+
enumerable: true,
|
|
173
|
+
get: function () { return chunkGDCTOSMV_cjs.RestDelegatorProvider; }
|
|
174
|
+
});
|
|
175
|
+
Object.defineProperty(exports, "SeedIdentity", {
|
|
176
|
+
enumerable: true,
|
|
177
|
+
get: function () { return chunkGDCTOSMV_cjs.SeedIdentity; }
|
|
178
|
+
});
|
|
179
|
+
Object.defineProperty(exports, "ServiceWorkerReadonlyWallet", {
|
|
180
|
+
enumerable: true,
|
|
181
|
+
get: function () { return chunkGDCTOSMV_cjs.ServiceWorkerReadonlyWallet; }
|
|
182
|
+
});
|
|
183
|
+
Object.defineProperty(exports, "ServiceWorkerTimeoutError", {
|
|
184
|
+
enumerable: true,
|
|
185
|
+
get: function () { return chunkGDCTOSMV_cjs.ServiceWorkerTimeoutError; }
|
|
186
|
+
});
|
|
187
|
+
Object.defineProperty(exports, "ServiceWorkerWallet", {
|
|
188
|
+
enumerable: true,
|
|
189
|
+
get: function () { return chunkGDCTOSMV_cjs.ServiceWorkerWallet; }
|
|
190
|
+
});
|
|
191
|
+
Object.defineProperty(exports, "SingleKey", {
|
|
192
|
+
enumerable: true,
|
|
193
|
+
get: function () { return chunkGDCTOSMV_cjs.SingleKey; }
|
|
194
|
+
});
|
|
195
|
+
Object.defineProperty(exports, "TxTree", {
|
|
196
|
+
enumerable: true,
|
|
197
|
+
get: function () { return chunkGDCTOSMV_cjs.TxTree; }
|
|
198
|
+
});
|
|
199
|
+
Object.defineProperty(exports, "TxType", {
|
|
200
|
+
enumerable: true,
|
|
201
|
+
get: function () { return chunkGDCTOSMV_cjs.TxType; }
|
|
202
|
+
});
|
|
203
|
+
Object.defineProperty(exports, "TxWeightEstimator", {
|
|
204
|
+
enumerable: true,
|
|
205
|
+
get: function () { return chunkGDCTOSMV_cjs.TxWeightEstimator; }
|
|
206
|
+
});
|
|
207
|
+
Object.defineProperty(exports, "Unroll", {
|
|
208
|
+
enumerable: true,
|
|
209
|
+
get: function () { return chunkGDCTOSMV_cjs.Unroll; }
|
|
210
|
+
});
|
|
211
|
+
Object.defineProperty(exports, "VtxoManager", {
|
|
212
|
+
enumerable: true,
|
|
213
|
+
get: function () { return chunkGDCTOSMV_cjs.VtxoManager; }
|
|
214
|
+
});
|
|
215
|
+
Object.defineProperty(exports, "Wallet", {
|
|
216
|
+
enumerable: true,
|
|
217
|
+
get: function () { return chunkGDCTOSMV_cjs.Wallet; }
|
|
218
|
+
});
|
|
219
|
+
Object.defineProperty(exports, "WalletMessageHandler", {
|
|
220
|
+
enumerable: true,
|
|
221
|
+
get: function () { return chunkGDCTOSMV_cjs.WalletMessageHandler; }
|
|
222
|
+
});
|
|
223
|
+
Object.defineProperty(exports, "WalletNotInitializedError", {
|
|
224
|
+
enumerable: true,
|
|
225
|
+
get: function () { return chunkGDCTOSMV_cjs.WalletNotInitializedError; }
|
|
226
|
+
});
|
|
227
|
+
Object.defineProperty(exports, "WalletRepositoryImpl", {
|
|
228
|
+
enumerable: true,
|
|
229
|
+
get: function () { return chunkGDCTOSMV_cjs.WalletRepositoryImpl; }
|
|
230
|
+
});
|
|
231
|
+
Object.defineProperty(exports, "WsElectrumChainSource", {
|
|
232
|
+
enumerable: true,
|
|
233
|
+
get: function () { return chunkGDCTOSMV_cjs.WsElectrumChainSource; }
|
|
234
|
+
});
|
|
235
|
+
Object.defineProperty(exports, "buildForfeitTx", {
|
|
236
|
+
enumerable: true,
|
|
237
|
+
get: function () { return chunkGDCTOSMV_cjs.buildForfeitTx; }
|
|
238
|
+
});
|
|
239
|
+
Object.defineProperty(exports, "buildOffchainTx", {
|
|
240
|
+
enumerable: true,
|
|
241
|
+
get: function () { return chunkGDCTOSMV_cjs.buildOffchainTx; }
|
|
242
|
+
});
|
|
243
|
+
Object.defineProperty(exports, "closeDatabase", {
|
|
244
|
+
enumerable: true,
|
|
245
|
+
get: function () { return chunkGDCTOSMV_cjs.closeDatabase; }
|
|
246
|
+
});
|
|
247
|
+
Object.defineProperty(exports, "combineTapscriptSigs", {
|
|
248
|
+
enumerable: true,
|
|
249
|
+
get: function () { return chunkGDCTOSMV_cjs.combineTapscriptSigs; }
|
|
250
|
+
});
|
|
251
|
+
Object.defineProperty(exports, "contractFromArkContract", {
|
|
252
|
+
enumerable: true,
|
|
253
|
+
get: function () { return chunkGDCTOSMV_cjs.contractFromArkContract; }
|
|
254
|
+
});
|
|
255
|
+
Object.defineProperty(exports, "contractFromArkContractWithAddress", {
|
|
256
|
+
enumerable: true,
|
|
257
|
+
get: function () { return chunkGDCTOSMV_cjs.contractFromArkContractWithAddress; }
|
|
258
|
+
});
|
|
259
|
+
Object.defineProperty(exports, "decodeArkContract", {
|
|
260
|
+
enumerable: true,
|
|
261
|
+
get: function () { return chunkGDCTOSMV_cjs.decodeArkContract; }
|
|
262
|
+
});
|
|
263
|
+
Object.defineProperty(exports, "encodeArkContract", {
|
|
264
|
+
enumerable: true,
|
|
265
|
+
get: function () { return chunkGDCTOSMV_cjs.encodeArkContract; }
|
|
266
|
+
});
|
|
267
|
+
Object.defineProperty(exports, "getMigrationStatus", {
|
|
268
|
+
enumerable: true,
|
|
269
|
+
get: function () { return chunkGDCTOSMV_cjs.getMigrationStatus; }
|
|
270
|
+
});
|
|
271
|
+
Object.defineProperty(exports, "getRandomId", {
|
|
272
|
+
enumerable: true,
|
|
273
|
+
get: function () { return chunkGDCTOSMV_cjs.getRandomId; }
|
|
274
|
+
});
|
|
275
|
+
Object.defineProperty(exports, "hasBoardingTxExpired", {
|
|
276
|
+
enumerable: true,
|
|
277
|
+
get: function () { return chunkGDCTOSMV_cjs.hasBoardingTxExpired; }
|
|
278
|
+
});
|
|
279
|
+
Object.defineProperty(exports, "isArkContract", {
|
|
280
|
+
enumerable: true,
|
|
281
|
+
get: function () { return chunkGDCTOSMV_cjs.isArkContract; }
|
|
282
|
+
});
|
|
283
|
+
Object.defineProperty(exports, "isBatchSignable", {
|
|
284
|
+
enumerable: true,
|
|
285
|
+
get: function () { return chunkGDCTOSMV_cjs.isBatchSignable; }
|
|
286
|
+
});
|
|
287
|
+
Object.defineProperty(exports, "isDiscoverable", {
|
|
288
|
+
enumerable: true,
|
|
289
|
+
get: function () { return chunkGDCTOSMV_cjs.isDiscoverable; }
|
|
290
|
+
});
|
|
291
|
+
Object.defineProperty(exports, "isExpired", {
|
|
292
|
+
enumerable: true,
|
|
293
|
+
get: function () { return chunkGDCTOSMV_cjs.isExpired; }
|
|
294
|
+
});
|
|
295
|
+
Object.defineProperty(exports, "isRecoverable", {
|
|
296
|
+
enumerable: true,
|
|
297
|
+
get: function () { return chunkGDCTOSMV_cjs.isRecoverable; }
|
|
298
|
+
});
|
|
299
|
+
Object.defineProperty(exports, "isSpendable", {
|
|
300
|
+
enumerable: true,
|
|
301
|
+
get: function () { return chunkGDCTOSMV_cjs.isSpendable; }
|
|
302
|
+
});
|
|
303
|
+
Object.defineProperty(exports, "isSubdust", {
|
|
304
|
+
enumerable: true,
|
|
305
|
+
get: function () { return chunkGDCTOSMV_cjs.isSubdust; }
|
|
306
|
+
});
|
|
307
|
+
Object.defineProperty(exports, "isValidArkAddress", {
|
|
308
|
+
enumerable: true,
|
|
309
|
+
get: function () { return chunkGDCTOSMV_cjs.isValidArkAddress; }
|
|
310
|
+
});
|
|
311
|
+
Object.defineProperty(exports, "isVtxoExpiringSoon", {
|
|
312
|
+
enumerable: true,
|
|
313
|
+
get: function () { return chunkGDCTOSMV_cjs.isVtxoExpiringSoon; }
|
|
314
|
+
});
|
|
315
|
+
Object.defineProperty(exports, "migrateWalletRepository", {
|
|
316
|
+
enumerable: true,
|
|
317
|
+
get: function () { return chunkGDCTOSMV_cjs.migrateWalletRepository; }
|
|
318
|
+
});
|
|
319
|
+
Object.defineProperty(exports, "openDatabase", {
|
|
320
|
+
enumerable: true,
|
|
321
|
+
get: function () { return chunkGDCTOSMV_cjs.openDatabase; }
|
|
322
|
+
});
|
|
323
|
+
Object.defineProperty(exports, "requiresMigration", {
|
|
324
|
+
enumerable: true,
|
|
325
|
+
get: function () { return chunkGDCTOSMV_cjs.requiresMigration; }
|
|
326
|
+
});
|
|
327
|
+
Object.defineProperty(exports, "rollbackMigration", {
|
|
328
|
+
enumerable: true,
|
|
329
|
+
get: function () { return chunkGDCTOSMV_cjs.rollbackMigration; }
|
|
330
|
+
});
|
|
331
|
+
Object.defineProperty(exports, "setupServiceWorker", {
|
|
332
|
+
enumerable: true,
|
|
333
|
+
get: function () { return chunkGDCTOSMV_cjs.setupServiceWorker; }
|
|
334
|
+
});
|
|
335
|
+
Object.defineProperty(exports, "validateConnectorsTxGraph", {
|
|
336
|
+
enumerable: true,
|
|
337
|
+
get: function () { return chunkGDCTOSMV_cjs.validateConnectorsTxGraph; }
|
|
338
|
+
});
|
|
339
|
+
Object.defineProperty(exports, "validateVtxoTxGraph", {
|
|
340
|
+
enumerable: true,
|
|
341
|
+
get: function () { return chunkGDCTOSMV_cjs.validateVtxoTxGraph; }
|
|
342
|
+
});
|
|
343
|
+
Object.defineProperty(exports, "verifyTapscriptSignatures", {
|
|
344
|
+
enumerable: true,
|
|
345
|
+
get: function () { return chunkGDCTOSMV_cjs.verifyTapscriptSignatures; }
|
|
346
|
+
});
|
|
347
|
+
Object.defineProperty(exports, "waitForIncomingFunds", {
|
|
348
|
+
enumerable: true,
|
|
349
|
+
get: function () { return chunkGDCTOSMV_cjs.waitForIncomingFunds; }
|
|
350
|
+
});
|
|
351
|
+
Object.defineProperty(exports, "ArkError", {
|
|
352
|
+
enumerable: true,
|
|
353
|
+
get: function () { return chunk6FLL2Q36_cjs.ArkError; }
|
|
354
|
+
});
|
|
355
|
+
Object.defineProperty(exports, "ArkPsbtFieldKey", {
|
|
356
|
+
enumerable: true,
|
|
357
|
+
get: function () { return chunk6FLL2Q36_cjs.ArkPsbtFieldKey; }
|
|
358
|
+
});
|
|
359
|
+
Object.defineProperty(exports, "ArkPsbtFieldKeyType", {
|
|
360
|
+
enumerable: true,
|
|
361
|
+
get: function () { return chunk6FLL2Q36_cjs.ArkPsbtFieldKeyType; }
|
|
362
|
+
});
|
|
363
|
+
Object.defineProperty(exports, "ChainTxType", {
|
|
364
|
+
enumerable: true,
|
|
365
|
+
get: function () { return chunk6FLL2Q36_cjs.ChainTxType; }
|
|
366
|
+
});
|
|
367
|
+
Object.defineProperty(exports, "ConditionWitness", {
|
|
368
|
+
enumerable: true,
|
|
369
|
+
get: function () { return chunk6FLL2Q36_cjs.ConditionWitness; }
|
|
370
|
+
});
|
|
371
|
+
Object.defineProperty(exports, "CosignerPublicKey", {
|
|
372
|
+
enumerable: true,
|
|
373
|
+
get: function () { return chunk6FLL2Q36_cjs.CosignerPublicKey; }
|
|
374
|
+
});
|
|
375
|
+
Object.defineProperty(exports, "IndexerTxType", {
|
|
376
|
+
enumerable: true,
|
|
377
|
+
get: function () { return chunk6FLL2Q36_cjs.IndexerTxType; }
|
|
378
|
+
});
|
|
379
|
+
Object.defineProperty(exports, "Intent", {
|
|
380
|
+
enumerable: true,
|
|
381
|
+
get: function () { return chunk6FLL2Q36_cjs.Intent; }
|
|
382
|
+
});
|
|
383
|
+
Object.defineProperty(exports, "RestArkProvider", {
|
|
384
|
+
enumerable: true,
|
|
385
|
+
get: function () { return chunk6FLL2Q36_cjs.RestArkProvider; }
|
|
386
|
+
});
|
|
387
|
+
Object.defineProperty(exports, "RestIndexerProvider", {
|
|
388
|
+
enumerable: true,
|
|
389
|
+
get: function () { return chunk6FLL2Q36_cjs.RestIndexerProvider; }
|
|
390
|
+
});
|
|
391
|
+
Object.defineProperty(exports, "SettlementEventType", {
|
|
392
|
+
enumerable: true,
|
|
393
|
+
get: function () { return chunk6FLL2Q36_cjs.SettlementEventType; }
|
|
394
|
+
});
|
|
395
|
+
Object.defineProperty(exports, "Transaction", {
|
|
396
|
+
enumerable: true,
|
|
397
|
+
get: function () { return chunk6FLL2Q36_cjs.Transaction; }
|
|
398
|
+
});
|
|
399
|
+
Object.defineProperty(exports, "VtxoTaprootTree", {
|
|
400
|
+
enumerable: true,
|
|
401
|
+
get: function () { return chunk6FLL2Q36_cjs.VtxoTaprootTree; }
|
|
402
|
+
});
|
|
403
|
+
Object.defineProperty(exports, "VtxoTreeExpiry", {
|
|
404
|
+
enumerable: true,
|
|
405
|
+
get: function () { return chunk6FLL2Q36_cjs.VtxoTreeExpiry; }
|
|
406
|
+
});
|
|
407
|
+
Object.defineProperty(exports, "asset", {
|
|
408
|
+
enumerable: true,
|
|
409
|
+
get: function () { return chunk6FLL2Q36_cjs.asset_exports; }
|
|
410
|
+
});
|
|
411
|
+
Object.defineProperty(exports, "getArkPsbtFields", {
|
|
412
|
+
enumerable: true,
|
|
413
|
+
get: function () { return chunk6FLL2Q36_cjs.getArkPsbtFields; }
|
|
414
|
+
});
|
|
415
|
+
Object.defineProperty(exports, "maybeArkError", {
|
|
416
|
+
enumerable: true,
|
|
417
|
+
get: function () { return chunk6FLL2Q36_cjs.maybeArkError; }
|
|
418
|
+
});
|
|
419
|
+
Object.defineProperty(exports, "setArkPsbtField", {
|
|
420
|
+
enumerable: true,
|
|
421
|
+
get: function () { return chunk6FLL2Q36_cjs.setArkPsbtField; }
|
|
422
|
+
});
|
|
423
|
+
Object.defineProperty(exports, "DefaultContractHandler", {
|
|
424
|
+
enumerable: true,
|
|
425
|
+
get: function () { return chunkIEO3XDKI_cjs.DefaultContractHandler; }
|
|
426
|
+
});
|
|
427
|
+
Object.defineProperty(exports, "DefaultVtxo", {
|
|
428
|
+
enumerable: true,
|
|
429
|
+
get: function () { return chunkIEO3XDKI_cjs.DefaultVtxo; }
|
|
430
|
+
});
|
|
431
|
+
Object.defineProperty(exports, "DelegateContractHandler", {
|
|
432
|
+
enumerable: true,
|
|
433
|
+
get: function () { return chunkIEO3XDKI_cjs.DelegateContractHandler; }
|
|
434
|
+
});
|
|
435
|
+
Object.defineProperty(exports, "DelegateVtxo", {
|
|
436
|
+
enumerable: true,
|
|
437
|
+
get: function () { return chunkIEO3XDKI_cjs.DelegateVtxo; }
|
|
438
|
+
});
|
|
439
|
+
Object.defineProperty(exports, "VHTLC", {
|
|
440
|
+
enumerable: true,
|
|
441
|
+
get: function () { return chunkIEO3XDKI_cjs.VHTLC; }
|
|
442
|
+
});
|
|
443
|
+
Object.defineProperty(exports, "VHTLCContractHandler", {
|
|
444
|
+
enumerable: true,
|
|
445
|
+
get: function () { return chunkIEO3XDKI_cjs.VHTLCContractHandler; }
|
|
446
|
+
});
|
|
447
|
+
Object.defineProperty(exports, "contractHandlers", {
|
|
448
|
+
enumerable: true,
|
|
449
|
+
get: function () { return chunkIEO3XDKI_cjs.contractHandlers; }
|
|
450
|
+
});
|
|
451
|
+
Object.defineProperty(exports, "ArkAddress", {
|
|
452
|
+
enumerable: true,
|
|
453
|
+
get: function () { return chunkWMIPYZSB_cjs.ArkAddress; }
|
|
454
|
+
});
|
|
455
|
+
Object.defineProperty(exports, "CLTVMultisigTapscript", {
|
|
456
|
+
enumerable: true,
|
|
457
|
+
get: function () { return chunkWMIPYZSB_cjs.CLTVMultisigTapscript; }
|
|
458
|
+
});
|
|
459
|
+
Object.defineProperty(exports, "CSVMultisigTapscript", {
|
|
460
|
+
enumerable: true,
|
|
461
|
+
get: function () { return chunkWMIPYZSB_cjs.CSVMultisigTapscript; }
|
|
462
|
+
});
|
|
463
|
+
Object.defineProperty(exports, "ConditionCSVMultisigTapscript", {
|
|
464
|
+
enumerable: true,
|
|
465
|
+
get: function () { return chunkWMIPYZSB_cjs.ConditionCSVMultisigTapscript; }
|
|
466
|
+
});
|
|
467
|
+
Object.defineProperty(exports, "ConditionMultisigTapscript", {
|
|
468
|
+
enumerable: true,
|
|
469
|
+
get: function () { return chunkWMIPYZSB_cjs.ConditionMultisigTapscript; }
|
|
470
|
+
});
|
|
471
|
+
Object.defineProperty(exports, "MultisigTapscript", {
|
|
472
|
+
enumerable: true,
|
|
473
|
+
get: function () { return chunkWMIPYZSB_cjs.MultisigTapscript; }
|
|
474
|
+
});
|
|
475
|
+
Object.defineProperty(exports, "TapTreeCoder", {
|
|
476
|
+
enumerable: true,
|
|
477
|
+
get: function () { return chunkWMIPYZSB_cjs.TapTreeCoder; }
|
|
478
|
+
});
|
|
479
|
+
Object.defineProperty(exports, "VtxoScript", {
|
|
480
|
+
enumerable: true,
|
|
481
|
+
get: function () { return chunkWMIPYZSB_cjs.VtxoScript; }
|
|
482
|
+
});
|
|
483
|
+
Object.defineProperty(exports, "decodeTapscript", {
|
|
484
|
+
enumerable: true,
|
|
485
|
+
get: function () { return chunkWMIPYZSB_cjs.decodeTapscript; }
|
|
486
|
+
});
|
|
487
|
+
Object.defineProperty(exports, "getSequence", {
|
|
488
|
+
enumerable: true,
|
|
489
|
+
get: function () { return chunkWMIPYZSB_cjs.getSequence; }
|
|
490
|
+
});
|
|
491
|
+
Object.defineProperty(exports, "networks", {
|
|
492
|
+
enumerable: true,
|
|
493
|
+
get: function () { return chunkWMIPYZSB_cjs.networks; }
|
|
494
|
+
});
|
|
495
|
+
Object.defineProperty(exports, "sequenceToTimelock", {
|
|
496
|
+
enumerable: true,
|
|
497
|
+
get: function () { return chunkWMIPYZSB_cjs.sequenceToTimelock; }
|
|
498
|
+
});
|
|
499
|
+
Object.defineProperty(exports, "timelockToSequence", {
|
|
500
|
+
enumerable: true,
|
|
501
|
+
get: function () { return chunkWMIPYZSB_cjs.timelockToSequence; }
|
|
502
|
+
});
|
|
503
|
+
//# sourceMappingURL=index.cjs.map
|
|
504
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs"}
|