@crossmint/wallets-sdk 0.18.3 → 0.18.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.
- package/dist/api/client.cjs +10 -1
- package/dist/api/client.js +10 -1
- package/dist/api/gen/client.gen.cjs +7 -1
- package/dist/api/gen/client.gen.js +7 -1
- package/dist/api/gen/index.cjs +179 -1
- package/dist/api/gen/index.js +179 -1
- package/dist/api/gen/sdk.gen.cjs +178 -1
- package/dist/api/gen/sdk.gen.js +178 -1
- package/dist/api/gen/types.gen.js +1 -1
- package/dist/api/index.cjs +12 -1
- package/dist/api/index.js +12 -1
- package/dist/api/types.js +1 -1
- package/dist/chains/chains.cjs +9 -1
- package/dist/chains/chains.js +9 -1
- package/dist/chains/definitions/story.cjs +7 -1
- package/dist/chains/definitions/story.js +7 -1
- package/dist/chains/definitions/storyTestnet.cjs +7 -1
- package/dist/chains/definitions/storyTestnet.js +7 -1
- package/dist/chunk-2T5HHKUI.js +19 -0
- package/dist/chunk-34FDYDOM.cjs +87 -0
- package/dist/chunk-3U6UAYOV.js +25 -0
- package/dist/chunk-454RYNSZ.js +80 -0
- package/dist/chunk-455NK5LB.js +0 -0
- package/dist/chunk-55V4VMTX.cjs +25 -0
- package/dist/chunk-5BP6CVYY.cjs +58 -0
- package/dist/chunk-5YR2ILEW.js +69 -0
- package/dist/chunk-6G7ZWCCG.js +247 -0
- package/dist/chunk-7ECQJFYM.cjs +63 -0
- package/dist/chunk-7JFVG4IY.js +59 -0
- package/dist/chunk-AL77JANE.js +36 -0
- package/dist/chunk-B6JOIWRH.cjs +289 -0
- package/dist/chunk-BSC55MYK.cjs +43 -0
- package/dist/chunk-CCIGWTAO.cjs +1 -0
- package/dist/chunk-CHGPNMRL.cjs +36 -0
- package/dist/chunk-CL44FTXR.js +289 -0
- package/dist/chunk-CN2GVFBU.cjs +138 -0
- package/dist/chunk-DQCXGBZM.js +59 -0
- package/dist/chunk-E3OS753T.js +175 -0
- package/dist/chunk-EYJQSDDI.js +43 -0
- package/dist/chunk-F6E3ZDRG.cjs +175 -0
- package/dist/chunk-FPMW7Q5O.js +55 -0
- package/dist/chunk-G3LEJR3P.cjs +53 -0
- package/dist/chunk-G5NYLGM5.cjs +55 -0
- package/dist/chunk-GLRDLJS5.js +92 -0
- package/dist/chunk-GNF2U7IX.cjs +69 -0
- package/dist/chunk-GQIZWD4F.cjs +301 -0
- package/dist/chunk-HYKMSBCT.cjs +75 -0
- package/dist/chunk-IVNYZDI5.cjs +73 -0
- package/dist/chunk-K3HFAPSV.js +73 -0
- package/dist/chunk-KS63YEQ4.js +138 -0
- package/dist/chunk-KT3CVXFG.js +9 -0
- package/dist/chunk-LGONZW4W.cjs +629 -0
- package/dist/chunk-LHYSCUKJ.cjs +16 -0
- package/dist/chunk-LKAO2MV2.cjs +80 -0
- package/dist/chunk-LLFD22UQ.cjs +36 -0
- package/dist/chunk-MZBFXUHT.js +63 -0
- package/dist/chunk-NIBKCMQ2.cjs +19 -0
- package/dist/chunk-OKXSUK63.js +87 -0
- package/dist/chunk-R2OY54EJ.cjs +59 -0
- package/dist/chunk-RAWKXOHR.js +53 -0
- package/dist/chunk-RBHGZDDX.cjs +58 -0
- package/dist/chunk-RHR6P2KP.cjs +15 -0
- package/dist/chunk-RTRDZB52.js +778 -0
- package/dist/chunk-S5YXROL6.js +301 -0
- package/dist/chunk-SGINWAB6.js +155 -0
- package/dist/chunk-TK3EUCQ4.cjs +59 -0
- package/dist/chunk-TOHXQVLS.js +58 -0
- package/dist/chunk-UKBWSQ7R.js +629 -0
- package/dist/chunk-UMGB3Q7I.cjs +92 -0
- package/dist/chunk-V3QJQUT7.cjs +778 -0
- package/dist/chunk-WC7T2CR4.js +44 -0
- package/dist/chunk-WJUPOCKJ.js +15 -0
- package/dist/chunk-WQVJM3PG.js +16 -0
- package/dist/chunk-XC2V34TS.cjs +155 -0
- package/dist/chunk-XRA5GFH3.js +75 -0
- package/dist/chunk-YBA7WO32.cjs +44 -0
- package/dist/chunk-ZP4ZZCIE.js +58 -0
- package/dist/chunk-ZT7EGOCI.cjs +9 -0
- package/dist/chunk-ZTGRDOOH.js +36 -0
- package/dist/chunk-ZZJ7U5G3.cjs +247 -0
- package/dist/index.cjs +57 -1
- package/dist/index.js +57 -1
- package/dist/logger/index.cjs +11 -0
- package/dist/logger/index.d.cts +2 -0
- package/dist/logger/index.d.ts +2 -0
- package/dist/logger/index.js +11 -0
- package/dist/logger/init.cjs +10 -0
- package/dist/logger/init.d.cts +15 -0
- package/dist/logger/init.d.ts +15 -0
- package/dist/logger/init.js +10 -0
- package/dist/sdk.cjs +33 -1
- package/dist/sdk.js +33 -1
- package/dist/signers/evm-api-key.cjs +7 -1
- package/dist/signers/evm-api-key.js +7 -1
- package/dist/signers/evm-external-wallet.cjs +7 -1
- package/dist/signers/evm-external-wallet.js +7 -1
- package/dist/signers/index.cjs +21 -1
- package/dist/signers/index.js +21 -1
- package/dist/signers/non-custodial/index.cjs +24 -1
- package/dist/signers/non-custodial/index.js +24 -1
- package/dist/signers/non-custodial/ncs-evm-signer.cjs +10 -1
- package/dist/signers/non-custodial/ncs-evm-signer.js +10 -1
- package/dist/signers/non-custodial/ncs-iframe-manager.cjs +7 -1
- package/dist/signers/non-custodial/ncs-iframe-manager.js +7 -1
- package/dist/signers/non-custodial/ncs-signer.cjs +11 -1
- package/dist/signers/non-custodial/ncs-signer.js +11 -1
- package/dist/signers/non-custodial/ncs-solana-signer.cjs +10 -1
- package/dist/signers/non-custodial/ncs-solana-signer.js +10 -1
- package/dist/signers/non-custodial/ncs-stellar-signer.cjs +10 -1
- package/dist/signers/non-custodial/ncs-stellar-signer.js +10 -1
- package/dist/signers/passkey.cjs +7 -1
- package/dist/signers/passkey.js +7 -1
- package/dist/signers/solana-api-key.cjs +7 -1
- package/dist/signers/solana-api-key.js +7 -1
- package/dist/signers/solana-external-wallet.cjs +8 -1
- package/dist/signers/solana-external-wallet.js +8 -1
- package/dist/signers/stellar-external-wallet.cjs +7 -1
- package/dist/signers/stellar-external-wallet.js +7 -1
- package/dist/signers/types.cjs +9 -1
- package/dist/signers/types.js +9 -1
- package/dist/utils/constants.cjs +13 -1
- package/dist/utils/constants.js +13 -1
- package/dist/utils/errors.cjs +55 -1
- package/dist/utils/errors.js +55 -1
- package/dist/utils/signer-validation.cjs +10 -1
- package/dist/utils/signer-validation.d.cts +7 -1
- package/dist/utils/signer-validation.d.ts +7 -1
- package/dist/utils/signer-validation.js +10 -1
- package/dist/wallets/evm.cjs +20 -1
- package/dist/wallets/evm.js +20 -1
- package/dist/wallets/solana.cjs +18 -1
- package/dist/wallets/solana.js +18 -1
- package/dist/wallets/stellar.cjs +17 -1
- package/dist/wallets/stellar.js +17 -1
- package/dist/wallets/wallet-factory.cjs +27 -1
- package/dist/wallets/wallet-factory.js +27 -1
- package/dist/wallets/wallet.cjs +16 -1
- package/dist/wallets/wallet.js +16 -1
- package/package.json +6 -5
- package/dist/chunk-2SHDBC47.js +0 -1
- package/dist/chunk-2XVV7Z43.cjs +0 -1
- package/dist/chunk-2YH3NVVK.cjs +0 -1
- package/dist/chunk-3APSOOE3.js +0 -1
- package/dist/chunk-3SW6AJSG.cjs +0 -1
- package/dist/chunk-4KXOWU5E.cjs +0 -1
- package/dist/chunk-5M7IRODB.js +0 -1
- package/dist/chunk-5QIW67NU.cjs +0 -1
- package/dist/chunk-6PVKL5RC.js +0 -1
- package/dist/chunk-7HTB7WKD.cjs +0 -1
- package/dist/chunk-7JIPYRKX.js +0 -1
- package/dist/chunk-BQZES4ST.js +0 -1
- package/dist/chunk-BW7YYVZE.js +0 -1
- package/dist/chunk-C3T63EC7.cjs +0 -1
- package/dist/chunk-CXTC3YDL.cjs +0 -1
- package/dist/chunk-DV6ZRFKV.js +0 -1
- package/dist/chunk-DX7VVXY5.cjs +0 -1
- package/dist/chunk-FATVK26C.js +0 -1
- package/dist/chunk-GEY574TH.cjs +0 -1
- package/dist/chunk-GKZFI322.js +0 -1
- package/dist/chunk-H4T4IXCF.js +0 -1
- package/dist/chunk-HJ5EDMTA.js +0 -1
- package/dist/chunk-HPHVJ6BA.cjs +0 -1
- package/dist/chunk-HQAKCIYM.js +0 -1
- package/dist/chunk-HRSVFJND.cjs +0 -1
- package/dist/chunk-IGBQEAD5.js +0 -1
- package/dist/chunk-IR5WN6FQ.cjs +0 -1
- package/dist/chunk-JUSY5XEE.js +0 -1
- package/dist/chunk-KFJLRIY7.js +0 -1
- package/dist/chunk-KKQBZXFE.js +0 -1
- package/dist/chunk-KO6QYKDX.cjs +0 -1
- package/dist/chunk-KRV3IXJU.cjs +0 -1
- package/dist/chunk-LW6JSI4J.js +0 -1
- package/dist/chunk-M2UBZY5S.cjs +0 -1
- package/dist/chunk-M4TOGGLV.cjs +0 -1
- package/dist/chunk-MQP5VZCA.cjs +0 -1
- package/dist/chunk-NP32UO2G.cjs +0 -1
- package/dist/chunk-O4FVTK7X.cjs +0 -1
- package/dist/chunk-P6JJHAAV.js +0 -1
- package/dist/chunk-PONCGT2H.cjs +0 -1
- package/dist/chunk-PSXRNSOE.js +0 -1
- package/dist/chunk-QMXG67T3.cjs +0 -1
- package/dist/chunk-RJZV72YF.js +0 -1
- package/dist/chunk-S3DYQVRD.js +0 -1
- package/dist/chunk-SLG7HGGL.js +0 -1
- package/dist/chunk-STYSP6KL.cjs +0 -1
- package/dist/chunk-UBOWSXW3.js +0 -1
- package/dist/chunk-UNBXKCNN.js +0 -1
- package/dist/chunk-VY634F3J.js +0 -1
- package/dist/chunk-WQP2FSVI.js +0 -1
- package/dist/chunk-WYYAPI4G.cjs +0 -1
- package/dist/chunk-WZFHEUWT.cjs +0 -1
- package/dist/chunk-XALFCQKD.cjs +0 -1
- package/dist/chunk-YWPTI2QO.cjs +0 -1
- package/dist/chunk-YWXQIFVZ.js +0 -3
- package/dist/chunk-YZ4HRYSL.cjs +0 -1
- package/dist/chunk-Z54LVUDS.js +0 -1
- package/dist/chunk-ZWMB3QLR.cjs +0 -3
|
@@ -1 +1,24 @@
|
|
|
1
|
-
import"../../chunk-YDZRBHS3.js";
|
|
1
|
+
import "../../chunk-YDZRBHS3.js";
|
|
2
|
+
import {
|
|
3
|
+
EVMNonCustodialSigner
|
|
4
|
+
} from "../../chunk-454RYNSZ.js";
|
|
5
|
+
import {
|
|
6
|
+
SolanaNonCustodialSigner
|
|
7
|
+
} from "../../chunk-XRA5GFH3.js";
|
|
8
|
+
import {
|
|
9
|
+
StellarNonCustodialSigner
|
|
10
|
+
} from "../../chunk-K3HFAPSV.js";
|
|
11
|
+
import {
|
|
12
|
+
DEFAULT_EVENT_OPTIONS,
|
|
13
|
+
NonCustodialSigner
|
|
14
|
+
} from "../../chunk-CL44FTXR.js";
|
|
15
|
+
import "../../chunk-7JFVG4IY.js";
|
|
16
|
+
import "../../chunk-WJUPOCKJ.js";
|
|
17
|
+
import "../../chunk-FPMW7Q5O.js";
|
|
18
|
+
export {
|
|
19
|
+
DEFAULT_EVENT_OPTIONS,
|
|
20
|
+
EVMNonCustodialSigner,
|
|
21
|
+
NonCustodialSigner,
|
|
22
|
+
SolanaNonCustodialSigner,
|
|
23
|
+
StellarNonCustodialSigner
|
|
24
|
+
};
|
|
@@ -1 +1,10 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkLKAO2MV2cjs = require('../../chunk-LKAO2MV2.cjs');
|
|
4
|
+
require('../../chunk-B6JOIWRH.cjs');
|
|
5
|
+
require('../../chunk-TK3EUCQ4.cjs');
|
|
6
|
+
require('../../chunk-RHR6P2KP.cjs');
|
|
7
|
+
require('../../chunk-G5NYLGM5.cjs');
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
exports.EVMNonCustodialSigner = _chunkLKAO2MV2cjs.EVMNonCustodialSigner;
|
|
@@ -1 +1,10 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import {
|
|
2
|
+
EVMNonCustodialSigner
|
|
3
|
+
} from "../../chunk-454RYNSZ.js";
|
|
4
|
+
import "../../chunk-CL44FTXR.js";
|
|
5
|
+
import "../../chunk-7JFVG4IY.js";
|
|
6
|
+
import "../../chunk-WJUPOCKJ.js";
|
|
7
|
+
import "../../chunk-FPMW7Q5O.js";
|
|
8
|
+
export {
|
|
9
|
+
EVMNonCustodialSigner
|
|
10
|
+
};
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkTK3EUCQ4cjs = require('../../chunk-TK3EUCQ4.cjs');
|
|
4
|
+
require('../../chunk-G5NYLGM5.cjs');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
exports.NcsIframeManager = _chunkTK3EUCQ4cjs.NcsIframeManager;
|
|
@@ -1 +1,11 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
var _chunkB6JOIWRHcjs = require('../../chunk-B6JOIWRH.cjs');
|
|
5
|
+
require('../../chunk-TK3EUCQ4.cjs');
|
|
6
|
+
require('../../chunk-RHR6P2KP.cjs');
|
|
7
|
+
require('../../chunk-G5NYLGM5.cjs');
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
exports.DEFAULT_EVENT_OPTIONS = _chunkB6JOIWRHcjs.DEFAULT_EVENT_OPTIONS; exports.NonCustodialSigner = _chunkB6JOIWRHcjs.NonCustodialSigner;
|
|
@@ -1 +1,11 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import {
|
|
2
|
+
DEFAULT_EVENT_OPTIONS,
|
|
3
|
+
NonCustodialSigner
|
|
4
|
+
} from "../../chunk-CL44FTXR.js";
|
|
5
|
+
import "../../chunk-7JFVG4IY.js";
|
|
6
|
+
import "../../chunk-WJUPOCKJ.js";
|
|
7
|
+
import "../../chunk-FPMW7Q5O.js";
|
|
8
|
+
export {
|
|
9
|
+
DEFAULT_EVENT_OPTIONS,
|
|
10
|
+
NonCustodialSigner
|
|
11
|
+
};
|
|
@@ -1 +1,10 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkHYKMSBCTcjs = require('../../chunk-HYKMSBCT.cjs');
|
|
4
|
+
require('../../chunk-B6JOIWRH.cjs');
|
|
5
|
+
require('../../chunk-TK3EUCQ4.cjs');
|
|
6
|
+
require('../../chunk-RHR6P2KP.cjs');
|
|
7
|
+
require('../../chunk-G5NYLGM5.cjs');
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
exports.SolanaNonCustodialSigner = _chunkHYKMSBCTcjs.SolanaNonCustodialSigner;
|
|
@@ -1 +1,10 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import {
|
|
2
|
+
SolanaNonCustodialSigner
|
|
3
|
+
} from "../../chunk-XRA5GFH3.js";
|
|
4
|
+
import "../../chunk-CL44FTXR.js";
|
|
5
|
+
import "../../chunk-7JFVG4IY.js";
|
|
6
|
+
import "../../chunk-WJUPOCKJ.js";
|
|
7
|
+
import "../../chunk-FPMW7Q5O.js";
|
|
8
|
+
export {
|
|
9
|
+
SolanaNonCustodialSigner
|
|
10
|
+
};
|
|
@@ -1 +1,10 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkIVNYZDI5cjs = require('../../chunk-IVNYZDI5.cjs');
|
|
4
|
+
require('../../chunk-B6JOIWRH.cjs');
|
|
5
|
+
require('../../chunk-TK3EUCQ4.cjs');
|
|
6
|
+
require('../../chunk-RHR6P2KP.cjs');
|
|
7
|
+
require('../../chunk-G5NYLGM5.cjs');
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
exports.StellarNonCustodialSigner = _chunkIVNYZDI5cjs.StellarNonCustodialSigner;
|
|
@@ -1 +1,10 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import {
|
|
2
|
+
StellarNonCustodialSigner
|
|
3
|
+
} from "../../chunk-K3HFAPSV.js";
|
|
4
|
+
import "../../chunk-CL44FTXR.js";
|
|
5
|
+
import "../../chunk-7JFVG4IY.js";
|
|
6
|
+
import "../../chunk-WJUPOCKJ.js";
|
|
7
|
+
import "../../chunk-FPMW7Q5O.js";
|
|
8
|
+
export {
|
|
9
|
+
StellarNonCustodialSigner
|
|
10
|
+
};
|
package/dist/signers/passkey.cjs
CHANGED
|
@@ -1 +1,7 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkBSC55MYKcjs = require('../chunk-BSC55MYK.cjs');
|
|
4
|
+
require('../chunk-G5NYLGM5.cjs');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
exports.PasskeySigner = _chunkBSC55MYKcjs.PasskeySigner;
|
package/dist/signers/passkey.js
CHANGED
|
@@ -1 +1,7 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkLLFD22UQcjs = require('../chunk-LLFD22UQ.cjs');
|
|
4
|
+
require('../chunk-G5NYLGM5.cjs');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
exports.SolanaApiKeySigner = _chunkLLFD22UQcjs.SolanaApiKeySigner;
|
|
@@ -1 +1,8 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkR2OY54EJcjs = require('../chunk-R2OY54EJ.cjs');
|
|
4
|
+
require('../chunk-XC2V34TS.cjs');
|
|
5
|
+
require('../chunk-G5NYLGM5.cjs');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
exports.SolanaExternalWalletSigner = _chunkR2OY54EJcjs.SolanaExternalWalletSigner;
|
|
@@ -1 +1,8 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import {
|
|
2
|
+
SolanaExternalWalletSigner
|
|
3
|
+
} from "../chunk-DQCXGBZM.js";
|
|
4
|
+
import "../chunk-SGINWAB6.js";
|
|
5
|
+
import "../chunk-FPMW7Q5O.js";
|
|
6
|
+
export {
|
|
7
|
+
SolanaExternalWalletSigner
|
|
8
|
+
};
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkYBA7WO32cjs = require('../chunk-YBA7WO32.cjs');
|
|
4
|
+
require('../chunk-G5NYLGM5.cjs');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
exports.StellarExternalWalletSigner = _chunkYBA7WO32cjs.StellarExternalWalletSigner;
|
package/dist/signers/types.cjs
CHANGED
|
@@ -1 +1,9 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
var _chunkRHR6P2KPcjs = require('../chunk-RHR6P2KP.cjs');
|
|
5
|
+
require('../chunk-G5NYLGM5.cjs');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
exports.AuthRejectedError = _chunkRHR6P2KPcjs.AuthRejectedError; exports.isExportableSigner = _chunkRHR6P2KPcjs.isExportableSigner;
|
package/dist/signers/types.js
CHANGED
|
@@ -1 +1,9 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import {
|
|
2
|
+
AuthRejectedError,
|
|
3
|
+
isExportableSigner
|
|
4
|
+
} from "../chunk-WJUPOCKJ.js";
|
|
5
|
+
import "../chunk-FPMW7Q5O.js";
|
|
6
|
+
export {
|
|
7
|
+
AuthRejectedError,
|
|
8
|
+
isExportableSigner
|
|
9
|
+
};
|
package/dist/utils/constants.cjs
CHANGED
|
@@ -1 +1,13 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
var _chunkLHYSCUKJcjs = require('../chunk-LHYSCUKJ.cjs');
|
|
7
|
+
require('../chunk-G5NYLGM5.cjs');
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
exports.SDK_NAME = _chunkLHYSCUKJcjs.SDK_NAME; exports.SDK_VERSION = _chunkLHYSCUKJcjs.SDK_VERSION; exports.STATUS_POLLING_INTERVAL_MS = _chunkLHYSCUKJcjs.STATUS_POLLING_INTERVAL_MS; exports.WALLETS_SERVICE = _chunkLHYSCUKJcjs.WALLETS_SERVICE;
|
package/dist/utils/constants.js
CHANGED
|
@@ -1 +1,13 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import {
|
|
2
|
+
SDK_NAME,
|
|
3
|
+
SDK_VERSION,
|
|
4
|
+
STATUS_POLLING_INTERVAL_MS,
|
|
5
|
+
WALLETS_SERVICE
|
|
6
|
+
} from "../chunk-WQVJM3PG.js";
|
|
7
|
+
import "../chunk-FPMW7Q5O.js";
|
|
8
|
+
export {
|
|
9
|
+
SDK_NAME,
|
|
10
|
+
SDK_VERSION,
|
|
11
|
+
STATUS_POLLING_INTERVAL_MS,
|
|
12
|
+
WALLETS_SERVICE
|
|
13
|
+
};
|
package/dist/utils/errors.cjs
CHANGED
|
@@ -1 +1,55 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
var _chunkXC2V34TScjs = require('../chunk-XC2V34TS.cjs');
|
|
28
|
+
require('../chunk-G5NYLGM5.cjs');
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
exports.InvalidApiKeyError = _chunkXC2V34TScjs.InvalidApiKeyError; exports.InvalidEnvironmentError = _chunkXC2V34TScjs.InvalidEnvironmentError; exports.InvalidMessageFormatError = _chunkXC2V34TScjs.InvalidMessageFormatError; exports.InvalidSignerError = _chunkXC2V34TScjs.InvalidSignerError; exports.InvalidTypedDataError = _chunkXC2V34TScjs.InvalidTypedDataError; exports.InvalidWalletConfigError = _chunkXC2V34TScjs.InvalidWalletConfigError; exports.MessageSigningNotSupportedError = _chunkXC2V34TScjs.MessageSigningNotSupportedError; exports.PendingApprovalsError = _chunkXC2V34TScjs.PendingApprovalsError; exports.SignatureFailedError = _chunkXC2V34TScjs.SignatureFailedError; exports.SignatureNotAvailableError = _chunkXC2V34TScjs.SignatureNotAvailableError; exports.SignatureNotCreatedError = _chunkXC2V34TScjs.SignatureNotCreatedError; exports.SignatureNotFoundError = _chunkXC2V34TScjs.SignatureNotFoundError; exports.SignerTypeMismatchError = _chunkXC2V34TScjs.SignerTypeMismatchError; exports.SigningFailedError = _chunkXC2V34TScjs.SigningFailedError; exports.TransactionAwaitingApprovalError = _chunkXC2V34TScjs.TransactionAwaitingApprovalError; exports.TransactionConfirmationTimeoutError = _chunkXC2V34TScjs.TransactionConfirmationTimeoutError; exports.TransactionFailedError = _chunkXC2V34TScjs.TransactionFailedError; exports.TransactionHashNotFoundError = _chunkXC2V34TScjs.TransactionHashNotFoundError; exports.TransactionNotAvailableError = _chunkXC2V34TScjs.TransactionNotAvailableError; exports.TransactionNotCreatedError = _chunkXC2V34TScjs.TransactionNotCreatedError; exports.TransactionSendingFailedError = _chunkXC2V34TScjs.TransactionSendingFailedError; exports.WalletCreationError = _chunkXC2V34TScjs.WalletCreationError; exports.WalletNotAvailableError = _chunkXC2V34TScjs.WalletNotAvailableError; exports.WalletTypeMismatchError = _chunkXC2V34TScjs.WalletTypeMismatchError; exports.WalletTypeNotSupportedError = _chunkXC2V34TScjs.WalletTypeNotSupportedError;
|
package/dist/utils/errors.js
CHANGED
|
@@ -1 +1,55 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import {
|
|
2
|
+
InvalidApiKeyError,
|
|
3
|
+
InvalidEnvironmentError,
|
|
4
|
+
InvalidMessageFormatError,
|
|
5
|
+
InvalidSignerError,
|
|
6
|
+
InvalidTypedDataError,
|
|
7
|
+
InvalidWalletConfigError,
|
|
8
|
+
MessageSigningNotSupportedError,
|
|
9
|
+
PendingApprovalsError,
|
|
10
|
+
SignatureFailedError,
|
|
11
|
+
SignatureNotAvailableError,
|
|
12
|
+
SignatureNotCreatedError,
|
|
13
|
+
SignatureNotFoundError,
|
|
14
|
+
SignerTypeMismatchError,
|
|
15
|
+
SigningFailedError,
|
|
16
|
+
TransactionAwaitingApprovalError,
|
|
17
|
+
TransactionConfirmationTimeoutError,
|
|
18
|
+
TransactionFailedError,
|
|
19
|
+
TransactionHashNotFoundError,
|
|
20
|
+
TransactionNotAvailableError,
|
|
21
|
+
TransactionNotCreatedError,
|
|
22
|
+
TransactionSendingFailedError,
|
|
23
|
+
WalletCreationError,
|
|
24
|
+
WalletNotAvailableError,
|
|
25
|
+
WalletTypeMismatchError,
|
|
26
|
+
WalletTypeNotSupportedError
|
|
27
|
+
} from "../chunk-SGINWAB6.js";
|
|
28
|
+
import "../chunk-FPMW7Q5O.js";
|
|
29
|
+
export {
|
|
30
|
+
InvalidApiKeyError,
|
|
31
|
+
InvalidEnvironmentError,
|
|
32
|
+
InvalidMessageFormatError,
|
|
33
|
+
InvalidSignerError,
|
|
34
|
+
InvalidTypedDataError,
|
|
35
|
+
InvalidWalletConfigError,
|
|
36
|
+
MessageSigningNotSupportedError,
|
|
37
|
+
PendingApprovalsError,
|
|
38
|
+
SignatureFailedError,
|
|
39
|
+
SignatureNotAvailableError,
|
|
40
|
+
SignatureNotCreatedError,
|
|
41
|
+
SignatureNotFoundError,
|
|
42
|
+
SignerTypeMismatchError,
|
|
43
|
+
SigningFailedError,
|
|
44
|
+
TransactionAwaitingApprovalError,
|
|
45
|
+
TransactionConfirmationTimeoutError,
|
|
46
|
+
TransactionFailedError,
|
|
47
|
+
TransactionHashNotFoundError,
|
|
48
|
+
TransactionNotAvailableError,
|
|
49
|
+
TransactionNotCreatedError,
|
|
50
|
+
TransactionSendingFailedError,
|
|
51
|
+
WalletCreationError,
|
|
52
|
+
WalletNotAvailableError,
|
|
53
|
+
WalletTypeMismatchError,
|
|
54
|
+
WalletTypeNotSupportedError
|
|
55
|
+
};
|
|
@@ -1 +1,10 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
var _chunkRBHGZDDXcjs = require('../chunk-RBHGZDDX.cjs');
|
|
5
|
+
require('../chunk-XC2V34TS.cjs');
|
|
6
|
+
require('../chunk-G5NYLGM5.cjs');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
exports.compareSignerConfigs = _chunkRBHGZDDXcjs.compareSignerConfigs; exports.normalizeValueForComparison = _chunkRBHGZDDXcjs.normalizeValueForComparison;
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Normalizes a value for comparison if it's an email address.
|
|
3
|
+
* This ensures that email addresses are compared using the same normalization
|
|
4
|
+
* logic as the backend (e.g., Gmail addresses with dots are normalized).
|
|
5
|
+
*/
|
|
6
|
+
declare function normalizeValueForComparison(value: unknown): unknown;
|
|
1
7
|
declare function compareSignerConfigs(newSignerConfig: Record<string, unknown>, existingSignerConfig: Record<string, unknown>, path?: string): void;
|
|
2
8
|
|
|
3
|
-
export { compareSignerConfigs };
|
|
9
|
+
export { compareSignerConfigs, normalizeValueForComparison };
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Normalizes a value for comparison if it's an email address.
|
|
3
|
+
* This ensures that email addresses are compared using the same normalization
|
|
4
|
+
* logic as the backend (e.g., Gmail addresses with dots are normalized).
|
|
5
|
+
*/
|
|
6
|
+
declare function normalizeValueForComparison(value: unknown): unknown;
|
|
1
7
|
declare function compareSignerConfigs(newSignerConfig: Record<string, unknown>, existingSignerConfig: Record<string, unknown>, path?: string): void;
|
|
2
8
|
|
|
3
|
-
export { compareSignerConfigs };
|
|
9
|
+
export { compareSignerConfigs, normalizeValueForComparison };
|
|
@@ -1 +1,10 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import {
|
|
2
|
+
compareSignerConfigs,
|
|
3
|
+
normalizeValueForComparison
|
|
4
|
+
} from "../chunk-ZP4ZZCIE.js";
|
|
5
|
+
import "../chunk-SGINWAB6.js";
|
|
6
|
+
import "../chunk-FPMW7Q5O.js";
|
|
7
|
+
export {
|
|
8
|
+
compareSignerConfigs,
|
|
9
|
+
normalizeValueForComparison
|
|
10
|
+
};
|
package/dist/wallets/evm.cjs
CHANGED
|
@@ -1 +1,20 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkF6E3ZDRGcjs = require('../chunk-F6E3ZDRG.cjs');
|
|
4
|
+
require('../chunk-LGONZW4W.cjs');
|
|
5
|
+
require('../chunk-PO6S7UR3.cjs');
|
|
6
|
+
require('../chunk-LKAO2MV2.cjs');
|
|
7
|
+
require('../chunk-HYKMSBCT.cjs');
|
|
8
|
+
require('../chunk-IVNYZDI5.cjs');
|
|
9
|
+
require('../chunk-B6JOIWRH.cjs');
|
|
10
|
+
require('../chunk-TK3EUCQ4.cjs');
|
|
11
|
+
require('../chunk-RHR6P2KP.cjs');
|
|
12
|
+
require('../chunk-XC2V34TS.cjs');
|
|
13
|
+
require('../chunk-CN2GVFBU.cjs');
|
|
14
|
+
require('../chunk-NIBKCMQ2.cjs');
|
|
15
|
+
require('../chunk-55V4VMTX.cjs');
|
|
16
|
+
require('../chunk-LHYSCUKJ.cjs');
|
|
17
|
+
require('../chunk-G5NYLGM5.cjs');
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
exports.EVMWallet = _chunkF6E3ZDRGcjs.EVMWallet;
|
package/dist/wallets/evm.js
CHANGED
|
@@ -1 +1,20 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import {
|
|
2
|
+
EVMWallet
|
|
3
|
+
} from "../chunk-E3OS753T.js";
|
|
4
|
+
import "../chunk-UKBWSQ7R.js";
|
|
5
|
+
import "../chunk-YDZRBHS3.js";
|
|
6
|
+
import "../chunk-454RYNSZ.js";
|
|
7
|
+
import "../chunk-XRA5GFH3.js";
|
|
8
|
+
import "../chunk-K3HFAPSV.js";
|
|
9
|
+
import "../chunk-CL44FTXR.js";
|
|
10
|
+
import "../chunk-7JFVG4IY.js";
|
|
11
|
+
import "../chunk-WJUPOCKJ.js";
|
|
12
|
+
import "../chunk-SGINWAB6.js";
|
|
13
|
+
import "../chunk-KS63YEQ4.js";
|
|
14
|
+
import "../chunk-2T5HHKUI.js";
|
|
15
|
+
import "../chunk-3U6UAYOV.js";
|
|
16
|
+
import "../chunk-WQVJM3PG.js";
|
|
17
|
+
import "../chunk-FPMW7Q5O.js";
|
|
18
|
+
export {
|
|
19
|
+
EVMWallet
|
|
20
|
+
};
|
package/dist/wallets/solana.cjs
CHANGED
|
@@ -1 +1,18 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkUMGB3Q7Icjs = require('../chunk-UMGB3Q7I.cjs');
|
|
4
|
+
require('../chunk-LGONZW4W.cjs');
|
|
5
|
+
require('../chunk-PO6S7UR3.cjs');
|
|
6
|
+
require('../chunk-LKAO2MV2.cjs');
|
|
7
|
+
require('../chunk-HYKMSBCT.cjs');
|
|
8
|
+
require('../chunk-IVNYZDI5.cjs');
|
|
9
|
+
require('../chunk-B6JOIWRH.cjs');
|
|
10
|
+
require('../chunk-TK3EUCQ4.cjs');
|
|
11
|
+
require('../chunk-R2OY54EJ.cjs');
|
|
12
|
+
require('../chunk-RHR6P2KP.cjs');
|
|
13
|
+
require('../chunk-XC2V34TS.cjs');
|
|
14
|
+
require('../chunk-LHYSCUKJ.cjs');
|
|
15
|
+
require('../chunk-G5NYLGM5.cjs');
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
exports.SolanaWallet = _chunkUMGB3Q7Icjs.SolanaWallet;
|
package/dist/wallets/solana.js
CHANGED
|
@@ -1 +1,18 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import {
|
|
2
|
+
SolanaWallet
|
|
3
|
+
} from "../chunk-GLRDLJS5.js";
|
|
4
|
+
import "../chunk-UKBWSQ7R.js";
|
|
5
|
+
import "../chunk-YDZRBHS3.js";
|
|
6
|
+
import "../chunk-454RYNSZ.js";
|
|
7
|
+
import "../chunk-XRA5GFH3.js";
|
|
8
|
+
import "../chunk-K3HFAPSV.js";
|
|
9
|
+
import "../chunk-CL44FTXR.js";
|
|
10
|
+
import "../chunk-7JFVG4IY.js";
|
|
11
|
+
import "../chunk-DQCXGBZM.js";
|
|
12
|
+
import "../chunk-WJUPOCKJ.js";
|
|
13
|
+
import "../chunk-SGINWAB6.js";
|
|
14
|
+
import "../chunk-WQVJM3PG.js";
|
|
15
|
+
import "../chunk-FPMW7Q5O.js";
|
|
16
|
+
export {
|
|
17
|
+
SolanaWallet
|
|
18
|
+
};
|
package/dist/wallets/stellar.cjs
CHANGED
|
@@ -1 +1,17 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunk34FDYDOMcjs = require('../chunk-34FDYDOM.cjs');
|
|
4
|
+
require('../chunk-LGONZW4W.cjs');
|
|
5
|
+
require('../chunk-PO6S7UR3.cjs');
|
|
6
|
+
require('../chunk-LKAO2MV2.cjs');
|
|
7
|
+
require('../chunk-HYKMSBCT.cjs');
|
|
8
|
+
require('../chunk-IVNYZDI5.cjs');
|
|
9
|
+
require('../chunk-B6JOIWRH.cjs');
|
|
10
|
+
require('../chunk-TK3EUCQ4.cjs');
|
|
11
|
+
require('../chunk-RHR6P2KP.cjs');
|
|
12
|
+
require('../chunk-XC2V34TS.cjs');
|
|
13
|
+
require('../chunk-LHYSCUKJ.cjs');
|
|
14
|
+
require('../chunk-G5NYLGM5.cjs');
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
exports.StellarWallet = _chunk34FDYDOMcjs.StellarWallet;
|
package/dist/wallets/stellar.js
CHANGED
|
@@ -1 +1,17 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import {
|
|
2
|
+
StellarWallet
|
|
3
|
+
} from "../chunk-OKXSUK63.js";
|
|
4
|
+
import "../chunk-UKBWSQ7R.js";
|
|
5
|
+
import "../chunk-YDZRBHS3.js";
|
|
6
|
+
import "../chunk-454RYNSZ.js";
|
|
7
|
+
import "../chunk-XRA5GFH3.js";
|
|
8
|
+
import "../chunk-K3HFAPSV.js";
|
|
9
|
+
import "../chunk-CL44FTXR.js";
|
|
10
|
+
import "../chunk-7JFVG4IY.js";
|
|
11
|
+
import "../chunk-WJUPOCKJ.js";
|
|
12
|
+
import "../chunk-SGINWAB6.js";
|
|
13
|
+
import "../chunk-WQVJM3PG.js";
|
|
14
|
+
import "../chunk-FPMW7Q5O.js";
|
|
15
|
+
export {
|
|
16
|
+
StellarWallet
|
|
17
|
+
};
|
|
@@ -1 +1,27 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkGQIZWD4Fcjs = require('../chunk-GQIZWD4F.cjs');
|
|
4
|
+
require('../chunk-RBHGZDDX.cjs');
|
|
5
|
+
require('../chunk-LGONZW4W.cjs');
|
|
6
|
+
require('../chunk-5BP6CVYY.cjs');
|
|
7
|
+
require('../chunk-PO6S7UR3.cjs');
|
|
8
|
+
require('../chunk-LKAO2MV2.cjs');
|
|
9
|
+
require('../chunk-HYKMSBCT.cjs');
|
|
10
|
+
require('../chunk-IVNYZDI5.cjs');
|
|
11
|
+
require('../chunk-B6JOIWRH.cjs');
|
|
12
|
+
require('../chunk-TK3EUCQ4.cjs');
|
|
13
|
+
require('../chunk-CHGPNMRL.cjs');
|
|
14
|
+
require('../chunk-7ECQJFYM.cjs');
|
|
15
|
+
require('../chunk-BSC55MYK.cjs');
|
|
16
|
+
require('../chunk-LLFD22UQ.cjs');
|
|
17
|
+
require('../chunk-R2OY54EJ.cjs');
|
|
18
|
+
require('../chunk-YBA7WO32.cjs');
|
|
19
|
+
require('../chunk-RHR6P2KP.cjs');
|
|
20
|
+
require('../chunk-XC2V34TS.cjs');
|
|
21
|
+
require('../chunk-CCIGWTAO.cjs');
|
|
22
|
+
require('../chunk-G3LEJR3P.cjs');
|
|
23
|
+
require('../chunk-LHYSCUKJ.cjs');
|
|
24
|
+
require('../chunk-G5NYLGM5.cjs');
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
exports.WalletFactory = _chunkGQIZWD4Fcjs.WalletFactory;
|