@arkade-os/sdk 0.4.9 → 0.4.10
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/dist/cjs/index.js +4 -3
- package/dist/cjs/utils/arkTransaction.js +17 -6
- package/dist/cjs/wallet/serviceWorker/wallet.js +3 -2
- package/dist/cjs/worker/errors.js +3 -4
- package/dist/esm/index.js +2 -2
- package/dist/esm/utils/arkTransaction.js +17 -6
- package/dist/esm/wallet/serviceWorker/wallet.js +4 -3
- package/dist/esm/worker/errors.js +2 -3
- package/dist/types/index.d.ts +2 -2
- package/dist/types/worker/errors.d.ts +1 -0
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -36,9 +36,9 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
40
|
-
exports.
|
|
41
|
-
exports.isArkContract = void 0;
|
|
39
|
+
exports.VtxoTreeExpiry = exports.CosignerPublicKey = exports.getArkPsbtFields = exports.setArkPsbtField = exports.ArkPsbtFieldKeyType = exports.ArkPsbtFieldKey = exports.TapTreeCoder = exports.CLTVMultisigTapscript = exports.ConditionMultisigTapscript = exports.ConditionCSVMultisigTapscript = exports.CSVMultisigTapscript = exports.MultisigTapscript = exports.decodeTapscript = exports.ServiceWorkerReadonlyWallet = exports.ServiceWorkerWallet = exports.ServiceWorkerTimeoutError = exports.MessageBusNotInitializedError = exports.MESSAGE_BUS_NOT_INITIALIZED = exports.DelegatorNotConfiguredError = exports.ReadonlyWalletError = exports.WalletNotInitializedError = exports.WalletMessageHandler = exports.MessageBus = exports.setupServiceWorker = exports.SettlementEventType = exports.ChainTxType = exports.IndexerTxType = exports.TxType = exports.VHTLC = exports.VtxoScript = exports.DelegateVtxo = exports.DefaultVtxo = exports.ArkAddress = exports.RestIndexerProvider = exports.RestArkProvider = exports.EsploraProvider = exports.ESPLORA_URL = exports.RestDelegatorProvider = exports.DelegatorManagerImpl = exports.VtxoManager = exports.Ramps = exports.OnchainWallet = exports.ReadonlyDescriptorIdentity = exports.MnemonicIdentity = exports.SeedIdentity = exports.ReadonlySingleKey = exports.SingleKey = exports.ReadonlyWallet = exports.Wallet = exports.asset = void 0;
|
|
40
|
+
exports.contractFromArkContract = exports.decodeArkContract = exports.encodeArkContract = exports.VHTLCContractHandler = exports.DelegateContractHandler = exports.DefaultContractHandler = exports.contractHandlers = exports.ContractWatcher = exports.ContractManager = exports.getSequence = exports.isExpired = exports.isSubdust = exports.isSpendable = exports.isRecoverable = exports.buildForfeitTx = exports.validateConnectorsTxGraph = exports.validateVtxoTxGraph = exports.Batch = exports.maybeArkError = exports.ArkError = exports.Transaction = exports.Unroll = exports.P2A = exports.TxTree = exports.BIP322 = exports.Intent = exports.ContractRepositoryImpl = exports.WalletRepositoryImpl = exports.rollbackMigration = exports.getMigrationStatus = exports.requiresMigration = exports.migrateWalletRepository = exports.MIGRATION_KEY = exports.InMemoryContractRepository = exports.InMemoryWalletRepository = exports.IndexedDBContractRepository = exports.IndexedDBWalletRepository = exports.openDatabase = exports.closeDatabase = exports.networks = exports.ArkNote = exports.isValidArkAddress = exports.isVtxoExpiringSoon = exports.combineTapscriptSigs = exports.hasBoardingTxExpired = exports.waitForIncomingFunds = exports.verifyTapscriptSignatures = exports.buildOffchainTx = exports.ConditionWitness = exports.VtxoTaprootTree = void 0;
|
|
41
|
+
exports.isArkContract = exports.contractFromArkContractWithAddress = void 0;
|
|
42
42
|
const transaction_1 = require("./utils/transaction");
|
|
43
43
|
Object.defineProperty(exports, "Transaction", { enumerable: true, get: function () { return transaction_1.Transaction; } });
|
|
44
44
|
const singleKey_1 = require("./identity/singleKey");
|
|
@@ -180,5 +180,6 @@ Object.defineProperty(exports, "WalletNotInitializedError", { enumerable: true,
|
|
|
180
180
|
Object.defineProperty(exports, "ReadonlyWalletError", { enumerable: true, get: function () { return wallet_message_handler_1.ReadonlyWalletError; } });
|
|
181
181
|
Object.defineProperty(exports, "DelegatorNotConfiguredError", { enumerable: true, get: function () { return wallet_message_handler_1.DelegatorNotConfiguredError; } });
|
|
182
182
|
const errors_2 = require("./worker/errors");
|
|
183
|
+
Object.defineProperty(exports, "MESSAGE_BUS_NOT_INITIALIZED", { enumerable: true, get: function () { return errors_2.MESSAGE_BUS_NOT_INITIALIZED; } });
|
|
183
184
|
Object.defineProperty(exports, "MessageBusNotInitializedError", { enumerable: true, get: function () { return errors_2.MessageBusNotInitializedError; } });
|
|
184
185
|
Object.defineProperty(exports, "ServiceWorkerTimeoutError", { enumerable: true, get: function () { return errors_2.ServiceWorkerTimeoutError; } });
|
|
@@ -15,6 +15,7 @@ const anchor_1 = require("./anchor");
|
|
|
15
15
|
const unknownFields_1 = require("./unknownFields");
|
|
16
16
|
const transaction_1 = require("./transaction");
|
|
17
17
|
const address_1 = require("../script/address");
|
|
18
|
+
const extension_1 = require("../extension");
|
|
18
19
|
/**
|
|
19
20
|
* Builds an offchain transaction with checkpoint transactions.
|
|
20
21
|
*
|
|
@@ -28,16 +29,26 @@ const address_1 = require("../script/address");
|
|
|
28
29
|
* @returns Object containing the virtual transaction and checkpoint transactions
|
|
29
30
|
*/
|
|
30
31
|
function buildOffchainTx(inputs, outputs, serverUnrollScript) {
|
|
31
|
-
|
|
32
|
+
// TODO: use arkd /info
|
|
33
|
+
const MAX_OP_RETURN = 2;
|
|
34
|
+
let countOpReturn = 0;
|
|
35
|
+
let hasExtensionOutput = false;
|
|
32
36
|
for (const [index, output] of outputs.entries()) {
|
|
33
37
|
if (!output.script)
|
|
34
38
|
throw new Error(`missing output script ${index}`);
|
|
35
|
-
const
|
|
36
|
-
|
|
39
|
+
const isExtension = extension_1.Extension.isExtension(output.script);
|
|
40
|
+
const isOpReturn = isExtension || btc_signer_1.Script.decode(output.script)[0] === "RETURN";
|
|
41
|
+
if (isOpReturn) {
|
|
42
|
+
countOpReturn++;
|
|
43
|
+
}
|
|
44
|
+
if (!isExtension)
|
|
37
45
|
continue;
|
|
38
|
-
if (
|
|
39
|
-
throw new Error("multiple
|
|
40
|
-
|
|
46
|
+
if (hasExtensionOutput)
|
|
47
|
+
throw new Error("multiple extension outputs");
|
|
48
|
+
hasExtensionOutput = true;
|
|
49
|
+
}
|
|
50
|
+
if (countOpReturn > MAX_OP_RETURN) {
|
|
51
|
+
throw new Error(`too many OP_RETURN outputs: ${countOpReturn} > ${MAX_OP_RETURN}`);
|
|
41
52
|
}
|
|
42
53
|
const checkpoints = inputs.map((input) => buildCheckpointTx(input, serverUnrollScript));
|
|
43
54
|
const arkTx = buildVirtualTx(checkpoints.map((c) => c.input), outputs);
|
|
@@ -7,11 +7,12 @@ const repositories_1 = require("../../repositories");
|
|
|
7
7
|
const wallet_message_handler_1 = require("./wallet-message-handler");
|
|
8
8
|
const utils_2 = require("../utils");
|
|
9
9
|
const errors_1 = require("../../worker/errors");
|
|
10
|
-
// Check by error
|
|
10
|
+
// Check by error message content instead of instanceof because postMessage uses the
|
|
11
11
|
// structured clone algorithm which strips the prototype chain — the page
|
|
12
12
|
// receives a plain Error, not the original MessageBusNotInitializedError.
|
|
13
13
|
function isMessageBusNotInitializedError(error) {
|
|
14
|
-
return (error instanceof Error &&
|
|
14
|
+
return (error instanceof Error &&
|
|
15
|
+
error.message.includes(errors_1.MESSAGE_BUS_NOT_INITIALIZED));
|
|
15
16
|
}
|
|
16
17
|
const DEDUPABLE_REQUEST_TYPES = new Set([
|
|
17
18
|
"GET_ADDRESS",
|
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ServiceWorkerTimeoutError = exports.MessageBusNotInitializedError = void 0;
|
|
3
|
+
exports.ServiceWorkerTimeoutError = exports.MessageBusNotInitializedError = exports.MESSAGE_BUS_NOT_INITIALIZED = void 0;
|
|
4
|
+
exports.MESSAGE_BUS_NOT_INITIALIZED = "MessageBus not initialized";
|
|
4
5
|
class MessageBusNotInitializedError extends Error {
|
|
5
6
|
constructor() {
|
|
6
|
-
super(
|
|
7
|
-
this.name = "MessageBusNotInitializedError";
|
|
7
|
+
super(exports.MESSAGE_BUS_NOT_INITIALIZED);
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
exports.MessageBusNotInitializedError = MessageBusNotInitializedError;
|
|
11
11
|
class ServiceWorkerTimeoutError extends Error {
|
|
12
12
|
constructor(detail) {
|
|
13
13
|
super(detail);
|
|
14
|
-
this.name = "ServiceWorkerTimeoutError";
|
|
15
14
|
}
|
|
16
15
|
}
|
|
17
16
|
exports.ServiceWorkerTimeoutError = ServiceWorkerTimeoutError;
|
package/dist/esm/index.js
CHANGED
|
@@ -40,7 +40,7 @@ export * as asset from './extension/asset/index.js';
|
|
|
40
40
|
import { ContractManager, ContractWatcher, contractHandlers, DefaultContractHandler, DelegateContractHandler, VHTLCContractHandler, encodeArkContract, decodeArkContract, contractFromArkContract, contractFromArkContractWithAddress, isArkContract, } from './contracts/index.js';
|
|
41
41
|
import { closeDatabase, openDatabase } from './repositories/indexedDB/manager.js';
|
|
42
42
|
import { WalletMessageHandler, WalletNotInitializedError, ReadonlyWalletError, DelegatorNotConfiguredError, } from './wallet/serviceWorker/wallet-message-handler.js';
|
|
43
|
-
import { MessageBusNotInitializedError, ServiceWorkerTimeoutError, } from './worker/errors.js';
|
|
43
|
+
import { MESSAGE_BUS_NOT_INITIALIZED, MessageBusNotInitializedError, ServiceWorkerTimeoutError, } from './worker/errors.js';
|
|
44
44
|
export {
|
|
45
45
|
// Wallets
|
|
46
46
|
Wallet, ReadonlyWallet, SingleKey, ReadonlySingleKey, SeedIdentity, MnemonicIdentity, ReadonlyDescriptorIdentity, OnchainWallet, Ramps, VtxoManager, DelegatorManagerImpl, RestDelegatorProvider,
|
|
@@ -51,7 +51,7 @@ ArkAddress, DefaultVtxo, DelegateVtxo, VtxoScript, VHTLC,
|
|
|
51
51
|
// Enums
|
|
52
52
|
TxType, IndexerTxType, ChainTxType, SettlementEventType,
|
|
53
53
|
// Service Worker
|
|
54
|
-
setupServiceWorker, MessageBus, WalletMessageHandler, WalletNotInitializedError, ReadonlyWalletError, DelegatorNotConfiguredError, MessageBusNotInitializedError, ServiceWorkerTimeoutError, ServiceWorkerWallet, ServiceWorkerReadonlyWallet,
|
|
54
|
+
setupServiceWorker, MessageBus, WalletMessageHandler, WalletNotInitializedError, ReadonlyWalletError, DelegatorNotConfiguredError, MESSAGE_BUS_NOT_INITIALIZED, MessageBusNotInitializedError, ServiceWorkerTimeoutError, ServiceWorkerWallet, ServiceWorkerReadonlyWallet,
|
|
55
55
|
// Tapscript
|
|
56
56
|
decodeTapscript, MultisigTapscript, CSVMultisigTapscript, ConditionCSVMultisigTapscript, ConditionMultisigTapscript, CLTVMultisigTapscript, TapTreeCoder,
|
|
57
57
|
// Ark PSBT fields
|
|
@@ -8,6 +8,7 @@ import { P2A } from './anchor.js';
|
|
|
8
8
|
import { setArkPsbtField, VtxoTaprootTree } from './unknownFields.js';
|
|
9
9
|
import { Transaction } from './transaction.js';
|
|
10
10
|
import { ArkAddress } from '../script/address.js';
|
|
11
|
+
import { Extension } from '../extension/index.js';
|
|
11
12
|
/**
|
|
12
13
|
* Builds an offchain transaction with checkpoint transactions.
|
|
13
14
|
*
|
|
@@ -21,16 +22,26 @@ import { ArkAddress } from '../script/address.js';
|
|
|
21
22
|
* @returns Object containing the virtual transaction and checkpoint transactions
|
|
22
23
|
*/
|
|
23
24
|
export function buildOffchainTx(inputs, outputs, serverUnrollScript) {
|
|
24
|
-
|
|
25
|
+
// TODO: use arkd /info
|
|
26
|
+
const MAX_OP_RETURN = 2;
|
|
27
|
+
let countOpReturn = 0;
|
|
28
|
+
let hasExtensionOutput = false;
|
|
25
29
|
for (const [index, output] of outputs.entries()) {
|
|
26
30
|
if (!output.script)
|
|
27
31
|
throw new Error(`missing output script ${index}`);
|
|
28
|
-
const
|
|
29
|
-
|
|
32
|
+
const isExtension = Extension.isExtension(output.script);
|
|
33
|
+
const isOpReturn = isExtension || Script.decode(output.script)[0] === "RETURN";
|
|
34
|
+
if (isOpReturn) {
|
|
35
|
+
countOpReturn++;
|
|
36
|
+
}
|
|
37
|
+
if (!isExtension)
|
|
30
38
|
continue;
|
|
31
|
-
if (
|
|
32
|
-
throw new Error("multiple
|
|
33
|
-
|
|
39
|
+
if (hasExtensionOutput)
|
|
40
|
+
throw new Error("multiple extension outputs");
|
|
41
|
+
hasExtensionOutput = true;
|
|
42
|
+
}
|
|
43
|
+
if (countOpReturn > MAX_OP_RETURN) {
|
|
44
|
+
throw new Error(`too many OP_RETURN outputs: ${countOpReturn} > ${MAX_OP_RETURN}`);
|
|
34
45
|
}
|
|
35
46
|
const checkpoints = inputs.map((input) => buildCheckpointTx(input, serverUnrollScript));
|
|
36
47
|
const arkTx = buildVirtualTx(checkpoints.map((c) => c.input), outputs);
|
|
@@ -3,12 +3,13 @@ import { setupServiceWorker } from '../../worker/browser/utils.js';
|
|
|
3
3
|
import { IndexedDBContractRepository, IndexedDBWalletRepository, } from '../../repositories/index.js';
|
|
4
4
|
import { DEFAULT_MESSAGE_TAG, } from './wallet-message-handler.js';
|
|
5
5
|
import { getRandomId } from '../utils.js';
|
|
6
|
-
import { ServiceWorkerTimeoutError } from '../../worker/errors.js';
|
|
7
|
-
// Check by error
|
|
6
|
+
import { MESSAGE_BUS_NOT_INITIALIZED, ServiceWorkerTimeoutError, } from '../../worker/errors.js';
|
|
7
|
+
// Check by error message content instead of instanceof because postMessage uses the
|
|
8
8
|
// structured clone algorithm which strips the prototype chain — the page
|
|
9
9
|
// receives a plain Error, not the original MessageBusNotInitializedError.
|
|
10
10
|
function isMessageBusNotInitializedError(error) {
|
|
11
|
-
return (error instanceof Error &&
|
|
11
|
+
return (error instanceof Error &&
|
|
12
|
+
error.message.includes(MESSAGE_BUS_NOT_INITIALIZED));
|
|
12
13
|
}
|
|
13
14
|
const DEDUPABLE_REQUEST_TYPES = new Set([
|
|
14
15
|
"GET_ADDRESS",
|
|
@@ -1,12 +1,11 @@
|
|
|
1
|
+
export const MESSAGE_BUS_NOT_INITIALIZED = "MessageBus not initialized";
|
|
1
2
|
export class MessageBusNotInitializedError extends Error {
|
|
2
3
|
constructor() {
|
|
3
|
-
super(
|
|
4
|
-
this.name = "MessageBusNotInitializedError";
|
|
4
|
+
super(MESSAGE_BUS_NOT_INITIALIZED);
|
|
5
5
|
}
|
|
6
6
|
}
|
|
7
7
|
export class ServiceWorkerTimeoutError extends Error {
|
|
8
8
|
constructor(detail) {
|
|
9
9
|
super(detail);
|
|
10
|
-
this.name = "ServiceWorkerTimeoutError";
|
|
11
10
|
}
|
|
12
11
|
}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -48,6 +48,6 @@ import type { Contract, ContractVtxo, ContractState, ContractEvent, ContractEven
|
|
|
48
48
|
import { IContractManager } from "./contracts/contractManager";
|
|
49
49
|
import { closeDatabase, openDatabase } from "./repositories/indexedDB/manager";
|
|
50
50
|
import { WalletMessageHandler, WalletNotInitializedError, ReadonlyWalletError, DelegatorNotConfiguredError } from "./wallet/serviceWorker/wallet-message-handler";
|
|
51
|
-
import { MessageBusNotInitializedError, ServiceWorkerTimeoutError } from "./worker/errors";
|
|
52
|
-
export { Wallet, ReadonlyWallet, SingleKey, ReadonlySingleKey, SeedIdentity, MnemonicIdentity, ReadonlyDescriptorIdentity, OnchainWallet, Ramps, VtxoManager, DelegatorManagerImpl, RestDelegatorProvider, ESPLORA_URL, EsploraProvider, RestArkProvider, RestIndexerProvider, ArkAddress, DefaultVtxo, DelegateVtxo, VtxoScript, VHTLC, TxType, IndexerTxType, ChainTxType, SettlementEventType, setupServiceWorker, MessageBus, WalletMessageHandler, WalletNotInitializedError, ReadonlyWalletError, DelegatorNotConfiguredError, MessageBusNotInitializedError, ServiceWorkerTimeoutError, ServiceWorkerWallet, ServiceWorkerReadonlyWallet, decodeTapscript, MultisigTapscript, CSVMultisigTapscript, ConditionCSVMultisigTapscript, ConditionMultisigTapscript, CLTVMultisigTapscript, TapTreeCoder, ArkPsbtFieldKey, ArkPsbtFieldKeyType, setArkPsbtField, getArkPsbtFields, CosignerPublicKey, VtxoTreeExpiry, VtxoTaprootTree, ConditionWitness, buildOffchainTx, verifyTapscriptSignatures, waitForIncomingFunds, hasBoardingTxExpired, combineTapscriptSigs, isVtxoExpiringSoon, isValidArkAddress, ArkNote, networks, closeDatabase, openDatabase, IndexedDBWalletRepository, IndexedDBContractRepository, InMemoryWalletRepository, InMemoryContractRepository, MIGRATION_KEY, migrateWalletRepository, requiresMigration, getMigrationStatus, rollbackMigration, WalletRepositoryImpl, ContractRepositoryImpl, Intent, BIP322, TxTree, P2A, Unroll, Transaction, ArkError, maybeArkError, Batch, validateVtxoTxGraph, validateConnectorsTxGraph, buildForfeitTx, isRecoverable, isSpendable, isSubdust, isExpired, getSequence, ContractManager, ContractWatcher, contractHandlers, DefaultContractHandler, DelegateContractHandler, VHTLCContractHandler, encodeArkContract, decodeArkContract, contractFromArkContract, contractFromArkContractWithAddress, isArkContract, };
|
|
51
|
+
import { MESSAGE_BUS_NOT_INITIALIZED, MessageBusNotInitializedError, ServiceWorkerTimeoutError } from "./worker/errors";
|
|
52
|
+
export { Wallet, ReadonlyWallet, SingleKey, ReadonlySingleKey, SeedIdentity, MnemonicIdentity, ReadonlyDescriptorIdentity, OnchainWallet, Ramps, VtxoManager, DelegatorManagerImpl, RestDelegatorProvider, ESPLORA_URL, EsploraProvider, RestArkProvider, RestIndexerProvider, ArkAddress, DefaultVtxo, DelegateVtxo, VtxoScript, VHTLC, TxType, IndexerTxType, ChainTxType, SettlementEventType, setupServiceWorker, MessageBus, WalletMessageHandler, WalletNotInitializedError, ReadonlyWalletError, DelegatorNotConfiguredError, MESSAGE_BUS_NOT_INITIALIZED, MessageBusNotInitializedError, ServiceWorkerTimeoutError, ServiceWorkerWallet, ServiceWorkerReadonlyWallet, decodeTapscript, MultisigTapscript, CSVMultisigTapscript, ConditionCSVMultisigTapscript, ConditionMultisigTapscript, CLTVMultisigTapscript, TapTreeCoder, ArkPsbtFieldKey, ArkPsbtFieldKeyType, setArkPsbtField, getArkPsbtFields, CosignerPublicKey, VtxoTreeExpiry, VtxoTaprootTree, ConditionWitness, buildOffchainTx, verifyTapscriptSignatures, waitForIncomingFunds, hasBoardingTxExpired, combineTapscriptSigs, isVtxoExpiringSoon, isValidArkAddress, ArkNote, networks, closeDatabase, openDatabase, IndexedDBWalletRepository, IndexedDBContractRepository, InMemoryWalletRepository, InMemoryContractRepository, MIGRATION_KEY, migrateWalletRepository, requiresMigration, getMigrationStatus, rollbackMigration, WalletRepositoryImpl, ContractRepositoryImpl, Intent, BIP322, TxTree, P2A, Unroll, Transaction, ArkError, maybeArkError, Batch, validateVtxoTxGraph, validateConnectorsTxGraph, buildForfeitTx, isRecoverable, isSpendable, isSubdust, isExpired, getSequence, ContractManager, ContractWatcher, contractHandlers, DefaultContractHandler, DelegateContractHandler, VHTLCContractHandler, encodeArkContract, decodeArkContract, contractFromArkContract, contractFromArkContractWithAddress, isArkContract, };
|
|
53
53
|
export type { Identity, ReadonlyIdentity, IWallet, IReadonlyWallet, BaseWalletConfig, WalletConfig, ReadonlyWalletConfig, ProviderClass, ArkTransaction, Coin, ExtendedCoin, ExtendedVirtualCoin, WalletBalance, SendBitcoinParams, SettleParams, Status, VirtualStatus, Outpoint, VirtualCoin, TxKey, TapscriptType, ArkTxInput, OffchainTx, TapLeaves, IncomingFunds, SeedIdentityOptions, MnemonicOptions, NetworkOptions, DescriptorOptions, IndexerProvider, PageResponse, BatchInfo, ChainTx, CommitmentTx, TxHistoryRecord, Vtxo, VtxoChain, Tx, OnchainProvider, ArkProvider, SettlementEvent, FeeInfo, ArkInfo, SignedIntent, Output, TxNotification, ExplorerTransaction, BatchFinalizationEvent, BatchFinalizedEvent, BatchFailedEvent, TreeSigningStartedEvent, TreeNoncesEvent, BatchStartedEvent, TreeTxEvent, TreeSignatureEvent, ScheduledSession, PaginationOptions, SubscriptionResponse, SubscriptionHeartbeat, SubscriptionEvent, Network, NetworkName, ArkTapscript, RelativeTimelock, EncodedVtxoScript, TapLeafScript, SignerSession, TreeNonces, TreePartialSigs, GetVtxosFilter, SettlementConfig, IVtxoManager, Asset, Recipient, IssuanceParams, IssuanceResult, ReissuanceParams, BurnParams, AssetDetails, AssetMetadata, KnownMetadata, Nonces, PartialSig, ArkPsbtFieldCoder, TxTreeNode, AnchorBumper, StorageConfig, Contract, ContractVtxo, ContractState, ContractEvent, ContractEventCallback, ContractBalance, ContractWithVtxos, ContractHandler, IContractManager, PathSelection, PathContext, ContractManagerConfig, CreateContractParams, ContractWatcherConfig, ParsedArkContract, DefaultContractParams, DelegateContractParams, VHTLCContractParams, MessageHandler, RequestEnvelope, ResponseEnvelope, IDelegatorManager, DelegatorProvider, DelegateInfo, DelegateOptions, WalletRepository, ContractRepository, MigrationStatus, };
|