@crossmint/wallets-sdk 0.16.1 → 0.17.0
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 +1 -1
- package/dist/api/client.js +1 -1
- package/dist/api/gen/index.cjs +1 -1
- package/dist/api/gen/index.d.cts +2 -2
- package/dist/api/gen/index.d.ts +2 -2
- package/dist/api/gen/index.js +1 -1
- package/dist/api/gen/sdk.gen.cjs +1 -1
- package/dist/api/gen/sdk.gen.d.cts +7 -14
- package/dist/api/gen/sdk.gen.d.ts +7 -14
- package/dist/api/gen/sdk.gen.js +1 -1
- package/dist/api/gen/types.gen.d.cts +186 -785
- package/dist/api/gen/types.gen.d.ts +186 -785
- package/dist/api/index.cjs +1 -1
- package/dist/api/index.js +1 -1
- package/dist/chains/chains.cjs +1 -1
- package/dist/chains/chains.d.cts +2 -2
- package/dist/chains/chains.d.ts +2 -2
- package/dist/chains/chains.js +1 -1
- package/dist/{chunk-5N4SU66C.cjs → chunk-3BE3LUEB.cjs} +1 -1
- package/dist/{chunk-XMAB26TU.cjs → chunk-4KZAG4VH.cjs} +1 -1
- package/dist/{chunk-BF7GANTT.cjs → chunk-753OXTBJ.cjs} +1 -1
- package/dist/chunk-7JIPYRKX.js +1 -0
- package/dist/chunk-7PL5R5TB.cjs +3 -0
- package/dist/chunk-AEZMQJJU.js +1 -0
- package/dist/chunk-APFPWGBA.cjs +1 -0
- package/dist/chunk-IAW3HAP7.cjs +1 -0
- package/dist/chunk-ILZHDSL5.js +1 -0
- package/dist/chunk-MAM5GG5H.js +1 -0
- package/dist/{chunk-LVEDRUSD.js → chunk-NIXW54RY.js} +1 -1
- package/dist/{chunk-AISR2EGI.cjs → chunk-PONCGT2H.cjs} +1 -1
- package/dist/chunk-QHI4GXPK.js +3 -0
- package/dist/{chunk-UHUK45UV.js → chunk-QU25JCZ4.js} +1 -1
- package/dist/chunk-R5D3H242.js +1 -0
- package/dist/chunk-SCBNKE32.cjs +1 -0
- package/dist/chunk-SM5EUIGX.js +1 -0
- package/dist/chunk-WXUAASE6.cjs +1 -0
- package/dist/chunk-YT7BYAGZ.js +1 -0
- package/dist/chunk-ZWIBJV7K.cjs +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/sdk.cjs +1 -1
- package/dist/sdk.js +1 -1
- package/dist/utils/constants.cjs +1 -1
- package/dist/utils/constants.js +1 -1
- package/dist/wallets/evm.cjs +1 -1
- package/dist/wallets/evm.js +1 -1
- package/dist/wallets/solana.cjs +1 -1
- package/dist/wallets/solana.js +1 -1
- package/dist/wallets/stellar.cjs +1 -1
- package/dist/wallets/stellar.js +1 -1
- package/dist/wallets/types.d.cts +1 -0
- package/dist/wallets/types.d.ts +1 -0
- package/dist/wallets/wallet-factory.cjs +1 -1
- package/dist/wallets/wallet-factory.d.cts +1 -0
- package/dist/wallets/wallet-factory.d.ts +1 -0
- package/dist/wallets/wallet-factory.js +1 -1
- package/dist/wallets/wallet.cjs +1 -1
- package/dist/wallets/wallet.d.cts +2 -0
- package/dist/wallets/wallet.d.ts +2 -0
- package/dist/wallets/wallet.js +1 -1
- package/package.json +3 -3
- package/dist/chunk-5RDZL756.js +0 -1
- package/dist/chunk-CU6FZ36V.cjs +0 -1
- package/dist/chunk-I5COKXOT.js +0 -1
- package/dist/chunk-J2JXAOQL.js +0 -1
- package/dist/chunk-KQUU7MDY.cjs +0 -1
- package/dist/chunk-KU7353J3.js +0 -1
- package/dist/chunk-L5AEYION.js +0 -1
- package/dist/chunk-PEI7JUAD.cjs +0 -1
- package/dist/chunk-RZTV2HFJ.js +0 -3
- package/dist/chunk-SJWUJWK4.cjs +0 -1
- package/dist/chunk-SRASGWK2.cjs +0 -3
- package/dist/chunk-TSYVR6RU.js +0 -1
- package/dist/chunk-VE7C3B6L.cjs +0 -1
- package/dist/chunk-WOW4ED4X.js +0 -1
|
@@ -19,7 +19,7 @@ type CreateSignatureRequestDto = {
|
|
|
19
19
|
/**
|
|
20
20
|
* The chain on which the signature will be submitted
|
|
21
21
|
*/
|
|
22
|
-
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | '
|
|
22
|
+
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | 'base-goerli' | 'base-sepolia' | 'bsc-testnet' | 'chiliz-spicy-testnet' | 'coti-testnet' | 'ethereum-goerli' | 'ethereum-sepolia' | 'hedera-testnet' | 'hypersonic-testnet' | 'lightlink-pegasus' | 'mantle-sepolia' | 'optimism-goerli' | 'optimism-sepolia' | 'polygon-amoy' | 'polygon-mumbai' | 'crossmint-private-testnet-ethereum' | 'crossmint-private-testnet-polygon' | 'rari-testnet' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'shape-sepolia' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'space-testnet' | 'story-testnet' | 'verify-testnet' | 'viction-testnet' | 'xai-sepolia-testnet' | 'zkatana' | 'zkyoto' | 'zora-goerli' | 'zora-sepolia' | 'mode-sepolia' | 'u2u-nebulas' | 'zenchain-testnet' | 'abstract-testnet' | 'world-chain-sepolia' | 'plume-testnet' | 'flow-testnet' | 'ethereum' | 'polygon' | 'bsc' | 'optimism' | 'arbitrum' | 'base' | 'zora' | 'arbitrumnova' | 'astar-zkevm' | 'apechain' | 'hedera' | 'coti' | 'lightlink' | 'mantle' | 'skale-nebula' | 'sei-pacific-1' | 'chiliz' | 'avalanche' | 'xai' | 'shape' | 'rari' | 'scroll' | 'viction' | 'mode' | 'space' | 'soneium' | 'story' | 'u2u-solaris' | 'abstract' | 'world-chain' | 'plume' | 'flow';
|
|
23
23
|
};
|
|
24
24
|
} | {
|
|
25
25
|
type: 'solana-message';
|
|
@@ -63,7 +63,7 @@ type CreateSignatureRequestDto = {
|
|
|
63
63
|
/**
|
|
64
64
|
* The chain on which the signature will be submitted
|
|
65
65
|
*/
|
|
66
|
-
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | '
|
|
66
|
+
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | 'base-goerli' | 'base-sepolia' | 'bsc-testnet' | 'chiliz-spicy-testnet' | 'coti-testnet' | 'ethereum-goerli' | 'ethereum-sepolia' | 'hedera-testnet' | 'hypersonic-testnet' | 'lightlink-pegasus' | 'mantle-sepolia' | 'optimism-goerli' | 'optimism-sepolia' | 'polygon-amoy' | 'polygon-mumbai' | 'crossmint-private-testnet-ethereum' | 'crossmint-private-testnet-polygon' | 'rari-testnet' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'shape-sepolia' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'space-testnet' | 'story-testnet' | 'verify-testnet' | 'viction-testnet' | 'xai-sepolia-testnet' | 'zkatana' | 'zkyoto' | 'zora-goerli' | 'zora-sepolia' | 'mode-sepolia' | 'u2u-nebulas' | 'zenchain-testnet' | 'abstract-testnet' | 'world-chain-sepolia' | 'plume-testnet' | 'flow-testnet' | 'ethereum' | 'polygon' | 'bsc' | 'optimism' | 'arbitrum' | 'base' | 'zora' | 'arbitrumnova' | 'astar-zkevm' | 'apechain' | 'hedera' | 'coti' | 'lightlink' | 'mantle' | 'skale-nebula' | 'sei-pacific-1' | 'chiliz' | 'avalanche' | 'xai' | 'shape' | 'rari' | 'scroll' | 'viction' | 'mode' | 'space' | 'soneium' | 'story' | 'u2u-solaris' | 'abstract' | 'world-chain' | 'plume' | 'flow';
|
|
67
67
|
/**
|
|
68
68
|
* Signer Locator
|
|
69
69
|
* The locator for the signer who will approve this signature
|
|
@@ -96,7 +96,7 @@ type CreateSignatureV2025Dto = {
|
|
|
96
96
|
/**
|
|
97
97
|
* The chain on which the signature will be submitted. Required for EVM wallets, optional for others.
|
|
98
98
|
*/
|
|
99
|
-
chain?: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | '
|
|
99
|
+
chain?: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | 'base-goerli' | 'base-sepolia' | 'bsc-testnet' | 'chiliz-spicy-testnet' | 'coti-testnet' | 'ethereum-goerli' | 'ethereum-sepolia' | 'hedera-testnet' | 'hypersonic-testnet' | 'lightlink-pegasus' | 'mantle-sepolia' | 'optimism-goerli' | 'optimism-sepolia' | 'polygon-amoy' | 'polygon-mumbai' | 'crossmint-private-testnet-ethereum' | 'crossmint-private-testnet-polygon' | 'rari-testnet' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'shape-sepolia' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'space-testnet' | 'story-testnet' | 'verify-testnet' | 'viction-testnet' | 'xai-sepolia-testnet' | 'zkatana' | 'zkyoto' | 'zora-goerli' | 'zora-sepolia' | 'mode-sepolia' | 'u2u-nebulas' | 'zenchain-testnet' | 'abstract-testnet' | 'world-chain-sepolia' | 'plume-testnet' | 'flow-testnet' | 'ethereum' | 'polygon' | 'bsc' | 'optimism' | 'arbitrum' | 'base' | 'zora' | 'arbitrumnova' | 'astar-zkevm' | 'apechain' | 'hedera' | 'coti' | 'lightlink' | 'mantle' | 'skale-nebula' | 'sei-pacific-1' | 'chiliz' | 'avalanche' | 'xai' | 'shape' | 'rari' | 'scroll' | 'viction' | 'mode' | 'space' | 'soneium' | 'story' | 'u2u-solaris' | 'abstract' | 'world-chain' | 'plume' | 'flow';
|
|
100
100
|
};
|
|
101
101
|
} | {
|
|
102
102
|
type: 'typed-data';
|
|
@@ -129,7 +129,7 @@ type CreateSignatureV2025Dto = {
|
|
|
129
129
|
/**
|
|
130
130
|
* The chain on which the signature will be submitted
|
|
131
131
|
*/
|
|
132
|
-
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | '
|
|
132
|
+
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | 'base-goerli' | 'base-sepolia' | 'bsc-testnet' | 'chiliz-spicy-testnet' | 'coti-testnet' | 'ethereum-goerli' | 'ethereum-sepolia' | 'hedera-testnet' | 'hypersonic-testnet' | 'lightlink-pegasus' | 'mantle-sepolia' | 'optimism-goerli' | 'optimism-sepolia' | 'polygon-amoy' | 'polygon-mumbai' | 'crossmint-private-testnet-ethereum' | 'crossmint-private-testnet-polygon' | 'rari-testnet' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'shape-sepolia' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'space-testnet' | 'story-testnet' | 'verify-testnet' | 'viction-testnet' | 'xai-sepolia-testnet' | 'zkatana' | 'zkyoto' | 'zora-goerli' | 'zora-sepolia' | 'mode-sepolia' | 'u2u-nebulas' | 'zenchain-testnet' | 'abstract-testnet' | 'world-chain-sepolia' | 'plume-testnet' | 'flow-testnet' | 'ethereum' | 'polygon' | 'bsc' | 'optimism' | 'arbitrum' | 'base' | 'zora' | 'arbitrumnova' | 'astar-zkevm' | 'apechain' | 'hedera' | 'coti' | 'lightlink' | 'mantle' | 'skale-nebula' | 'sei-pacific-1' | 'chiliz' | 'avalanche' | 'xai' | 'shape' | 'rari' | 'scroll' | 'viction' | 'mode' | 'space' | 'soneium' | 'story' | 'u2u-solaris' | 'abstract' | 'world-chain' | 'plume' | 'flow';
|
|
133
133
|
/**
|
|
134
134
|
* Signer Locator
|
|
135
135
|
* The locator for the signer who will approve this signature
|
|
@@ -171,11 +171,29 @@ type CreateSignerInputDto = {
|
|
|
171
171
|
*/
|
|
172
172
|
y: string;
|
|
173
173
|
};
|
|
174
|
+
} | {
|
|
175
|
+
/**
|
|
176
|
+
* Identifier for email signer type
|
|
177
|
+
*/
|
|
178
|
+
type: 'email';
|
|
179
|
+
/**
|
|
180
|
+
* The email address for the signer
|
|
181
|
+
*/
|
|
182
|
+
email: string;
|
|
183
|
+
} | {
|
|
184
|
+
/**
|
|
185
|
+
* Identifier for phone signer type
|
|
186
|
+
*/
|
|
187
|
+
type: 'phone';
|
|
188
|
+
/**
|
|
189
|
+
* The phone number for the signer in E164 format
|
|
190
|
+
*/
|
|
191
|
+
phone: string;
|
|
174
192
|
};
|
|
175
193
|
/**
|
|
176
194
|
* The chain where the signer will be registered
|
|
177
195
|
*/
|
|
178
|
-
chain: 'abstract' | 'apechain' | 'arbitrum' | 'arbitrumnova' | 'avalanche' | 'base' | 'bsc' | 'flow' | 'mantle' | 'mode' | 'optimism' | 'polygon' | 'scroll' | 'sei-pacific-1' | 'shape' | 'story' | 'world-chain' | 'zora' | 'abstract-testnet' | 'arbitrum-sepolia' | 'avalanche-fuji' | 'base-sepolia' | 'curtis' | 'ethereum-sepolia' | 'flow-testnet' | 'mantle-sepolia' | 'mode-sepolia' | 'optimism-sepolia' | 'polygon-amoy' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'story-testnet' | 'world-chain-sepolia' | 'zora-sepolia';
|
|
196
|
+
chain: 'abstract' | 'apechain' | 'arbitrum' | 'arbitrumnova' | 'avalanche' | 'base' | 'bsc' | 'flow' | 'mantle' | 'mode' | 'optimism' | 'plume' | 'polygon' | 'scroll' | 'sei-pacific-1' | 'shape' | 'story' | 'world-chain' | 'zora' | 'abstract-testnet' | 'arbitrum-sepolia' | 'avalanche-fuji' | 'base-sepolia' | 'curtis' | 'ethereum-sepolia' | 'flow-testnet' | 'mantle-sepolia' | 'mode-sepolia' | 'optimism-sepolia' | 'plume-testnet' | 'polygon-amoy' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'story-testnet' | 'world-chain-sepolia' | 'zora-sepolia';
|
|
179
197
|
/**
|
|
180
198
|
* The expiry date of the signer in milliseconds since UNIX epoch
|
|
181
199
|
*/
|
|
@@ -321,7 +339,7 @@ type CreateSignerV2025InputDto = {
|
|
|
321
339
|
/**
|
|
322
340
|
* The chain where the signer will be registered
|
|
323
341
|
*/
|
|
324
|
-
chain: 'abstract' | 'apechain' | 'arbitrum' | 'arbitrumnova' | 'avalanche' | 'base' | 'bsc' | 'flow' | 'mantle' | 'mode' | 'optimism' | 'polygon' | 'scroll' | 'sei-pacific-1' | 'shape' | 'story' | 'world-chain' | 'zora' | 'abstract-testnet' | 'arbitrum-sepolia' | 'avalanche-fuji' | 'base-sepolia' | 'curtis' | 'ethereum-sepolia' | 'flow-testnet' | 'mantle-sepolia' | 'mode-sepolia' | 'optimism-sepolia' | 'polygon-amoy' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'story-testnet' | 'world-chain-sepolia' | 'zora-sepolia';
|
|
342
|
+
chain: 'abstract' | 'apechain' | 'arbitrum' | 'arbitrumnova' | 'avalanche' | 'base' | 'bsc' | 'flow' | 'mantle' | 'mode' | 'optimism' | 'plume' | 'polygon' | 'scroll' | 'sei-pacific-1' | 'shape' | 'story' | 'world-chain' | 'zora' | 'abstract-testnet' | 'arbitrum-sepolia' | 'avalanche-fuji' | 'base-sepolia' | 'curtis' | 'ethereum-sepolia' | 'flow-testnet' | 'mantle-sepolia' | 'mode-sepolia' | 'optimism-sepolia' | 'plume-testnet' | 'polygon-amoy' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'story-testnet' | 'world-chain-sepolia' | 'zora-sepolia';
|
|
325
343
|
/**
|
|
326
344
|
* The expiry date of the signer in ISO 8601 format
|
|
327
345
|
*/
|
|
@@ -383,39 +401,7 @@ type CreateTransactionDto = {
|
|
|
383
401
|
/**
|
|
384
402
|
* The ABI for the function to call
|
|
385
403
|
*/
|
|
386
|
-
abi: Array<
|
|
387
|
-
type: 'error';
|
|
388
|
-
inputs: Array<unknown>;
|
|
389
|
-
name: string;
|
|
390
|
-
} | {
|
|
391
|
-
type: 'event';
|
|
392
|
-
anonymous?: boolean;
|
|
393
|
-
inputs: Array<unknown & {
|
|
394
|
-
indexed?: boolean;
|
|
395
|
-
}>;
|
|
396
|
-
name: string;
|
|
397
|
-
} | ({
|
|
398
|
-
constant?: boolean;
|
|
399
|
-
gas?: number;
|
|
400
|
-
payable?: boolean;
|
|
401
|
-
} & ({
|
|
402
|
-
type: 'function';
|
|
403
|
-
inputs: Array<unknown>;
|
|
404
|
-
name: string;
|
|
405
|
-
outputs: Array<unknown>;
|
|
406
|
-
stateMutability: 'pure' | 'view' | 'nonpayable' | 'payable';
|
|
407
|
-
} | {
|
|
408
|
-
type: 'constructor';
|
|
409
|
-
inputs: Array<unknown>;
|
|
410
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
411
|
-
} | {
|
|
412
|
-
type: 'fallback';
|
|
413
|
-
inputs?: unknown;
|
|
414
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
415
|
-
} | {
|
|
416
|
-
type: 'receive';
|
|
417
|
-
stateMutability: 'payable';
|
|
418
|
-
}))>;
|
|
404
|
+
abi: Array<unknown>;
|
|
419
405
|
/**
|
|
420
406
|
* The arguments to pass to the function
|
|
421
407
|
*/
|
|
@@ -446,7 +432,7 @@ type CreateTransactionDto = {
|
|
|
446
432
|
/**
|
|
447
433
|
* The chain on which the transaction will be executed
|
|
448
434
|
*/
|
|
449
|
-
chain: 'abstract' | 'apechain' | 'arbitrum' | 'arbitrumnova' | 'avalanche' | 'base' | 'bsc' | 'flow' | 'mantle' | 'mode' | 'optimism' | 'polygon' | 'scroll' | 'sei-pacific-1' | 'shape' | 'story' | 'world-chain' | 'zora' | 'abstract-testnet' | 'arbitrum-sepolia' | 'avalanche-fuji' | 'base-sepolia' | 'curtis' | 'ethereum-sepolia' | 'flow-testnet' | 'mantle-sepolia' | 'mode-sepolia' | 'optimism-sepolia' | 'polygon-amoy' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'story-testnet' | 'world-chain-sepolia' | 'zora-sepolia';
|
|
435
|
+
chain: 'abstract' | 'apechain' | 'arbitrum' | 'arbitrumnova' | 'avalanche' | 'base' | 'bsc' | 'flow' | 'mantle' | 'mode' | 'optimism' | 'plume' | 'polygon' | 'scroll' | 'sei-pacific-1' | 'shape' | 'story' | 'world-chain' | 'zora' | 'abstract-testnet' | 'arbitrum-sepolia' | 'avalanche-fuji' | 'base-sepolia' | 'curtis' | 'ethereum-sepolia' | 'flow-testnet' | 'mantle-sepolia' | 'mode-sepolia' | 'optimism-sepolia' | 'plume-testnet' | 'polygon-amoy' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'story-testnet' | 'world-chain-sepolia' | 'zora-sepolia';
|
|
450
436
|
/**
|
|
451
437
|
* Signer Locator
|
|
452
438
|
* The locator for the signer who will submit this transaction
|
|
@@ -498,39 +484,7 @@ type CreateTransactionDto = {
|
|
|
498
484
|
/**
|
|
499
485
|
* The ABI for the function to call
|
|
500
486
|
*/
|
|
501
|
-
abi: Array<
|
|
502
|
-
type: 'error';
|
|
503
|
-
inputs: Array<unknown>;
|
|
504
|
-
name: string;
|
|
505
|
-
} | {
|
|
506
|
-
type: 'event';
|
|
507
|
-
anonymous?: boolean;
|
|
508
|
-
inputs: Array<unknown & {
|
|
509
|
-
indexed?: boolean;
|
|
510
|
-
}>;
|
|
511
|
-
name: string;
|
|
512
|
-
} | ({
|
|
513
|
-
constant?: boolean;
|
|
514
|
-
gas?: number;
|
|
515
|
-
payable?: boolean;
|
|
516
|
-
} & ({
|
|
517
|
-
type: 'function';
|
|
518
|
-
inputs: Array<unknown>;
|
|
519
|
-
name: string;
|
|
520
|
-
outputs: Array<unknown>;
|
|
521
|
-
stateMutability: 'pure' | 'view' | 'nonpayable' | 'payable';
|
|
522
|
-
} | {
|
|
523
|
-
type: 'constructor';
|
|
524
|
-
inputs: Array<unknown>;
|
|
525
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
526
|
-
} | {
|
|
527
|
-
type: 'fallback';
|
|
528
|
-
inputs?: unknown;
|
|
529
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
530
|
-
} | {
|
|
531
|
-
type: 'receive';
|
|
532
|
-
stateMutability: 'payable';
|
|
533
|
-
}))>;
|
|
487
|
+
abi: Array<unknown>;
|
|
534
488
|
/**
|
|
535
489
|
* The arguments to pass to the function
|
|
536
490
|
*/
|
|
@@ -539,7 +493,7 @@ type CreateTransactionDto = {
|
|
|
539
493
|
/**
|
|
540
494
|
* The chain on which the transaction will be executed
|
|
541
495
|
*/
|
|
542
|
-
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | '
|
|
496
|
+
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | 'base-goerli' | 'base-sepolia' | 'bsc-testnet' | 'chiliz-spicy-testnet' | 'coti-testnet' | 'ethereum-goerli' | 'ethereum-sepolia' | 'hedera-testnet' | 'hypersonic-testnet' | 'lightlink-pegasus' | 'mantle-sepolia' | 'optimism-goerli' | 'optimism-sepolia' | 'polygon-amoy' | 'polygon-mumbai' | 'crossmint-private-testnet-ethereum' | 'crossmint-private-testnet-polygon' | 'rari-testnet' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'shape-sepolia' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'space-testnet' | 'story-testnet' | 'verify-testnet' | 'viction-testnet' | 'xai-sepolia-testnet' | 'zkatana' | 'zkyoto' | 'zora-goerli' | 'zora-sepolia' | 'mode-sepolia' | 'u2u-nebulas' | 'zenchain-testnet' | 'abstract-testnet' | 'world-chain-sepolia' | 'plume-testnet' | 'flow-testnet' | 'ethereum' | 'polygon' | 'bsc' | 'optimism' | 'arbitrum' | 'base' | 'zora' | 'arbitrumnova' | 'astar-zkevm' | 'apechain' | 'hedera' | 'coti' | 'lightlink' | 'mantle' | 'skale-nebula' | 'sei-pacific-1' | 'chiliz' | 'avalanche' | 'xai' | 'shape' | 'rari' | 'scroll' | 'viction' | 'mode' | 'space' | 'soneium' | 'story' | 'u2u-solaris' | 'abstract' | 'world-chain' | 'plume' | 'flow';
|
|
543
497
|
};
|
|
544
498
|
} | {
|
|
545
499
|
/**
|
|
@@ -548,6 +502,7 @@ type CreateTransactionDto = {
|
|
|
548
502
|
*/
|
|
549
503
|
params: {
|
|
550
504
|
/**
|
|
505
|
+
* Stellar contract call transaction parameters
|
|
551
506
|
* Stellar transaction to execute
|
|
552
507
|
*/
|
|
553
508
|
transaction: {
|
|
@@ -567,22 +522,13 @@ type CreateTransactionDto = {
|
|
|
567
522
|
* The memo for the transaction
|
|
568
523
|
*/
|
|
569
524
|
memo?: {
|
|
570
|
-
/**
|
|
571
|
-
* The type of memo
|
|
572
|
-
*/
|
|
573
525
|
type: 'text';
|
|
574
|
-
/**
|
|
575
|
-
* The value of the memo (max 28 bytes)
|
|
576
|
-
*/
|
|
577
526
|
value: string;
|
|
578
527
|
} | {
|
|
579
|
-
/**
|
|
580
|
-
* The type of memo
|
|
581
|
-
*/
|
|
582
528
|
type: 'id';
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
529
|
+
value: string;
|
|
530
|
+
} | {
|
|
531
|
+
type: 'hash';
|
|
586
532
|
value: string;
|
|
587
533
|
};
|
|
588
534
|
/**
|
|
@@ -591,19 +537,6 @@ type CreateTransactionDto = {
|
|
|
591
537
|
args: {
|
|
592
538
|
[key: string]: unknown;
|
|
593
539
|
};
|
|
594
|
-
} | {
|
|
595
|
-
/**
|
|
596
|
-
* The type of transaction to execute
|
|
597
|
-
*/
|
|
598
|
-
type: 'serialized-transaction';
|
|
599
|
-
/**
|
|
600
|
-
* The XDR base64-encoded serialized transaction to execute
|
|
601
|
-
*/
|
|
602
|
-
serializedTransaction: string;
|
|
603
|
-
/**
|
|
604
|
-
* The recipient address for this transaction call
|
|
605
|
-
*/
|
|
606
|
-
contractId: string;
|
|
607
540
|
};
|
|
608
541
|
/**
|
|
609
542
|
* Signer Locator
|
|
@@ -659,39 +592,7 @@ type CreateTransactionV2025Dto = {
|
|
|
659
592
|
/**
|
|
660
593
|
* The ABI for the function to call
|
|
661
594
|
*/
|
|
662
|
-
abi: Array<
|
|
663
|
-
type: 'error';
|
|
664
|
-
inputs: Array<unknown>;
|
|
665
|
-
name: string;
|
|
666
|
-
} | {
|
|
667
|
-
type: 'event';
|
|
668
|
-
anonymous?: boolean;
|
|
669
|
-
inputs: Array<unknown & {
|
|
670
|
-
indexed?: boolean;
|
|
671
|
-
}>;
|
|
672
|
-
name: string;
|
|
673
|
-
} | ({
|
|
674
|
-
constant?: boolean;
|
|
675
|
-
gas?: number;
|
|
676
|
-
payable?: boolean;
|
|
677
|
-
} & ({
|
|
678
|
-
type: 'function';
|
|
679
|
-
inputs: Array<unknown>;
|
|
680
|
-
name: string;
|
|
681
|
-
outputs: Array<unknown>;
|
|
682
|
-
stateMutability: 'pure' | 'view' | 'nonpayable' | 'payable';
|
|
683
|
-
} | {
|
|
684
|
-
type: 'constructor';
|
|
685
|
-
inputs: Array<unknown>;
|
|
686
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
687
|
-
} | {
|
|
688
|
-
type: 'fallback';
|
|
689
|
-
inputs?: unknown;
|
|
690
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
691
|
-
} | {
|
|
692
|
-
type: 'receive';
|
|
693
|
-
stateMutability: 'payable';
|
|
694
|
-
}))>;
|
|
595
|
+
abi: Array<unknown>;
|
|
695
596
|
/**
|
|
696
597
|
* The arguments to pass to the function
|
|
697
598
|
*/
|
|
@@ -722,7 +623,7 @@ type CreateTransactionV2025Dto = {
|
|
|
722
623
|
/**
|
|
723
624
|
* The chain on which the transaction will be executed
|
|
724
625
|
*/
|
|
725
|
-
chain: 'abstract' | 'apechain' | 'arbitrum' | 'arbitrumnova' | 'avalanche' | 'base' | 'bsc' | 'flow' | 'mantle' | 'mode' | 'optimism' | 'polygon' | 'scroll' | 'sei-pacific-1' | 'shape' | 'story' | 'world-chain' | 'zora' | 'abstract-testnet' | 'arbitrum-sepolia' | 'avalanche-fuji' | 'base-sepolia' | 'curtis' | 'ethereum-sepolia' | 'flow-testnet' | 'mantle-sepolia' | 'mode-sepolia' | 'optimism-sepolia' | 'polygon-amoy' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'story-testnet' | 'world-chain-sepolia' | 'zora-sepolia';
|
|
626
|
+
chain: 'abstract' | 'apechain' | 'arbitrum' | 'arbitrumnova' | 'avalanche' | 'base' | 'bsc' | 'flow' | 'mantle' | 'mode' | 'optimism' | 'plume' | 'polygon' | 'scroll' | 'sei-pacific-1' | 'shape' | 'story' | 'world-chain' | 'zora' | 'abstract-testnet' | 'arbitrum-sepolia' | 'avalanche-fuji' | 'base-sepolia' | 'curtis' | 'ethereum-sepolia' | 'flow-testnet' | 'mantle-sepolia' | 'mode-sepolia' | 'optimism-sepolia' | 'plume-testnet' | 'polygon-amoy' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'story-testnet' | 'world-chain-sepolia' | 'zora-sepolia';
|
|
726
627
|
/**
|
|
727
628
|
* Signer Locator
|
|
728
629
|
* The locator for the signer who will submit this transaction
|
|
@@ -759,39 +660,7 @@ type CreateTransactionV2025Dto = {
|
|
|
759
660
|
/**
|
|
760
661
|
* The ABI for the function to call
|
|
761
662
|
*/
|
|
762
|
-
abi: Array<
|
|
763
|
-
type: 'error';
|
|
764
|
-
inputs: Array<unknown>;
|
|
765
|
-
name: string;
|
|
766
|
-
} | {
|
|
767
|
-
type: 'event';
|
|
768
|
-
anonymous?: boolean;
|
|
769
|
-
inputs: Array<unknown & {
|
|
770
|
-
indexed?: boolean;
|
|
771
|
-
}>;
|
|
772
|
-
name: string;
|
|
773
|
-
} | ({
|
|
774
|
-
constant?: boolean;
|
|
775
|
-
gas?: number;
|
|
776
|
-
payable?: boolean;
|
|
777
|
-
} & ({
|
|
778
|
-
type: 'function';
|
|
779
|
-
inputs: Array<unknown>;
|
|
780
|
-
name: string;
|
|
781
|
-
outputs: Array<unknown>;
|
|
782
|
-
stateMutability: 'pure' | 'view' | 'nonpayable' | 'payable';
|
|
783
|
-
} | {
|
|
784
|
-
type: 'constructor';
|
|
785
|
-
inputs: Array<unknown>;
|
|
786
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
787
|
-
} | {
|
|
788
|
-
type: 'fallback';
|
|
789
|
-
inputs?: unknown;
|
|
790
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
791
|
-
} | {
|
|
792
|
-
type: 'receive';
|
|
793
|
-
stateMutability: 'payable';
|
|
794
|
-
}))>;
|
|
663
|
+
abi: Array<unknown>;
|
|
795
664
|
/**
|
|
796
665
|
* The arguments to pass to the function
|
|
797
666
|
*/
|
|
@@ -800,7 +669,7 @@ type CreateTransactionV2025Dto = {
|
|
|
800
669
|
/**
|
|
801
670
|
* The chain on which the transaction will be executed
|
|
802
671
|
*/
|
|
803
|
-
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | '
|
|
672
|
+
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | 'base-goerli' | 'base-sepolia' | 'bsc-testnet' | 'chiliz-spicy-testnet' | 'coti-testnet' | 'ethereum-goerli' | 'ethereum-sepolia' | 'hedera-testnet' | 'hypersonic-testnet' | 'lightlink-pegasus' | 'mantle-sepolia' | 'optimism-goerli' | 'optimism-sepolia' | 'polygon-amoy' | 'polygon-mumbai' | 'crossmint-private-testnet-ethereum' | 'crossmint-private-testnet-polygon' | 'rari-testnet' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'shape-sepolia' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'space-testnet' | 'story-testnet' | 'verify-testnet' | 'viction-testnet' | 'xai-sepolia-testnet' | 'zkatana' | 'zkyoto' | 'zora-goerli' | 'zora-sepolia' | 'mode-sepolia' | 'u2u-nebulas' | 'zenchain-testnet' | 'abstract-testnet' | 'world-chain-sepolia' | 'plume-testnet' | 'flow-testnet' | 'ethereum' | 'polygon' | 'bsc' | 'optimism' | 'arbitrum' | 'base' | 'zora' | 'arbitrumnova' | 'astar-zkevm' | 'apechain' | 'hedera' | 'coti' | 'lightlink' | 'mantle' | 'skale-nebula' | 'sei-pacific-1' | 'chiliz' | 'avalanche' | 'xai' | 'shape' | 'rari' | 'scroll' | 'viction' | 'mode' | 'space' | 'soneium' | 'story' | 'u2u-solaris' | 'abstract' | 'world-chain' | 'plume' | 'flow';
|
|
804
673
|
};
|
|
805
674
|
} | {
|
|
806
675
|
/**
|
|
@@ -809,6 +678,7 @@ type CreateTransactionV2025Dto = {
|
|
|
809
678
|
*/
|
|
810
679
|
params: {
|
|
811
680
|
/**
|
|
681
|
+
* Stellar contract call transaction parameters
|
|
812
682
|
* Stellar transaction to execute
|
|
813
683
|
*/
|
|
814
684
|
transaction: {
|
|
@@ -828,22 +698,13 @@ type CreateTransactionV2025Dto = {
|
|
|
828
698
|
* The memo for the transaction
|
|
829
699
|
*/
|
|
830
700
|
memo?: {
|
|
831
|
-
/**
|
|
832
|
-
* The type of memo
|
|
833
|
-
*/
|
|
834
701
|
type: 'text';
|
|
835
|
-
/**
|
|
836
|
-
* The value of the memo (max 28 bytes)
|
|
837
|
-
*/
|
|
838
702
|
value: string;
|
|
839
703
|
} | {
|
|
840
|
-
/**
|
|
841
|
-
* The type of memo
|
|
842
|
-
*/
|
|
843
704
|
type: 'id';
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
705
|
+
value: string;
|
|
706
|
+
} | {
|
|
707
|
+
type: 'hash';
|
|
847
708
|
value: string;
|
|
848
709
|
};
|
|
849
710
|
/**
|
|
@@ -852,19 +713,6 @@ type CreateTransactionV2025Dto = {
|
|
|
852
713
|
args: {
|
|
853
714
|
[key: string]: unknown;
|
|
854
715
|
};
|
|
855
|
-
} | {
|
|
856
|
-
/**
|
|
857
|
-
* The type of transaction to execute
|
|
858
|
-
*/
|
|
859
|
-
type: 'serialized-transaction';
|
|
860
|
-
/**
|
|
861
|
-
* The XDR base64-encoded serialized transaction to execute
|
|
862
|
-
*/
|
|
863
|
-
serializedTransaction: string;
|
|
864
|
-
/**
|
|
865
|
-
* The recipient address for this transaction call
|
|
866
|
-
*/
|
|
867
|
-
contractId: string;
|
|
868
716
|
};
|
|
869
717
|
/**
|
|
870
718
|
* Signer Locator
|
|
@@ -968,6 +816,24 @@ type CreateWalletDto = {
|
|
|
968
816
|
*/
|
|
969
817
|
y: string;
|
|
970
818
|
};
|
|
819
|
+
} | {
|
|
820
|
+
/**
|
|
821
|
+
* Identifier for email signer type
|
|
822
|
+
*/
|
|
823
|
+
type: 'email';
|
|
824
|
+
/**
|
|
825
|
+
* The email address for the signer
|
|
826
|
+
*/
|
|
827
|
+
email: string;
|
|
828
|
+
} | {
|
|
829
|
+
/**
|
|
830
|
+
* Identifier for phone signer type
|
|
831
|
+
*/
|
|
832
|
+
type: 'phone';
|
|
833
|
+
/**
|
|
834
|
+
* The phone number for the signer in E164 format
|
|
835
|
+
*/
|
|
836
|
+
phone: string;
|
|
971
837
|
};
|
|
972
838
|
/**
|
|
973
839
|
* The expiry date of the signer in milliseconds since UNIX epoch
|
|
@@ -1172,7 +1038,7 @@ type CreateWalletDto = {
|
|
|
1172
1038
|
};
|
|
1173
1039
|
type CreateWalletV2025Dto = {
|
|
1174
1040
|
chainType: 'evm';
|
|
1175
|
-
type?: 'smart'
|
|
1041
|
+
type?: 'smart';
|
|
1176
1042
|
config?: {
|
|
1177
1043
|
adminSigner: {
|
|
1178
1044
|
/**
|
|
@@ -1305,7 +1171,20 @@ type CreateWalletV2025Dto = {
|
|
|
1305
1171
|
* The unique wallet seed. By default, the seed is randomly generated.
|
|
1306
1172
|
*/
|
|
1307
1173
|
creationSeed?: string;
|
|
1308
|
-
}
|
|
1174
|
+
};
|
|
1175
|
+
/**
|
|
1176
|
+
* A user locator can be of the format:
|
|
1177
|
+
* - `email:<email>`
|
|
1178
|
+
* - `userId:<userId>`
|
|
1179
|
+
* - `phoneNumber:<phoneNumber>`
|
|
1180
|
+
* - `twitter:<handle>`
|
|
1181
|
+
* - `x:<handle>`
|
|
1182
|
+
*/
|
|
1183
|
+
owner?: string;
|
|
1184
|
+
} | {
|
|
1185
|
+
chainType: 'evm';
|
|
1186
|
+
type: 'mpc';
|
|
1187
|
+
config?: unknown;
|
|
1309
1188
|
/**
|
|
1310
1189
|
* A user locator can be of the format:
|
|
1311
1190
|
* - `email:<email>`
|
|
@@ -1317,7 +1196,7 @@ type CreateWalletV2025Dto = {
|
|
|
1317
1196
|
owner?: string;
|
|
1318
1197
|
} | {
|
|
1319
1198
|
chainType: 'solana';
|
|
1320
|
-
type?: 'smart'
|
|
1199
|
+
type?: 'smart';
|
|
1321
1200
|
config?: {
|
|
1322
1201
|
adminSigner: {
|
|
1323
1202
|
/**
|
|
@@ -1362,7 +1241,20 @@ type CreateWalletV2025Dto = {
|
|
|
1362
1241
|
*/
|
|
1363
1242
|
signer: string;
|
|
1364
1243
|
}>;
|
|
1365
|
-
}
|
|
1244
|
+
};
|
|
1245
|
+
/**
|
|
1246
|
+
* A user locator can be of the format:
|
|
1247
|
+
* - `email:<email>`
|
|
1248
|
+
* - `userId:<userId>`
|
|
1249
|
+
* - `phoneNumber:<phoneNumber>`
|
|
1250
|
+
* - `twitter:<handle>`
|
|
1251
|
+
* - `x:<handle>`
|
|
1252
|
+
*/
|
|
1253
|
+
owner?: string;
|
|
1254
|
+
} | {
|
|
1255
|
+
chainType: 'solana';
|
|
1256
|
+
type: 'mpc';
|
|
1257
|
+
config?: unknown;
|
|
1366
1258
|
/**
|
|
1367
1259
|
* A user locator can be of the format:
|
|
1368
1260
|
* - `email:<email>`
|
|
@@ -2634,94 +2526,8 @@ type FundWalletAmountDto = {
|
|
|
2634
2526
|
/**
|
|
2635
2527
|
* The chain to fund the wallet with
|
|
2636
2528
|
*/
|
|
2637
|
-
chain?: 'arbitrum-sepolia' | 'avalanche-fuji' | 'base-sepolia' | '
|
|
2529
|
+
chain?: 'arbitrum-sepolia' | 'avalanche-fuji' | 'base-sepolia' | 'ethereum-sepolia' | 'optimism-sepolia' | 'polygon-amoy' | 'sei-atlantic-2-testnet' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'viction-testnet' | 'solana' | 'stellar';
|
|
2638
2530
|
};
|
|
2639
|
-
/**
|
|
2640
|
-
* Specific terms for a Story Protocol PIL (Programmable IP License). Default is the `Non-Commercial Social Remixing` license. More details here: https://docs.story.foundation/docs/pil-terms
|
|
2641
|
-
*/
|
|
2642
|
-
type SchemaHolderClass = Array<{
|
|
2643
|
-
/**
|
|
2644
|
-
* The License Terms ID
|
|
2645
|
-
*/
|
|
2646
|
-
id: string;
|
|
2647
|
-
/**
|
|
2648
|
-
* The PIL terms details as per retrieved from story
|
|
2649
|
-
*/
|
|
2650
|
-
terms: {
|
|
2651
|
-
/**
|
|
2652
|
-
* If false, the License Token cannot be transferred once it is minted to a recipient address
|
|
2653
|
-
*/
|
|
2654
|
-
transferable: boolean;
|
|
2655
|
-
/**
|
|
2656
|
-
* The address of the royalty policy contract
|
|
2657
|
-
*/
|
|
2658
|
-
royaltyPolicy: string;
|
|
2659
|
-
/**
|
|
2660
|
-
* The fee to be paid when minting a license
|
|
2661
|
-
*/
|
|
2662
|
-
defaultMintingFee: number;
|
|
2663
|
-
/**
|
|
2664
|
-
* The expiration period of the license
|
|
2665
|
-
*/
|
|
2666
|
-
expiration: number;
|
|
2667
|
-
/**
|
|
2668
|
-
* Determines if the licensee can make money from using the original IP Asset
|
|
2669
|
-
*/
|
|
2670
|
-
commercialUse: boolean;
|
|
2671
|
-
/**
|
|
2672
|
-
* If true, people must give credit to the original work in their commercial application
|
|
2673
|
-
*/
|
|
2674
|
-
commercialAttribution: boolean;
|
|
2675
|
-
/**
|
|
2676
|
-
* Commercializers that are allowed to commercially exploit the original work. If zero address, then no restrictions are enforced.
|
|
2677
|
-
*/
|
|
2678
|
-
commercializerChecker: string;
|
|
2679
|
-
/**
|
|
2680
|
-
* The data to be passed to the commercializer checker contract.
|
|
2681
|
-
*/
|
|
2682
|
-
commercializerCheckerData: string;
|
|
2683
|
-
/**
|
|
2684
|
-
* Amount of revenue (from any source, original & derivative) that must be shared with the licensor (a value of 10,000,000 == 10% of revenue share).
|
|
2685
|
-
*/
|
|
2686
|
-
commercialRevShare: number;
|
|
2687
|
-
/**
|
|
2688
|
-
* Maximum revenue that can be earned from the original work if commercialUse is true
|
|
2689
|
-
*/
|
|
2690
|
-
commercialRevCeiling: number;
|
|
2691
|
-
/**
|
|
2692
|
-
* Indicates whether the licensee can create derivatives of the work
|
|
2693
|
-
*/
|
|
2694
|
-
derivativesAllowed: boolean;
|
|
2695
|
-
/**
|
|
2696
|
-
* If true, derivatives must give credit to the original work
|
|
2697
|
-
*/
|
|
2698
|
-
derivativesAttribution: boolean;
|
|
2699
|
-
/**
|
|
2700
|
-
* If true, the licensor must approve derivatives of the work
|
|
2701
|
-
*/
|
|
2702
|
-
derivativesApproval: boolean;
|
|
2703
|
-
/**
|
|
2704
|
-
* If true, derivatives must have the exact same terms
|
|
2705
|
-
*/
|
|
2706
|
-
derivativesReciprocal: boolean;
|
|
2707
|
-
/**
|
|
2708
|
-
* Maximum revenue that can be earned from derivative works if commercialUse is true
|
|
2709
|
-
*/
|
|
2710
|
-
derivativeRevCeiling: number;
|
|
2711
|
-
/**
|
|
2712
|
-
* The ERC20 token address to be used to pay the minting fee
|
|
2713
|
-
*/
|
|
2714
|
-
currency: string;
|
|
2715
|
-
/**
|
|
2716
|
-
* URI containing additional license terms, will be overridden by the license terms in the metadata
|
|
2717
|
-
*/
|
|
2718
|
-
uri: string;
|
|
2719
|
-
};
|
|
2720
|
-
/**
|
|
2721
|
-
* If true, the license terms will be disabled. Effectively preventing future mints with this license.
|
|
2722
|
-
*/
|
|
2723
|
-
disabled?: boolean;
|
|
2724
|
-
}>;
|
|
2725
2531
|
type SendOrDepositTokenV2025Dto = {
|
|
2726
2532
|
/**
|
|
2727
2533
|
* An address locator that supports different types of recipients. It can be of the format:
|
|
@@ -2748,22 +2554,13 @@ type SendOrDepositTokenV2025Dto = {
|
|
|
2748
2554
|
* Memo for the transaction. Only supported for Stellar
|
|
2749
2555
|
*/
|
|
2750
2556
|
memo?: {
|
|
2751
|
-
/**
|
|
2752
|
-
* The type of memo
|
|
2753
|
-
*/
|
|
2754
2557
|
type: 'text';
|
|
2755
|
-
/**
|
|
2756
|
-
* The value of the memo (max 28 bytes)
|
|
2757
|
-
*/
|
|
2758
2558
|
value: string;
|
|
2759
2559
|
} | {
|
|
2760
|
-
/**
|
|
2761
|
-
* The type of memo
|
|
2762
|
-
*/
|
|
2763
2560
|
type: 'id';
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2561
|
+
value: string;
|
|
2562
|
+
} | {
|
|
2563
|
+
type: 'hash';
|
|
2767
2564
|
value: string;
|
|
2768
2565
|
};
|
|
2769
2566
|
} | {
|
|
@@ -2780,22 +2577,13 @@ type SendOrDepositTokenV2025Dto = {
|
|
|
2780
2577
|
* Memo for the transaction. Only supported for Stellar
|
|
2781
2578
|
*/
|
|
2782
2579
|
memo?: {
|
|
2783
|
-
/**
|
|
2784
|
-
* The type of memo
|
|
2785
|
-
*/
|
|
2786
2580
|
type: 'text';
|
|
2787
|
-
/**
|
|
2788
|
-
* The value of the memo (max 28 bytes)
|
|
2789
|
-
*/
|
|
2790
2581
|
value: string;
|
|
2791
2582
|
} | {
|
|
2792
|
-
/**
|
|
2793
|
-
* The type of memo
|
|
2794
|
-
*/
|
|
2795
2583
|
type: 'id';
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2584
|
+
value: string;
|
|
2585
|
+
} | {
|
|
2586
|
+
type: 'hash';
|
|
2799
2587
|
value: string;
|
|
2800
2588
|
};
|
|
2801
2589
|
recipient: string;
|
|
@@ -2852,22 +2640,13 @@ type SendTokenV2025Dto = {
|
|
|
2852
2640
|
* Memo for the transaction. Only supported for Stellar
|
|
2853
2641
|
*/
|
|
2854
2642
|
memo?: {
|
|
2855
|
-
/**
|
|
2856
|
-
* The type of memo
|
|
2857
|
-
*/
|
|
2858
2643
|
type: 'text';
|
|
2859
|
-
/**
|
|
2860
|
-
* The value of the memo (max 28 bytes)
|
|
2861
|
-
*/
|
|
2862
2644
|
value: string;
|
|
2863
2645
|
} | {
|
|
2864
|
-
/**
|
|
2865
|
-
* The type of memo
|
|
2866
|
-
*/
|
|
2867
2646
|
type: 'id';
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2647
|
+
value: string;
|
|
2648
|
+
} | {
|
|
2649
|
+
type: 'hash';
|
|
2871
2650
|
value: string;
|
|
2872
2651
|
};
|
|
2873
2652
|
};
|
|
@@ -3090,7 +2869,7 @@ type WalletBalanceResponseDto = Array<{
|
|
|
3090
2869
|
/**
|
|
3091
2870
|
* The token
|
|
3092
2871
|
*/
|
|
3093
|
-
token: 'ape' | 'bnb' | 'coti' | 'eth' | 'matic' | 'mnt' | 'pol' | 'sei' | 'chz' | 'avax' | 'xai' | 'fuel' | 'hbar' | 'vic' | 'ip' | 'zcx' | 'u2u' | 'flow' | 'usdc' | 'usdce' | 'busd' | 'usdxm' | 'usdt' | 'credit' | 'usdf' | 'weth' | 'degen' | 'brett' | 'toshi' | '
|
|
2872
|
+
token: 'ape' | 'bnb' | 'coti' | 'eth' | 'matic' | 'mnt' | 'pol' | 'plume' | 'sei' | 'chz' | 'avax' | 'xai' | 'fuel' | 'hbar' | 'vic' | 'ip' | 'zcx' | 'u2u' | 'flow' | 'usdc' | 'usdce' | 'busd' | 'usdxm' | 'usdt' | 'credit' | 'usdf' | 'weth' | 'degen' | 'eurc' | 'superverse' | 'pirate' | 'wld' | 'xmeme' | 'brett' | 'toshi' | 'keycat' | 'doginme' | 'ski' | 'russell' | 'miggles' | 'benji' | 'mochi' | '$mfer' | 'tybg' | 'toby' | 'bonk' | 'trump' | 'fartcoin' | 'clanker' | 'giga' | 'moodeng' | 'jailstool' | 'wen' | 'mlg' | 'duo' | 'pep' | 'harambe' | 'usedcar' | 'vine' | 'fartboy' | 'pnut' | 'stonks' | 'mew' | 'baby' | 'michi' | 'butthole' | 'anglerfish' | 'usa' | 'chillguy' | 'sigma' | 'maneki' | 'purpe' | 'lockin' | 'y2k' | 'fafo' | 'nub' | 'fullsend' | 'shoggoth' | 'mini' | 'llm' | 'sc' | 'fatgf' | 'pwease' | 'popcat' | 'spx' | 'fwog' | 'mother' | 'wif' | 'fric' | 'etf' | 'gyat' | 'bigballs' | 'goat' | 'stupid' | 'duko' | 'bitcoin' | 'buttcoin' | 'mcdull' | 'skbdi' | 'elon4afd' | 'mumu' | 'gme' | 'biao' | 'fred' | 'pengu' | 'asscoin' | 'bhad' | 'habibi' | 'quant' | 'hammy' | 'boden' | 'dolan' | 'nap' | 'scf' | 'titcoin' | 'zerebro' | 'rfc' | 'luce' | 'melania' | 'slerf' | 'bome' | 'ban' | 'pippin' | 'ghibli' | 'figure' | 'retardio' | 'memesai' | 'dogeai' | 'memecoin' | 'routine' | 'troll' | 'nobody' | 'italianrot' | 'jockey' | 'pppp' | 'useless' | 'gork' | 'hosico' | 'neet' | 'urmom' | 'bert' | 'fog' | 'mog' | 'boopa' | 'wizard' | 'trencher' | 'chacha' | 'labubu' | 'moonpig' | 'king' | 'hoodrat' | 'goonc' | 'gib' | 'assdaq' | 'xbt' | 'ripvc' | 'passroo' | 'buck' | 'chizzler' | 'kori' | 'cupsey' | 'grumpy' | 'aurafarm' | 'monkephone' | 'chillhouse' | 'aura' | 'usduc' | 'mask' | 'sugar' | 'dege' | 'aquarius' | 'aries' | 'cancer' | 'capricorn' | 'gemini' | 'leo' | 'libra' | 'pisces' | 'sagittarius' | 'scorpio' | 'taurus' | 'virgo' | 'ani' | 'ari' | 'blob' | 'boatkid' | 'ufd' | 'lizard' | 'tokabu' | 'worthless' | 'clippy' | 'nailong' | '67coin' | 'uranus' | 'usdm1' | 'sol' | 'sui' | 'apt' | 'sfuel' | 'xion' | 'xlm';
|
|
3094
2873
|
/**
|
|
3095
2874
|
* The number of decimals of the token
|
|
3096
2875
|
*/
|
|
@@ -3267,7 +3046,7 @@ type WalletNftsResponseDto = Array<{
|
|
|
3267
3046
|
/**
|
|
3268
3047
|
* The blockchain chain
|
|
3269
3048
|
*/
|
|
3270
|
-
chain: 'solana' | 'sui' | 'aptos' | 'xion' | 'stellar' | 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | '
|
|
3049
|
+
chain: 'solana' | 'sui' | 'aptos' | 'xion' | 'stellar' | 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | 'base-goerli' | 'base-sepolia' | 'bsc-testnet' | 'chiliz-spicy-testnet' | 'coti-testnet' | 'ethereum-goerli' | 'ethereum-sepolia' | 'hedera-testnet' | 'hypersonic-testnet' | 'lightlink-pegasus' | 'mantle-sepolia' | 'optimism-goerli' | 'optimism-sepolia' | 'polygon-amoy' | 'polygon-mumbai' | 'crossmint-private-testnet-ethereum' | 'crossmint-private-testnet-polygon' | 'rari-testnet' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'shape-sepolia' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'space-testnet' | 'story-testnet' | 'verify-testnet' | 'viction-testnet' | 'xai-sepolia-testnet' | 'zkatana' | 'zkyoto' | 'zora-goerli' | 'zora-sepolia' | 'mode-sepolia' | 'u2u-nebulas' | 'zenchain-testnet' | 'abstract-testnet' | 'world-chain-sepolia' | 'plume-testnet' | 'flow-testnet' | 'ethereum' | 'polygon' | 'bsc' | 'optimism' | 'arbitrum' | 'base' | 'zora' | 'arbitrumnova' | 'astar-zkevm' | 'apechain' | 'hedera' | 'coti' | 'lightlink' | 'mantle' | 'skale-nebula' | 'sei-pacific-1' | 'chiliz' | 'avalanche' | 'xai' | 'shape' | 'rari' | 'scroll' | 'viction' | 'mode' | 'space' | 'soneium' | 'story' | 'u2u-solaris' | 'abstract' | 'world-chain' | 'plume' | 'flow';
|
|
3271
3050
|
/**
|
|
3272
3051
|
* NFT metadata including name, description, image, and attributes
|
|
3273
3052
|
*/
|
|
@@ -3419,7 +3198,7 @@ type WalletsMultipleSignatureV2025ResponseDto = {
|
|
|
3419
3198
|
/**
|
|
3420
3199
|
* The chain on which the signature will be submitted
|
|
3421
3200
|
*/
|
|
3422
|
-
chain?: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | '
|
|
3201
|
+
chain?: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | 'base-goerli' | 'base-sepolia' | 'bsc-testnet' | 'chiliz-spicy-testnet' | 'coti-testnet' | 'ethereum-goerli' | 'ethereum-sepolia' | 'hedera-testnet' | 'hypersonic-testnet' | 'lightlink-pegasus' | 'mantle-sepolia' | 'optimism-goerli' | 'optimism-sepolia' | 'polygon-amoy' | 'polygon-mumbai' | 'crossmint-private-testnet-ethereum' | 'crossmint-private-testnet-polygon' | 'rari-testnet' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'shape-sepolia' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'space-testnet' | 'story-testnet' | 'verify-testnet' | 'viction-testnet' | 'xai-sepolia-testnet' | 'zkatana' | 'zkyoto' | 'zora-goerli' | 'zora-sepolia' | 'mode-sepolia' | 'u2u-nebulas' | 'zenchain-testnet' | 'abstract-testnet' | 'world-chain-sepolia' | 'plume-testnet' | 'flow-testnet' | 'ethereum' | 'polygon' | 'bsc' | 'optimism' | 'arbitrum' | 'base' | 'zora' | 'arbitrumnova' | 'astar-zkevm' | 'apechain' | 'hedera' | 'coti' | 'lightlink' | 'mantle' | 'skale-nebula' | 'sei-pacific-1' | 'chiliz' | 'avalanche' | 'xai' | 'shape' | 'rari' | 'scroll' | 'viction' | 'mode' | 'space' | 'soneium' | 'story' | 'u2u-solaris' | 'abstract' | 'world-chain' | 'plume' | 'flow';
|
|
3423
3202
|
} | {
|
|
3424
3203
|
typedData: {
|
|
3425
3204
|
domain: {
|
|
@@ -3446,7 +3225,7 @@ type WalletsMultipleSignatureV2025ResponseDto = {
|
|
|
3446
3225
|
/**
|
|
3447
3226
|
* The chain on which the signature will be submitted
|
|
3448
3227
|
*/
|
|
3449
|
-
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | '
|
|
3228
|
+
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | 'base-goerli' | 'base-sepolia' | 'bsc-testnet' | 'chiliz-spicy-testnet' | 'coti-testnet' | 'ethereum-goerli' | 'ethereum-sepolia' | 'hedera-testnet' | 'hypersonic-testnet' | 'lightlink-pegasus' | 'mantle-sepolia' | 'optimism-goerli' | 'optimism-sepolia' | 'polygon-amoy' | 'polygon-mumbai' | 'crossmint-private-testnet-ethereum' | 'crossmint-private-testnet-polygon' | 'rari-testnet' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'shape-sepolia' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'space-testnet' | 'story-testnet' | 'verify-testnet' | 'viction-testnet' | 'xai-sepolia-testnet' | 'zkatana' | 'zkyoto' | 'zora-goerli' | 'zora-sepolia' | 'mode-sepolia' | 'u2u-nebulas' | 'zenchain-testnet' | 'abstract-testnet' | 'world-chain-sepolia' | 'plume-testnet' | 'flow-testnet' | 'ethereum' | 'polygon' | 'bsc' | 'optimism' | 'arbitrum' | 'base' | 'zora' | 'arbitrumnova' | 'astar-zkevm' | 'apechain' | 'hedera' | 'coti' | 'lightlink' | 'mantle' | 'skale-nebula' | 'sei-pacific-1' | 'chiliz' | 'avalanche' | 'xai' | 'shape' | 'rari' | 'scroll' | 'viction' | 'mode' | 'space' | 'soneium' | 'story' | 'u2u-solaris' | 'abstract' | 'world-chain' | 'plume' | 'flow';
|
|
3450
3229
|
/**
|
|
3451
3230
|
* The full signer object who will approve this signature
|
|
3452
3231
|
*/
|
|
@@ -3672,39 +3451,7 @@ type WalletsMultipleTransactionV2025ResponseDto = {
|
|
|
3672
3451
|
/**
|
|
3673
3452
|
* The ABI for the function to call
|
|
3674
3453
|
*/
|
|
3675
|
-
abi: Array<
|
|
3676
|
-
type: 'error';
|
|
3677
|
-
inputs: Array<unknown>;
|
|
3678
|
-
name: string;
|
|
3679
|
-
} | {
|
|
3680
|
-
type: 'event';
|
|
3681
|
-
anonymous?: boolean;
|
|
3682
|
-
inputs: Array<unknown & {
|
|
3683
|
-
indexed?: boolean;
|
|
3684
|
-
}>;
|
|
3685
|
-
name: string;
|
|
3686
|
-
} | ({
|
|
3687
|
-
constant?: boolean;
|
|
3688
|
-
gas?: number;
|
|
3689
|
-
payable?: boolean;
|
|
3690
|
-
} & ({
|
|
3691
|
-
type: 'function';
|
|
3692
|
-
inputs: Array<unknown>;
|
|
3693
|
-
name: string;
|
|
3694
|
-
outputs: Array<unknown>;
|
|
3695
|
-
stateMutability: 'pure' | 'view' | 'nonpayable' | 'payable';
|
|
3696
|
-
} | {
|
|
3697
|
-
type: 'constructor';
|
|
3698
|
-
inputs: Array<unknown>;
|
|
3699
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
3700
|
-
} | {
|
|
3701
|
-
type: 'fallback';
|
|
3702
|
-
inputs?: unknown;
|
|
3703
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
3704
|
-
} | {
|
|
3705
|
-
type: 'receive';
|
|
3706
|
-
stateMutability: 'payable';
|
|
3707
|
-
}))>;
|
|
3454
|
+
abi: Array<unknown>;
|
|
3708
3455
|
/**
|
|
3709
3456
|
* The arguments to pass to the function
|
|
3710
3457
|
*/
|
|
@@ -3735,7 +3482,7 @@ type WalletsMultipleTransactionV2025ResponseDto = {
|
|
|
3735
3482
|
/**
|
|
3736
3483
|
* The chain on which the transaction will be executed
|
|
3737
3484
|
*/
|
|
3738
|
-
chain: 'abstract' | 'apechain' | 'arbitrum' | 'arbitrumnova' | 'avalanche' | 'base' | 'bsc' | 'flow' | 'mantle' | 'mode' | 'optimism' | 'polygon' | 'scroll' | 'sei-pacific-1' | 'shape' | 'story' | 'world-chain' | 'zora' | 'abstract-testnet' | 'arbitrum-sepolia' | 'avalanche-fuji' | 'base-sepolia' | 'curtis' | 'ethereum-sepolia' | 'flow-testnet' | 'mantle-sepolia' | 'mode-sepolia' | 'optimism-sepolia' | 'polygon-amoy' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'story-testnet' | 'world-chain-sepolia' | 'zora-sepolia';
|
|
3485
|
+
chain: 'abstract' | 'apechain' | 'arbitrum' | 'arbitrumnova' | 'avalanche' | 'base' | 'bsc' | 'flow' | 'mantle' | 'mode' | 'optimism' | 'plume' | 'polygon' | 'scroll' | 'sei-pacific-1' | 'shape' | 'story' | 'world-chain' | 'zora' | 'abstract-testnet' | 'arbitrum-sepolia' | 'avalanche-fuji' | 'base-sepolia' | 'curtis' | 'ethereum-sepolia' | 'flow-testnet' | 'mantle-sepolia' | 'mode-sepolia' | 'optimism-sepolia' | 'plume-testnet' | 'polygon-amoy' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'story-testnet' | 'world-chain-sepolia' | 'zora-sepolia';
|
|
3739
3486
|
/**
|
|
3740
3487
|
* The full signer object who will submit this transaction
|
|
3741
3488
|
*/
|
|
@@ -4028,39 +3775,7 @@ type WalletsMultipleTransactionV2025ResponseDto = {
|
|
|
4028
3775
|
/**
|
|
4029
3776
|
* The ABI for the function to call
|
|
4030
3777
|
*/
|
|
4031
|
-
abi: Array<
|
|
4032
|
-
type: 'error';
|
|
4033
|
-
inputs: Array<unknown>;
|
|
4034
|
-
name: string;
|
|
4035
|
-
} | {
|
|
4036
|
-
type: 'event';
|
|
4037
|
-
anonymous?: boolean;
|
|
4038
|
-
inputs: Array<unknown & {
|
|
4039
|
-
indexed?: boolean;
|
|
4040
|
-
}>;
|
|
4041
|
-
name: string;
|
|
4042
|
-
} | ({
|
|
4043
|
-
constant?: boolean;
|
|
4044
|
-
gas?: number;
|
|
4045
|
-
payable?: boolean;
|
|
4046
|
-
} & ({
|
|
4047
|
-
type: 'function';
|
|
4048
|
-
inputs: Array<unknown>;
|
|
4049
|
-
name: string;
|
|
4050
|
-
outputs: Array<unknown>;
|
|
4051
|
-
stateMutability: 'pure' | 'view' | 'nonpayable' | 'payable';
|
|
4052
|
-
} | {
|
|
4053
|
-
type: 'constructor';
|
|
4054
|
-
inputs: Array<unknown>;
|
|
4055
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
4056
|
-
} | {
|
|
4057
|
-
type: 'fallback';
|
|
4058
|
-
inputs?: unknown;
|
|
4059
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
4060
|
-
} | {
|
|
4061
|
-
type: 'receive';
|
|
4062
|
-
stateMutability: 'payable';
|
|
4063
|
-
}))>;
|
|
3778
|
+
abi: Array<unknown>;
|
|
4064
3779
|
/**
|
|
4065
3780
|
* The arguments to pass to the function
|
|
4066
3781
|
*/
|
|
@@ -4069,7 +3784,7 @@ type WalletsMultipleTransactionV2025ResponseDto = {
|
|
|
4069
3784
|
/**
|
|
4070
3785
|
* The chain on which the transaction will be executed
|
|
4071
3786
|
*/
|
|
4072
|
-
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | '
|
|
3787
|
+
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | 'base-goerli' | 'base-sepolia' | 'bsc-testnet' | 'chiliz-spicy-testnet' | 'coti-testnet' | 'ethereum-goerli' | 'ethereum-sepolia' | 'hedera-testnet' | 'hypersonic-testnet' | 'lightlink-pegasus' | 'mantle-sepolia' | 'optimism-goerli' | 'optimism-sepolia' | 'polygon-amoy' | 'polygon-mumbai' | 'crossmint-private-testnet-ethereum' | 'crossmint-private-testnet-polygon' | 'rari-testnet' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'shape-sepolia' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'space-testnet' | 'story-testnet' | 'verify-testnet' | 'viction-testnet' | 'xai-sepolia-testnet' | 'zkatana' | 'zkyoto' | 'zora-goerli' | 'zora-sepolia' | 'mode-sepolia' | 'u2u-nebulas' | 'zenchain-testnet' | 'abstract-testnet' | 'world-chain-sepolia' | 'plume-testnet' | 'flow-testnet' | 'ethereum' | 'polygon' | 'bsc' | 'optimism' | 'arbitrum' | 'base' | 'zora' | 'arbitrumnova' | 'astar-zkevm' | 'apechain' | 'hedera' | 'coti' | 'lightlink' | 'mantle' | 'skale-nebula' | 'sei-pacific-1' | 'chiliz' | 'avalanche' | 'xai' | 'shape' | 'rari' | 'scroll' | 'viction' | 'mode' | 'space' | 'soneium' | 'story' | 'u2u-solaris' | 'abstract' | 'world-chain' | 'plume' | 'flow';
|
|
4073
3788
|
};
|
|
4074
3789
|
/**
|
|
4075
3790
|
* EVM MPC wallet transaction data
|
|
@@ -4855,6 +4570,7 @@ type WalletsMultipleTransactionV2025ResponseDto = {
|
|
|
4855
4570
|
walletType: 'smart' | 'mpc';
|
|
4856
4571
|
params: {
|
|
4857
4572
|
/**
|
|
4573
|
+
* Stellar contract call transaction parameters
|
|
4858
4574
|
* Stellar transaction to execute
|
|
4859
4575
|
*/
|
|
4860
4576
|
transaction: {
|
|
@@ -4874,22 +4590,13 @@ type WalletsMultipleTransactionV2025ResponseDto = {
|
|
|
4874
4590
|
* The memo for the transaction
|
|
4875
4591
|
*/
|
|
4876
4592
|
memo?: {
|
|
4877
|
-
/**
|
|
4878
|
-
* The type of memo
|
|
4879
|
-
*/
|
|
4880
4593
|
type: 'text';
|
|
4881
|
-
/**
|
|
4882
|
-
* The value of the memo (max 28 bytes)
|
|
4883
|
-
*/
|
|
4884
4594
|
value: string;
|
|
4885
4595
|
} | {
|
|
4886
|
-
/**
|
|
4887
|
-
* The type of memo
|
|
4888
|
-
*/
|
|
4889
4596
|
type: 'id';
|
|
4890
|
-
|
|
4891
|
-
|
|
4892
|
-
|
|
4597
|
+
value: string;
|
|
4598
|
+
} | {
|
|
4599
|
+
type: 'hash';
|
|
4893
4600
|
value: string;
|
|
4894
4601
|
};
|
|
4895
4602
|
/**
|
|
@@ -4898,19 +4605,6 @@ type WalletsMultipleTransactionV2025ResponseDto = {
|
|
|
4898
4605
|
args: {
|
|
4899
4606
|
[key: string]: unknown;
|
|
4900
4607
|
};
|
|
4901
|
-
} | {
|
|
4902
|
-
/**
|
|
4903
|
-
* The type of transaction to execute
|
|
4904
|
-
*/
|
|
4905
|
-
type: 'serialized-transaction';
|
|
4906
|
-
/**
|
|
4907
|
-
* The XDR base64-encoded serialized transaction to execute
|
|
4908
|
-
*/
|
|
4909
|
-
serializedTransaction: string;
|
|
4910
|
-
/**
|
|
4911
|
-
* The recipient address for this transaction call
|
|
4912
|
-
*/
|
|
4913
|
-
contractId: string;
|
|
4914
4608
|
};
|
|
4915
4609
|
/**
|
|
4916
4610
|
* Signer Locator
|
|
@@ -5219,7 +4913,7 @@ type WalletsSignatureV2025ResponseDto = {
|
|
|
5219
4913
|
/**
|
|
5220
4914
|
* The chain on which the signature will be submitted
|
|
5221
4915
|
*/
|
|
5222
|
-
chain?: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | '
|
|
4916
|
+
chain?: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | 'base-goerli' | 'base-sepolia' | 'bsc-testnet' | 'chiliz-spicy-testnet' | 'coti-testnet' | 'ethereum-goerli' | 'ethereum-sepolia' | 'hedera-testnet' | 'hypersonic-testnet' | 'lightlink-pegasus' | 'mantle-sepolia' | 'optimism-goerli' | 'optimism-sepolia' | 'polygon-amoy' | 'polygon-mumbai' | 'crossmint-private-testnet-ethereum' | 'crossmint-private-testnet-polygon' | 'rari-testnet' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'shape-sepolia' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'space-testnet' | 'story-testnet' | 'verify-testnet' | 'viction-testnet' | 'xai-sepolia-testnet' | 'zkatana' | 'zkyoto' | 'zora-goerli' | 'zora-sepolia' | 'mode-sepolia' | 'u2u-nebulas' | 'zenchain-testnet' | 'abstract-testnet' | 'world-chain-sepolia' | 'plume-testnet' | 'flow-testnet' | 'ethereum' | 'polygon' | 'bsc' | 'optimism' | 'arbitrum' | 'base' | 'zora' | 'arbitrumnova' | 'astar-zkevm' | 'apechain' | 'hedera' | 'coti' | 'lightlink' | 'mantle' | 'skale-nebula' | 'sei-pacific-1' | 'chiliz' | 'avalanche' | 'xai' | 'shape' | 'rari' | 'scroll' | 'viction' | 'mode' | 'space' | 'soneium' | 'story' | 'u2u-solaris' | 'abstract' | 'world-chain' | 'plume' | 'flow';
|
|
5223
4917
|
} | {
|
|
5224
4918
|
typedData: {
|
|
5225
4919
|
domain: {
|
|
@@ -5246,7 +4940,7 @@ type WalletsSignatureV2025ResponseDto = {
|
|
|
5246
4940
|
/**
|
|
5247
4941
|
* The chain on which the signature will be submitted
|
|
5248
4942
|
*/
|
|
5249
|
-
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | '
|
|
4943
|
+
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | 'base-goerli' | 'base-sepolia' | 'bsc-testnet' | 'chiliz-spicy-testnet' | 'coti-testnet' | 'ethereum-goerli' | 'ethereum-sepolia' | 'hedera-testnet' | 'hypersonic-testnet' | 'lightlink-pegasus' | 'mantle-sepolia' | 'optimism-goerli' | 'optimism-sepolia' | 'polygon-amoy' | 'polygon-mumbai' | 'crossmint-private-testnet-ethereum' | 'crossmint-private-testnet-polygon' | 'rari-testnet' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'shape-sepolia' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'space-testnet' | 'story-testnet' | 'verify-testnet' | 'viction-testnet' | 'xai-sepolia-testnet' | 'zkatana' | 'zkyoto' | 'zora-goerli' | 'zora-sepolia' | 'mode-sepolia' | 'u2u-nebulas' | 'zenchain-testnet' | 'abstract-testnet' | 'world-chain-sepolia' | 'plume-testnet' | 'flow-testnet' | 'ethereum' | 'polygon' | 'bsc' | 'optimism' | 'arbitrum' | 'base' | 'zora' | 'arbitrumnova' | 'astar-zkevm' | 'apechain' | 'hedera' | 'coti' | 'lightlink' | 'mantle' | 'skale-nebula' | 'sei-pacific-1' | 'chiliz' | 'avalanche' | 'xai' | 'shape' | 'rari' | 'scroll' | 'viction' | 'mode' | 'space' | 'soneium' | 'story' | 'u2u-solaris' | 'abstract' | 'world-chain' | 'plume' | 'flow';
|
|
5250
4944
|
/**
|
|
5251
4945
|
* The full signer object who will approve this signature
|
|
5252
4946
|
*/
|
|
@@ -5466,39 +5160,7 @@ type WalletsTransactionV2025ResponseDto = {
|
|
|
5466
5160
|
/**
|
|
5467
5161
|
* The ABI for the function to call
|
|
5468
5162
|
*/
|
|
5469
|
-
abi: Array<
|
|
5470
|
-
type: 'error';
|
|
5471
|
-
inputs: Array<unknown>;
|
|
5472
|
-
name: string;
|
|
5473
|
-
} | {
|
|
5474
|
-
type: 'event';
|
|
5475
|
-
anonymous?: boolean;
|
|
5476
|
-
inputs: Array<unknown & {
|
|
5477
|
-
indexed?: boolean;
|
|
5478
|
-
}>;
|
|
5479
|
-
name: string;
|
|
5480
|
-
} | ({
|
|
5481
|
-
constant?: boolean;
|
|
5482
|
-
gas?: number;
|
|
5483
|
-
payable?: boolean;
|
|
5484
|
-
} & ({
|
|
5485
|
-
type: 'function';
|
|
5486
|
-
inputs: Array<unknown>;
|
|
5487
|
-
name: string;
|
|
5488
|
-
outputs: Array<unknown>;
|
|
5489
|
-
stateMutability: 'pure' | 'view' | 'nonpayable' | 'payable';
|
|
5490
|
-
} | {
|
|
5491
|
-
type: 'constructor';
|
|
5492
|
-
inputs: Array<unknown>;
|
|
5493
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
5494
|
-
} | {
|
|
5495
|
-
type: 'fallback';
|
|
5496
|
-
inputs?: unknown;
|
|
5497
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
5498
|
-
} | {
|
|
5499
|
-
type: 'receive';
|
|
5500
|
-
stateMutability: 'payable';
|
|
5501
|
-
}))>;
|
|
5163
|
+
abi: Array<unknown>;
|
|
5502
5164
|
/**
|
|
5503
5165
|
* The arguments to pass to the function
|
|
5504
5166
|
*/
|
|
@@ -5529,7 +5191,7 @@ type WalletsTransactionV2025ResponseDto = {
|
|
|
5529
5191
|
/**
|
|
5530
5192
|
* The chain on which the transaction will be executed
|
|
5531
5193
|
*/
|
|
5532
|
-
chain: 'abstract' | 'apechain' | 'arbitrum' | 'arbitrumnova' | 'avalanche' | 'base' | 'bsc' | 'flow' | 'mantle' | 'mode' | 'optimism' | 'polygon' | 'scroll' | 'sei-pacific-1' | 'shape' | 'story' | 'world-chain' | 'zora' | 'abstract-testnet' | 'arbitrum-sepolia' | 'avalanche-fuji' | 'base-sepolia' | 'curtis' | 'ethereum-sepolia' | 'flow-testnet' | 'mantle-sepolia' | 'mode-sepolia' | 'optimism-sepolia' | 'polygon-amoy' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'story-testnet' | 'world-chain-sepolia' | 'zora-sepolia';
|
|
5194
|
+
chain: 'abstract' | 'apechain' | 'arbitrum' | 'arbitrumnova' | 'avalanche' | 'base' | 'bsc' | 'flow' | 'mantle' | 'mode' | 'optimism' | 'plume' | 'polygon' | 'scroll' | 'sei-pacific-1' | 'shape' | 'story' | 'world-chain' | 'zora' | 'abstract-testnet' | 'arbitrum-sepolia' | 'avalanche-fuji' | 'base-sepolia' | 'curtis' | 'ethereum-sepolia' | 'flow-testnet' | 'mantle-sepolia' | 'mode-sepolia' | 'optimism-sepolia' | 'plume-testnet' | 'polygon-amoy' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'story-testnet' | 'world-chain-sepolia' | 'zora-sepolia';
|
|
5533
5195
|
/**
|
|
5534
5196
|
* The full signer object who will submit this transaction
|
|
5535
5197
|
*/
|
|
@@ -5822,39 +5484,7 @@ type WalletsTransactionV2025ResponseDto = {
|
|
|
5822
5484
|
/**
|
|
5823
5485
|
* The ABI for the function to call
|
|
5824
5486
|
*/
|
|
5825
|
-
abi: Array<
|
|
5826
|
-
type: 'error';
|
|
5827
|
-
inputs: Array<unknown>;
|
|
5828
|
-
name: string;
|
|
5829
|
-
} | {
|
|
5830
|
-
type: 'event';
|
|
5831
|
-
anonymous?: boolean;
|
|
5832
|
-
inputs: Array<unknown & {
|
|
5833
|
-
indexed?: boolean;
|
|
5834
|
-
}>;
|
|
5835
|
-
name: string;
|
|
5836
|
-
} | ({
|
|
5837
|
-
constant?: boolean;
|
|
5838
|
-
gas?: number;
|
|
5839
|
-
payable?: boolean;
|
|
5840
|
-
} & ({
|
|
5841
|
-
type: 'function';
|
|
5842
|
-
inputs: Array<unknown>;
|
|
5843
|
-
name: string;
|
|
5844
|
-
outputs: Array<unknown>;
|
|
5845
|
-
stateMutability: 'pure' | 'view' | 'nonpayable' | 'payable';
|
|
5846
|
-
} | {
|
|
5847
|
-
type: 'constructor';
|
|
5848
|
-
inputs: Array<unknown>;
|
|
5849
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
5850
|
-
} | {
|
|
5851
|
-
type: 'fallback';
|
|
5852
|
-
inputs?: unknown;
|
|
5853
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
5854
|
-
} | {
|
|
5855
|
-
type: 'receive';
|
|
5856
|
-
stateMutability: 'payable';
|
|
5857
|
-
}))>;
|
|
5487
|
+
abi: Array<unknown>;
|
|
5858
5488
|
/**
|
|
5859
5489
|
* The arguments to pass to the function
|
|
5860
5490
|
*/
|
|
@@ -5863,7 +5493,7 @@ type WalletsTransactionV2025ResponseDto = {
|
|
|
5863
5493
|
/**
|
|
5864
5494
|
* The chain on which the transaction will be executed
|
|
5865
5495
|
*/
|
|
5866
|
-
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | '
|
|
5496
|
+
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | 'base-goerli' | 'base-sepolia' | 'bsc-testnet' | 'chiliz-spicy-testnet' | 'coti-testnet' | 'ethereum-goerli' | 'ethereum-sepolia' | 'hedera-testnet' | 'hypersonic-testnet' | 'lightlink-pegasus' | 'mantle-sepolia' | 'optimism-goerli' | 'optimism-sepolia' | 'polygon-amoy' | 'polygon-mumbai' | 'crossmint-private-testnet-ethereum' | 'crossmint-private-testnet-polygon' | 'rari-testnet' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'shape-sepolia' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'space-testnet' | 'story-testnet' | 'verify-testnet' | 'viction-testnet' | 'xai-sepolia-testnet' | 'zkatana' | 'zkyoto' | 'zora-goerli' | 'zora-sepolia' | 'mode-sepolia' | 'u2u-nebulas' | 'zenchain-testnet' | 'abstract-testnet' | 'world-chain-sepolia' | 'plume-testnet' | 'flow-testnet' | 'ethereum' | 'polygon' | 'bsc' | 'optimism' | 'arbitrum' | 'base' | 'zora' | 'arbitrumnova' | 'astar-zkevm' | 'apechain' | 'hedera' | 'coti' | 'lightlink' | 'mantle' | 'skale-nebula' | 'sei-pacific-1' | 'chiliz' | 'avalanche' | 'xai' | 'shape' | 'rari' | 'scroll' | 'viction' | 'mode' | 'space' | 'soneium' | 'story' | 'u2u-solaris' | 'abstract' | 'world-chain' | 'plume' | 'flow';
|
|
5867
5497
|
};
|
|
5868
5498
|
/**
|
|
5869
5499
|
* EVM MPC wallet transaction data
|
|
@@ -6649,6 +6279,7 @@ type WalletsTransactionV2025ResponseDto = {
|
|
|
6649
6279
|
walletType: 'smart' | 'mpc';
|
|
6650
6280
|
params: {
|
|
6651
6281
|
/**
|
|
6282
|
+
* Stellar contract call transaction parameters
|
|
6652
6283
|
* Stellar transaction to execute
|
|
6653
6284
|
*/
|
|
6654
6285
|
transaction: {
|
|
@@ -6668,22 +6299,13 @@ type WalletsTransactionV2025ResponseDto = {
|
|
|
6668
6299
|
* The memo for the transaction
|
|
6669
6300
|
*/
|
|
6670
6301
|
memo?: {
|
|
6671
|
-
/**
|
|
6672
|
-
* The type of memo
|
|
6673
|
-
*/
|
|
6674
6302
|
type: 'text';
|
|
6675
|
-
/**
|
|
6676
|
-
* The value of the memo (max 28 bytes)
|
|
6677
|
-
*/
|
|
6678
6303
|
value: string;
|
|
6679
6304
|
} | {
|
|
6680
|
-
/**
|
|
6681
|
-
* The type of memo
|
|
6682
|
-
*/
|
|
6683
6305
|
type: 'id';
|
|
6684
|
-
|
|
6685
|
-
|
|
6686
|
-
|
|
6306
|
+
value: string;
|
|
6307
|
+
} | {
|
|
6308
|
+
type: 'hash';
|
|
6687
6309
|
value: string;
|
|
6688
6310
|
};
|
|
6689
6311
|
/**
|
|
@@ -6692,19 +6314,6 @@ type WalletsTransactionV2025ResponseDto = {
|
|
|
6692
6314
|
args: {
|
|
6693
6315
|
[key: string]: unknown;
|
|
6694
6316
|
};
|
|
6695
|
-
} | {
|
|
6696
|
-
/**
|
|
6697
|
-
* The type of transaction to execute
|
|
6698
|
-
*/
|
|
6699
|
-
type: 'serialized-transaction';
|
|
6700
|
-
/**
|
|
6701
|
-
* The XDR base64-encoded serialized transaction to execute
|
|
6702
|
-
*/
|
|
6703
|
-
serializedTransaction: string;
|
|
6704
|
-
/**
|
|
6705
|
-
* The recipient address for this transaction call
|
|
6706
|
-
*/
|
|
6707
|
-
contractId: string;
|
|
6708
6317
|
};
|
|
6709
6318
|
/**
|
|
6710
6319
|
* Signer Locator
|
|
@@ -7008,7 +6617,7 @@ type WalletsV1Alpha2MultipleSignatureResponseDto = {
|
|
|
7008
6617
|
/**
|
|
7009
6618
|
* The chain on which the signature will be submitted
|
|
7010
6619
|
*/
|
|
7011
|
-
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | '
|
|
6620
|
+
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | 'base-goerli' | 'base-sepolia' | 'bsc-testnet' | 'chiliz-spicy-testnet' | 'coti-testnet' | 'ethereum-goerli' | 'ethereum-sepolia' | 'hedera-testnet' | 'hypersonic-testnet' | 'lightlink-pegasus' | 'mantle-sepolia' | 'optimism-goerli' | 'optimism-sepolia' | 'polygon-amoy' | 'polygon-mumbai' | 'crossmint-private-testnet-ethereum' | 'crossmint-private-testnet-polygon' | 'rari-testnet' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'shape-sepolia' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'space-testnet' | 'story-testnet' | 'verify-testnet' | 'viction-testnet' | 'xai-sepolia-testnet' | 'zkatana' | 'zkyoto' | 'zora-goerli' | 'zora-sepolia' | 'mode-sepolia' | 'u2u-nebulas' | 'zenchain-testnet' | 'abstract-testnet' | 'world-chain-sepolia' | 'plume-testnet' | 'flow-testnet' | 'ethereum' | 'polygon' | 'bsc' | 'optimism' | 'arbitrum' | 'base' | 'zora' | 'arbitrumnova' | 'astar-zkevm' | 'apechain' | 'hedera' | 'coti' | 'lightlink' | 'mantle' | 'skale-nebula' | 'sei-pacific-1' | 'chiliz' | 'avalanche' | 'xai' | 'shape' | 'rari' | 'scroll' | 'viction' | 'mode' | 'space' | 'soneium' | 'story' | 'u2u-solaris' | 'abstract' | 'world-chain' | 'plume' | 'flow';
|
|
7012
6621
|
} | {
|
|
7013
6622
|
/**
|
|
7014
6623
|
* The message in plain text to sign
|
|
@@ -7040,7 +6649,7 @@ type WalletsV1Alpha2MultipleSignatureResponseDto = {
|
|
|
7040
6649
|
/**
|
|
7041
6650
|
* The chain on which the signature will be submitted
|
|
7042
6651
|
*/
|
|
7043
|
-
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | '
|
|
6652
|
+
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | 'base-goerli' | 'base-sepolia' | 'bsc-testnet' | 'chiliz-spicy-testnet' | 'coti-testnet' | 'ethereum-goerli' | 'ethereum-sepolia' | 'hedera-testnet' | 'hypersonic-testnet' | 'lightlink-pegasus' | 'mantle-sepolia' | 'optimism-goerli' | 'optimism-sepolia' | 'polygon-amoy' | 'polygon-mumbai' | 'crossmint-private-testnet-ethereum' | 'crossmint-private-testnet-polygon' | 'rari-testnet' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'shape-sepolia' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'space-testnet' | 'story-testnet' | 'verify-testnet' | 'viction-testnet' | 'xai-sepolia-testnet' | 'zkatana' | 'zkyoto' | 'zora-goerli' | 'zora-sepolia' | 'mode-sepolia' | 'u2u-nebulas' | 'zenchain-testnet' | 'abstract-testnet' | 'world-chain-sepolia' | 'plume-testnet' | 'flow-testnet' | 'ethereum' | 'polygon' | 'bsc' | 'optimism' | 'arbitrum' | 'base' | 'zora' | 'arbitrumnova' | 'astar-zkevm' | 'apechain' | 'hedera' | 'coti' | 'lightlink' | 'mantle' | 'skale-nebula' | 'sei-pacific-1' | 'chiliz' | 'avalanche' | 'xai' | 'shape' | 'rari' | 'scroll' | 'viction' | 'mode' | 'space' | 'soneium' | 'story' | 'u2u-solaris' | 'abstract' | 'world-chain' | 'plume' | 'flow';
|
|
7044
6653
|
/**
|
|
7045
6654
|
* Signer Locator
|
|
7046
6655
|
* The locator for the signer who will approve this signature
|
|
@@ -7153,7 +6762,7 @@ type WalletsV1Alpha2SignatureResponseDto = {
|
|
|
7153
6762
|
/**
|
|
7154
6763
|
* The chain on which the signature will be submitted
|
|
7155
6764
|
*/
|
|
7156
|
-
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | '
|
|
6765
|
+
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | 'base-goerli' | 'base-sepolia' | 'bsc-testnet' | 'chiliz-spicy-testnet' | 'coti-testnet' | 'ethereum-goerli' | 'ethereum-sepolia' | 'hedera-testnet' | 'hypersonic-testnet' | 'lightlink-pegasus' | 'mantle-sepolia' | 'optimism-goerli' | 'optimism-sepolia' | 'polygon-amoy' | 'polygon-mumbai' | 'crossmint-private-testnet-ethereum' | 'crossmint-private-testnet-polygon' | 'rari-testnet' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'shape-sepolia' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'space-testnet' | 'story-testnet' | 'verify-testnet' | 'viction-testnet' | 'xai-sepolia-testnet' | 'zkatana' | 'zkyoto' | 'zora-goerli' | 'zora-sepolia' | 'mode-sepolia' | 'u2u-nebulas' | 'zenchain-testnet' | 'abstract-testnet' | 'world-chain-sepolia' | 'plume-testnet' | 'flow-testnet' | 'ethereum' | 'polygon' | 'bsc' | 'optimism' | 'arbitrum' | 'base' | 'zora' | 'arbitrumnova' | 'astar-zkevm' | 'apechain' | 'hedera' | 'coti' | 'lightlink' | 'mantle' | 'skale-nebula' | 'sei-pacific-1' | 'chiliz' | 'avalanche' | 'xai' | 'shape' | 'rari' | 'scroll' | 'viction' | 'mode' | 'space' | 'soneium' | 'story' | 'u2u-solaris' | 'abstract' | 'world-chain' | 'plume' | 'flow';
|
|
7157
6766
|
} | {
|
|
7158
6767
|
/**
|
|
7159
6768
|
* The message in plain text to sign
|
|
@@ -7185,7 +6794,7 @@ type WalletsV1Alpha2SignatureResponseDto = {
|
|
|
7185
6794
|
/**
|
|
7186
6795
|
* The chain on which the signature will be submitted
|
|
7187
6796
|
*/
|
|
7188
|
-
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | '
|
|
6797
|
+
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | 'base-goerli' | 'base-sepolia' | 'bsc-testnet' | 'chiliz-spicy-testnet' | 'coti-testnet' | 'ethereum-goerli' | 'ethereum-sepolia' | 'hedera-testnet' | 'hypersonic-testnet' | 'lightlink-pegasus' | 'mantle-sepolia' | 'optimism-goerli' | 'optimism-sepolia' | 'polygon-amoy' | 'polygon-mumbai' | 'crossmint-private-testnet-ethereum' | 'crossmint-private-testnet-polygon' | 'rari-testnet' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'shape-sepolia' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'space-testnet' | 'story-testnet' | 'verify-testnet' | 'viction-testnet' | 'xai-sepolia-testnet' | 'zkatana' | 'zkyoto' | 'zora-goerli' | 'zora-sepolia' | 'mode-sepolia' | 'u2u-nebulas' | 'zenchain-testnet' | 'abstract-testnet' | 'world-chain-sepolia' | 'plume-testnet' | 'flow-testnet' | 'ethereum' | 'polygon' | 'bsc' | 'optimism' | 'arbitrum' | 'base' | 'zora' | 'arbitrumnova' | 'astar-zkevm' | 'apechain' | 'hedera' | 'coti' | 'lightlink' | 'mantle' | 'skale-nebula' | 'sei-pacific-1' | 'chiliz' | 'avalanche' | 'xai' | 'shape' | 'rari' | 'scroll' | 'viction' | 'mode' | 'space' | 'soneium' | 'story' | 'u2u-solaris' | 'abstract' | 'world-chain' | 'plume' | 'flow';
|
|
7189
6798
|
/**
|
|
7190
6799
|
* Signer Locator
|
|
7191
6800
|
* The locator for the signer who will approve this signature
|
|
@@ -7292,39 +6901,7 @@ type WalletsV1Alpha2TransactionResponseDto = {
|
|
|
7292
6901
|
/**
|
|
7293
6902
|
* The ABI for the function to call
|
|
7294
6903
|
*/
|
|
7295
|
-
abi: Array<
|
|
7296
|
-
type: 'error';
|
|
7297
|
-
inputs: Array<unknown>;
|
|
7298
|
-
name: string;
|
|
7299
|
-
} | {
|
|
7300
|
-
type: 'event';
|
|
7301
|
-
anonymous?: boolean;
|
|
7302
|
-
inputs: Array<unknown & {
|
|
7303
|
-
indexed?: boolean;
|
|
7304
|
-
}>;
|
|
7305
|
-
name: string;
|
|
7306
|
-
} | ({
|
|
7307
|
-
constant?: boolean;
|
|
7308
|
-
gas?: number;
|
|
7309
|
-
payable?: boolean;
|
|
7310
|
-
} & ({
|
|
7311
|
-
type: 'function';
|
|
7312
|
-
inputs: Array<unknown>;
|
|
7313
|
-
name: string;
|
|
7314
|
-
outputs: Array<unknown>;
|
|
7315
|
-
stateMutability: 'pure' | 'view' | 'nonpayable' | 'payable';
|
|
7316
|
-
} | {
|
|
7317
|
-
type: 'constructor';
|
|
7318
|
-
inputs: Array<unknown>;
|
|
7319
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
7320
|
-
} | {
|
|
7321
|
-
type: 'fallback';
|
|
7322
|
-
inputs?: unknown;
|
|
7323
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
7324
|
-
} | {
|
|
7325
|
-
type: 'receive';
|
|
7326
|
-
stateMutability: 'payable';
|
|
7327
|
-
}))>;
|
|
6904
|
+
abi: Array<unknown>;
|
|
7328
6905
|
/**
|
|
7329
6906
|
* The arguments to pass to the function
|
|
7330
6907
|
*/
|
|
@@ -7355,7 +6932,7 @@ type WalletsV1Alpha2TransactionResponseDto = {
|
|
|
7355
6932
|
/**
|
|
7356
6933
|
* The chain on which the transaction will be executed
|
|
7357
6934
|
*/
|
|
7358
|
-
chain: 'abstract' | 'apechain' | 'arbitrum' | 'arbitrumnova' | 'avalanche' | 'base' | 'bsc' | 'flow' | 'mantle' | 'mode' | 'optimism' | 'polygon' | 'scroll' | 'sei-pacific-1' | 'shape' | 'story' | 'world-chain' | 'zora' | 'abstract-testnet' | 'arbitrum-sepolia' | 'avalanche-fuji' | 'base-sepolia' | 'curtis' | 'ethereum-sepolia' | 'flow-testnet' | 'mantle-sepolia' | 'mode-sepolia' | 'optimism-sepolia' | 'polygon-amoy' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'story-testnet' | 'world-chain-sepolia' | 'zora-sepolia';
|
|
6935
|
+
chain: 'abstract' | 'apechain' | 'arbitrum' | 'arbitrumnova' | 'avalanche' | 'base' | 'bsc' | 'flow' | 'mantle' | 'mode' | 'optimism' | 'plume' | 'polygon' | 'scroll' | 'sei-pacific-1' | 'shape' | 'story' | 'world-chain' | 'zora' | 'abstract-testnet' | 'arbitrum-sepolia' | 'avalanche-fuji' | 'base-sepolia' | 'curtis' | 'ethereum-sepolia' | 'flow-testnet' | 'mantle-sepolia' | 'mode-sepolia' | 'optimism-sepolia' | 'plume-testnet' | 'polygon-amoy' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'story-testnet' | 'world-chain-sepolia' | 'zora-sepolia';
|
|
7359
6936
|
/**
|
|
7360
6937
|
* Signer Locator
|
|
7361
6938
|
* The locator for the signer who will submit this transaction
|
|
@@ -7676,39 +7253,7 @@ type WalletsV1Alpha2TransactionResponseDto = {
|
|
|
7676
7253
|
/**
|
|
7677
7254
|
* The ABI for the function to call
|
|
7678
7255
|
*/
|
|
7679
|
-
abi: Array<
|
|
7680
|
-
type: 'error';
|
|
7681
|
-
inputs: Array<unknown>;
|
|
7682
|
-
name: string;
|
|
7683
|
-
} | {
|
|
7684
|
-
type: 'event';
|
|
7685
|
-
anonymous?: boolean;
|
|
7686
|
-
inputs: Array<unknown & {
|
|
7687
|
-
indexed?: boolean;
|
|
7688
|
-
}>;
|
|
7689
|
-
name: string;
|
|
7690
|
-
} | ({
|
|
7691
|
-
constant?: boolean;
|
|
7692
|
-
gas?: number;
|
|
7693
|
-
payable?: boolean;
|
|
7694
|
-
} & ({
|
|
7695
|
-
type: 'function';
|
|
7696
|
-
inputs: Array<unknown>;
|
|
7697
|
-
name: string;
|
|
7698
|
-
outputs: Array<unknown>;
|
|
7699
|
-
stateMutability: 'pure' | 'view' | 'nonpayable' | 'payable';
|
|
7700
|
-
} | {
|
|
7701
|
-
type: 'constructor';
|
|
7702
|
-
inputs: Array<unknown>;
|
|
7703
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
7704
|
-
} | {
|
|
7705
|
-
type: 'fallback';
|
|
7706
|
-
inputs?: unknown;
|
|
7707
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
7708
|
-
} | {
|
|
7709
|
-
type: 'receive';
|
|
7710
|
-
stateMutability: 'payable';
|
|
7711
|
-
}))>;
|
|
7256
|
+
abi: Array<unknown>;
|
|
7712
7257
|
/**
|
|
7713
7258
|
* The arguments to pass to the function
|
|
7714
7259
|
*/
|
|
@@ -7717,7 +7262,7 @@ type WalletsV1Alpha2TransactionResponseDto = {
|
|
|
7717
7262
|
/**
|
|
7718
7263
|
* The chain on which the transaction will be executed
|
|
7719
7264
|
*/
|
|
7720
|
-
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | '
|
|
7265
|
+
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | 'base-goerli' | 'base-sepolia' | 'bsc-testnet' | 'chiliz-spicy-testnet' | 'coti-testnet' | 'ethereum-goerli' | 'ethereum-sepolia' | 'hedera-testnet' | 'hypersonic-testnet' | 'lightlink-pegasus' | 'mantle-sepolia' | 'optimism-goerli' | 'optimism-sepolia' | 'polygon-amoy' | 'polygon-mumbai' | 'crossmint-private-testnet-ethereum' | 'crossmint-private-testnet-polygon' | 'rari-testnet' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'shape-sepolia' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'space-testnet' | 'story-testnet' | 'verify-testnet' | 'viction-testnet' | 'xai-sepolia-testnet' | 'zkatana' | 'zkyoto' | 'zora-goerli' | 'zora-sepolia' | 'mode-sepolia' | 'u2u-nebulas' | 'zenchain-testnet' | 'abstract-testnet' | 'world-chain-sepolia' | 'plume-testnet' | 'flow-testnet' | 'ethereum' | 'polygon' | 'bsc' | 'optimism' | 'arbitrum' | 'base' | 'zora' | 'arbitrumnova' | 'astar-zkevm' | 'apechain' | 'hedera' | 'coti' | 'lightlink' | 'mantle' | 'skale-nebula' | 'sei-pacific-1' | 'chiliz' | 'avalanche' | 'xai' | 'shape' | 'rari' | 'scroll' | 'viction' | 'mode' | 'space' | 'soneium' | 'story' | 'u2u-solaris' | 'abstract' | 'world-chain' | 'plume' | 'flow';
|
|
7721
7266
|
};
|
|
7722
7267
|
/**
|
|
7723
7268
|
* EVM MPC wallet transaction data
|
|
@@ -8045,39 +7590,7 @@ type WalletsV1Alpha2TransactionResponseWithSendParamsDto = {
|
|
|
8045
7590
|
/**
|
|
8046
7591
|
* The ABI for the function to call
|
|
8047
7592
|
*/
|
|
8048
|
-
abi: Array<
|
|
8049
|
-
type: 'error';
|
|
8050
|
-
inputs: Array<unknown>;
|
|
8051
|
-
name: string;
|
|
8052
|
-
} | {
|
|
8053
|
-
type: 'event';
|
|
8054
|
-
anonymous?: boolean;
|
|
8055
|
-
inputs: Array<unknown & {
|
|
8056
|
-
indexed?: boolean;
|
|
8057
|
-
}>;
|
|
8058
|
-
name: string;
|
|
8059
|
-
} | ({
|
|
8060
|
-
constant?: boolean;
|
|
8061
|
-
gas?: number;
|
|
8062
|
-
payable?: boolean;
|
|
8063
|
-
} & ({
|
|
8064
|
-
type: 'function';
|
|
8065
|
-
inputs: Array<unknown>;
|
|
8066
|
-
name: string;
|
|
8067
|
-
outputs: Array<unknown>;
|
|
8068
|
-
stateMutability: 'pure' | 'view' | 'nonpayable' | 'payable';
|
|
8069
|
-
} | {
|
|
8070
|
-
type: 'constructor';
|
|
8071
|
-
inputs: Array<unknown>;
|
|
8072
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
8073
|
-
} | {
|
|
8074
|
-
type: 'fallback';
|
|
8075
|
-
inputs?: unknown;
|
|
8076
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
8077
|
-
} | {
|
|
8078
|
-
type: 'receive';
|
|
8079
|
-
stateMutability: 'payable';
|
|
8080
|
-
}))>;
|
|
7593
|
+
abi: Array<unknown>;
|
|
8081
7594
|
/**
|
|
8082
7595
|
* The arguments to pass to the function
|
|
8083
7596
|
*/
|
|
@@ -8108,7 +7621,7 @@ type WalletsV1Alpha2TransactionResponseWithSendParamsDto = {
|
|
|
8108
7621
|
/**
|
|
8109
7622
|
* The chain on which the transaction will be executed
|
|
8110
7623
|
*/
|
|
8111
|
-
chain: 'abstract' | 'apechain' | 'arbitrum' | 'arbitrumnova' | 'avalanche' | 'base' | 'bsc' | 'flow' | 'mantle' | 'mode' | 'optimism' | 'polygon' | 'scroll' | 'sei-pacific-1' | 'shape' | 'story' | 'world-chain' | 'zora' | 'abstract-testnet' | 'arbitrum-sepolia' | 'avalanche-fuji' | 'base-sepolia' | 'curtis' | 'ethereum-sepolia' | 'flow-testnet' | 'mantle-sepolia' | 'mode-sepolia' | 'optimism-sepolia' | 'polygon-amoy' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'story-testnet' | 'world-chain-sepolia' | 'zora-sepolia';
|
|
7624
|
+
chain: 'abstract' | 'apechain' | 'arbitrum' | 'arbitrumnova' | 'avalanche' | 'base' | 'bsc' | 'flow' | 'mantle' | 'mode' | 'optimism' | 'plume' | 'polygon' | 'scroll' | 'sei-pacific-1' | 'shape' | 'story' | 'world-chain' | 'zora' | 'abstract-testnet' | 'arbitrum-sepolia' | 'avalanche-fuji' | 'base-sepolia' | 'curtis' | 'ethereum-sepolia' | 'flow-testnet' | 'mantle-sepolia' | 'mode-sepolia' | 'optimism-sepolia' | 'plume-testnet' | 'polygon-amoy' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'story-testnet' | 'world-chain-sepolia' | 'zora-sepolia';
|
|
8112
7625
|
/**
|
|
8113
7626
|
* Signer Locator
|
|
8114
7627
|
* The locator for the signer who will submit this transaction
|
|
@@ -8429,39 +7942,7 @@ type WalletsV1Alpha2TransactionResponseWithSendParamsDto = {
|
|
|
8429
7942
|
/**
|
|
8430
7943
|
* The ABI for the function to call
|
|
8431
7944
|
*/
|
|
8432
|
-
abi: Array<
|
|
8433
|
-
type: 'error';
|
|
8434
|
-
inputs: Array<unknown>;
|
|
8435
|
-
name: string;
|
|
8436
|
-
} | {
|
|
8437
|
-
type: 'event';
|
|
8438
|
-
anonymous?: boolean;
|
|
8439
|
-
inputs: Array<unknown & {
|
|
8440
|
-
indexed?: boolean;
|
|
8441
|
-
}>;
|
|
8442
|
-
name: string;
|
|
8443
|
-
} | ({
|
|
8444
|
-
constant?: boolean;
|
|
8445
|
-
gas?: number;
|
|
8446
|
-
payable?: boolean;
|
|
8447
|
-
} & ({
|
|
8448
|
-
type: 'function';
|
|
8449
|
-
inputs: Array<unknown>;
|
|
8450
|
-
name: string;
|
|
8451
|
-
outputs: Array<unknown>;
|
|
8452
|
-
stateMutability: 'pure' | 'view' | 'nonpayable' | 'payable';
|
|
8453
|
-
} | {
|
|
8454
|
-
type: 'constructor';
|
|
8455
|
-
inputs: Array<unknown>;
|
|
8456
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
8457
|
-
} | {
|
|
8458
|
-
type: 'fallback';
|
|
8459
|
-
inputs?: unknown;
|
|
8460
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
8461
|
-
} | {
|
|
8462
|
-
type: 'receive';
|
|
8463
|
-
stateMutability: 'payable';
|
|
8464
|
-
}))>;
|
|
7945
|
+
abi: Array<unknown>;
|
|
8465
7946
|
/**
|
|
8466
7947
|
* The arguments to pass to the function
|
|
8467
7948
|
*/
|
|
@@ -8470,7 +7951,7 @@ type WalletsV1Alpha2TransactionResponseWithSendParamsDto = {
|
|
|
8470
7951
|
/**
|
|
8471
7952
|
* The chain on which the transaction will be executed
|
|
8472
7953
|
*/
|
|
8473
|
-
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | '
|
|
7954
|
+
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | 'base-goerli' | 'base-sepolia' | 'bsc-testnet' | 'chiliz-spicy-testnet' | 'coti-testnet' | 'ethereum-goerli' | 'ethereum-sepolia' | 'hedera-testnet' | 'hypersonic-testnet' | 'lightlink-pegasus' | 'mantle-sepolia' | 'optimism-goerli' | 'optimism-sepolia' | 'polygon-amoy' | 'polygon-mumbai' | 'crossmint-private-testnet-ethereum' | 'crossmint-private-testnet-polygon' | 'rari-testnet' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'shape-sepolia' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'space-testnet' | 'story-testnet' | 'verify-testnet' | 'viction-testnet' | 'xai-sepolia-testnet' | 'zkatana' | 'zkyoto' | 'zora-goerli' | 'zora-sepolia' | 'mode-sepolia' | 'u2u-nebulas' | 'zenchain-testnet' | 'abstract-testnet' | 'world-chain-sepolia' | 'plume-testnet' | 'flow-testnet' | 'ethereum' | 'polygon' | 'bsc' | 'optimism' | 'arbitrum' | 'base' | 'zora' | 'arbitrumnova' | 'astar-zkevm' | 'apechain' | 'hedera' | 'coti' | 'lightlink' | 'mantle' | 'skale-nebula' | 'sei-pacific-1' | 'chiliz' | 'avalanche' | 'xai' | 'shape' | 'rari' | 'scroll' | 'viction' | 'mode' | 'space' | 'soneium' | 'story' | 'u2u-solaris' | 'abstract' | 'world-chain' | 'plume' | 'flow';
|
|
8474
7955
|
};
|
|
8475
7956
|
/**
|
|
8476
7957
|
* EVM MPC wallet transaction data
|
|
@@ -8803,39 +8284,7 @@ type WalletsV1Alpha2TransactionsResponseDto = {
|
|
|
8803
8284
|
/**
|
|
8804
8285
|
* The ABI for the function to call
|
|
8805
8286
|
*/
|
|
8806
|
-
abi: Array<
|
|
8807
|
-
type: 'error';
|
|
8808
|
-
inputs: Array<unknown>;
|
|
8809
|
-
name: string;
|
|
8810
|
-
} | {
|
|
8811
|
-
type: 'event';
|
|
8812
|
-
anonymous?: boolean;
|
|
8813
|
-
inputs: Array<unknown & {
|
|
8814
|
-
indexed?: boolean;
|
|
8815
|
-
}>;
|
|
8816
|
-
name: string;
|
|
8817
|
-
} | ({
|
|
8818
|
-
constant?: boolean;
|
|
8819
|
-
gas?: number;
|
|
8820
|
-
payable?: boolean;
|
|
8821
|
-
} & ({
|
|
8822
|
-
type: 'function';
|
|
8823
|
-
inputs: Array<unknown>;
|
|
8824
|
-
name: string;
|
|
8825
|
-
outputs: Array<unknown>;
|
|
8826
|
-
stateMutability: 'pure' | 'view' | 'nonpayable' | 'payable';
|
|
8827
|
-
} | {
|
|
8828
|
-
type: 'constructor';
|
|
8829
|
-
inputs: Array<unknown>;
|
|
8830
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
8831
|
-
} | {
|
|
8832
|
-
type: 'fallback';
|
|
8833
|
-
inputs?: unknown;
|
|
8834
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
8835
|
-
} | {
|
|
8836
|
-
type: 'receive';
|
|
8837
|
-
stateMutability: 'payable';
|
|
8838
|
-
}))>;
|
|
8287
|
+
abi: Array<unknown>;
|
|
8839
8288
|
/**
|
|
8840
8289
|
* The arguments to pass to the function
|
|
8841
8290
|
*/
|
|
@@ -8866,7 +8315,7 @@ type WalletsV1Alpha2TransactionsResponseDto = {
|
|
|
8866
8315
|
/**
|
|
8867
8316
|
* The chain on which the transaction will be executed
|
|
8868
8317
|
*/
|
|
8869
|
-
chain: 'abstract' | 'apechain' | 'arbitrum' | 'arbitrumnova' | 'avalanche' | 'base' | 'bsc' | 'flow' | 'mantle' | 'mode' | 'optimism' | 'polygon' | 'scroll' | 'sei-pacific-1' | 'shape' | 'story' | 'world-chain' | 'zora' | 'abstract-testnet' | 'arbitrum-sepolia' | 'avalanche-fuji' | 'base-sepolia' | 'curtis' | 'ethereum-sepolia' | 'flow-testnet' | 'mantle-sepolia' | 'mode-sepolia' | 'optimism-sepolia' | 'polygon-amoy' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'story-testnet' | 'world-chain-sepolia' | 'zora-sepolia';
|
|
8318
|
+
chain: 'abstract' | 'apechain' | 'arbitrum' | 'arbitrumnova' | 'avalanche' | 'base' | 'bsc' | 'flow' | 'mantle' | 'mode' | 'optimism' | 'plume' | 'polygon' | 'scroll' | 'sei-pacific-1' | 'shape' | 'story' | 'world-chain' | 'zora' | 'abstract-testnet' | 'arbitrum-sepolia' | 'avalanche-fuji' | 'base-sepolia' | 'curtis' | 'ethereum-sepolia' | 'flow-testnet' | 'mantle-sepolia' | 'mode-sepolia' | 'optimism-sepolia' | 'plume-testnet' | 'polygon-amoy' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'story-testnet' | 'world-chain-sepolia' | 'zora-sepolia';
|
|
8870
8319
|
/**
|
|
8871
8320
|
* Signer Locator
|
|
8872
8321
|
* The locator for the signer who will submit this transaction
|
|
@@ -9187,39 +8636,7 @@ type WalletsV1Alpha2TransactionsResponseDto = {
|
|
|
9187
8636
|
/**
|
|
9188
8637
|
* The ABI for the function to call
|
|
9189
8638
|
*/
|
|
9190
|
-
abi: Array<
|
|
9191
|
-
type: 'error';
|
|
9192
|
-
inputs: Array<unknown>;
|
|
9193
|
-
name: string;
|
|
9194
|
-
} | {
|
|
9195
|
-
type: 'event';
|
|
9196
|
-
anonymous?: boolean;
|
|
9197
|
-
inputs: Array<unknown & {
|
|
9198
|
-
indexed?: boolean;
|
|
9199
|
-
}>;
|
|
9200
|
-
name: string;
|
|
9201
|
-
} | ({
|
|
9202
|
-
constant?: boolean;
|
|
9203
|
-
gas?: number;
|
|
9204
|
-
payable?: boolean;
|
|
9205
|
-
} & ({
|
|
9206
|
-
type: 'function';
|
|
9207
|
-
inputs: Array<unknown>;
|
|
9208
|
-
name: string;
|
|
9209
|
-
outputs: Array<unknown>;
|
|
9210
|
-
stateMutability: 'pure' | 'view' | 'nonpayable' | 'payable';
|
|
9211
|
-
} | {
|
|
9212
|
-
type: 'constructor';
|
|
9213
|
-
inputs: Array<unknown>;
|
|
9214
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
9215
|
-
} | {
|
|
9216
|
-
type: 'fallback';
|
|
9217
|
-
inputs?: unknown;
|
|
9218
|
-
stateMutability: 'payable' | 'nonpayable';
|
|
9219
|
-
} | {
|
|
9220
|
-
type: 'receive';
|
|
9221
|
-
stateMutability: 'payable';
|
|
9222
|
-
}))>;
|
|
8639
|
+
abi: Array<unknown>;
|
|
9223
8640
|
/**
|
|
9224
8641
|
* The arguments to pass to the function
|
|
9225
8642
|
*/
|
|
@@ -9228,7 +8645,7 @@ type WalletsV1Alpha2TransactionsResponseDto = {
|
|
|
9228
8645
|
/**
|
|
9229
8646
|
* The chain on which the transaction will be executed
|
|
9230
8647
|
*/
|
|
9231
|
-
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | '
|
|
8648
|
+
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | 'base-goerli' | 'base-sepolia' | 'bsc-testnet' | 'chiliz-spicy-testnet' | 'coti-testnet' | 'ethereum-goerli' | 'ethereum-sepolia' | 'hedera-testnet' | 'hypersonic-testnet' | 'lightlink-pegasus' | 'mantle-sepolia' | 'optimism-goerli' | 'optimism-sepolia' | 'polygon-amoy' | 'polygon-mumbai' | 'crossmint-private-testnet-ethereum' | 'crossmint-private-testnet-polygon' | 'rari-testnet' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'shape-sepolia' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'space-testnet' | 'story-testnet' | 'verify-testnet' | 'viction-testnet' | 'xai-sepolia-testnet' | 'zkatana' | 'zkyoto' | 'zora-goerli' | 'zora-sepolia' | 'mode-sepolia' | 'u2u-nebulas' | 'zenchain-testnet' | 'abstract-testnet' | 'world-chain-sepolia' | 'plume-testnet' | 'flow-testnet' | 'ethereum' | 'polygon' | 'bsc' | 'optimism' | 'arbitrum' | 'base' | 'zora' | 'arbitrumnova' | 'astar-zkevm' | 'apechain' | 'hedera' | 'coti' | 'lightlink' | 'mantle' | 'skale-nebula' | 'sei-pacific-1' | 'chiliz' | 'avalanche' | 'xai' | 'shape' | 'rari' | 'scroll' | 'viction' | 'mode' | 'space' | 'soneium' | 'story' | 'u2u-solaris' | 'abstract' | 'world-chain' | 'plume' | 'flow';
|
|
9232
8649
|
};
|
|
9233
8650
|
/**
|
|
9234
8651
|
* EVM MPC wallet transaction data
|
|
@@ -10353,6 +9770,40 @@ type WalletV2025ResponseDto = {
|
|
|
10353
9770
|
* Unique identifier for locating this passkey signer
|
|
10354
9771
|
*/
|
|
10355
9772
|
locator: string;
|
|
9773
|
+
} | {
|
|
9774
|
+
/**
|
|
9775
|
+
* Identifier for email signer type
|
|
9776
|
+
*/
|
|
9777
|
+
type: 'email';
|
|
9778
|
+
/**
|
|
9779
|
+
* The email address for the signer
|
|
9780
|
+
*/
|
|
9781
|
+
email: string;
|
|
9782
|
+
/**
|
|
9783
|
+
* The locator of the signer
|
|
9784
|
+
*/
|
|
9785
|
+
locator: string;
|
|
9786
|
+
/**
|
|
9787
|
+
* The address of the signer
|
|
9788
|
+
*/
|
|
9789
|
+
address: string;
|
|
9790
|
+
} | {
|
|
9791
|
+
/**
|
|
9792
|
+
* Identifier for phone signer type
|
|
9793
|
+
*/
|
|
9794
|
+
type: 'phone';
|
|
9795
|
+
/**
|
|
9796
|
+
* The phone number for the signer in E164 format
|
|
9797
|
+
*/
|
|
9798
|
+
phone: string;
|
|
9799
|
+
/**
|
|
9800
|
+
* The locator of the signer
|
|
9801
|
+
*/
|
|
9802
|
+
locator: string;
|
|
9803
|
+
/**
|
|
9804
|
+
* The address of the signer
|
|
9805
|
+
*/
|
|
9806
|
+
address: string;
|
|
10356
9807
|
}>;
|
|
10357
9808
|
};
|
|
10358
9809
|
/**
|
|
@@ -11537,7 +10988,7 @@ type WalletsV1ControllerGetMeWalletActivity5Data = {
|
|
|
11537
10988
|
/**
|
|
11538
10989
|
* The blockchain network to query. Either an EVM chain, Solana, or Stellar.
|
|
11539
10990
|
*/
|
|
11540
|
-
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | '
|
|
10991
|
+
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | 'base-goerli' | 'base-sepolia' | 'bsc-testnet' | 'chiliz-spicy-testnet' | 'coti-testnet' | 'ethereum-goerli' | 'ethereum-sepolia' | 'hedera-testnet' | 'hypersonic-testnet' | 'lightlink-pegasus' | 'mantle-sepolia' | 'optimism-goerli' | 'optimism-sepolia' | 'polygon-amoy' | 'polygon-mumbai' | 'crossmint-private-testnet-ethereum' | 'crossmint-private-testnet-polygon' | 'rari-testnet' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'shape-sepolia' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'space-testnet' | 'story-testnet' | 'verify-testnet' | 'viction-testnet' | 'xai-sepolia-testnet' | 'zkatana' | 'zkyoto' | 'zora-goerli' | 'zora-sepolia' | 'mode-sepolia' | 'u2u-nebulas' | 'zenchain-testnet' | 'abstract-testnet' | 'world-chain-sepolia' | 'plume-testnet' | 'flow-testnet' | 'ethereum' | 'polygon' | 'bsc' | 'optimism' | 'arbitrum' | 'base' | 'zora' | 'arbitrumnova' | 'astar-zkevm' | 'apechain' | 'hedera' | 'coti' | 'lightlink' | 'mantle' | 'skale-nebula' | 'sei-pacific-1' | 'chiliz' | 'avalanche' | 'xai' | 'shape' | 'rari' | 'scroll' | 'viction' | 'mode' | 'space' | 'soneium' | 'story' | 'u2u-solaris' | 'abstract' | 'world-chain' | 'plume' | 'flow' | 'solana' | 'stellar';
|
|
11541
10992
|
};
|
|
11542
10993
|
url: '/v1-alpha2/wallets/me{walletType}/activity';
|
|
11543
10994
|
};
|
|
@@ -12153,7 +11604,7 @@ type WalletsV1ControllerGetWalletActivity5Data = {
|
|
|
12153
11604
|
/**
|
|
12154
11605
|
* The blockchain network to query. Either an EVM chain, Solana, or Stellar.
|
|
12155
11606
|
*/
|
|
12156
|
-
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | '
|
|
11607
|
+
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | 'base-goerli' | 'base-sepolia' | 'bsc-testnet' | 'chiliz-spicy-testnet' | 'coti-testnet' | 'ethereum-goerli' | 'ethereum-sepolia' | 'hedera-testnet' | 'hypersonic-testnet' | 'lightlink-pegasus' | 'mantle-sepolia' | 'optimism-goerli' | 'optimism-sepolia' | 'polygon-amoy' | 'polygon-mumbai' | 'crossmint-private-testnet-ethereum' | 'crossmint-private-testnet-polygon' | 'rari-testnet' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'shape-sepolia' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'space-testnet' | 'story-testnet' | 'verify-testnet' | 'viction-testnet' | 'xai-sepolia-testnet' | 'zkatana' | 'zkyoto' | 'zora-goerli' | 'zora-sepolia' | 'mode-sepolia' | 'u2u-nebulas' | 'zenchain-testnet' | 'abstract-testnet' | 'world-chain-sepolia' | 'plume-testnet' | 'flow-testnet' | 'ethereum' | 'polygon' | 'bsc' | 'optimism' | 'arbitrum' | 'base' | 'zora' | 'arbitrumnova' | 'astar-zkevm' | 'apechain' | 'hedera' | 'coti' | 'lightlink' | 'mantle' | 'skale-nebula' | 'sei-pacific-1' | 'chiliz' | 'avalanche' | 'xai' | 'shape' | 'rari' | 'scroll' | 'viction' | 'mode' | 'space' | 'soneium' | 'story' | 'u2u-solaris' | 'abstract' | 'world-chain' | 'plume' | 'flow' | 'solana' | 'stellar';
|
|
12157
11608
|
};
|
|
12158
11609
|
url: '/v1-alpha2/wallets/{walletLocator}/activity';
|
|
12159
11610
|
};
|
|
@@ -12240,6 +11691,15 @@ type WalletsV1ControllerCreateWallet5Responses = {
|
|
|
12240
11691
|
201: WalletV1Alpha2ResponseDto;
|
|
12241
11692
|
};
|
|
12242
11693
|
type WalletsV1ControllerCreateWallet5Response = WalletsV1ControllerCreateWallet5Responses[keyof WalletsV1ControllerCreateWallet5Responses];
|
|
11694
|
+
type WalletsVerifyRecipientControllerVerifyWalletOwnership2Data = {
|
|
11695
|
+
body?: never;
|
|
11696
|
+
path?: never;
|
|
11697
|
+
query?: never;
|
|
11698
|
+
url: '/unstable/wallets/verify-ownership';
|
|
11699
|
+
};
|
|
11700
|
+
type WalletsVerifyRecipientControllerVerifyWalletOwnership2Responses = {
|
|
11701
|
+
201: unknown;
|
|
11702
|
+
};
|
|
12243
11703
|
type WalletsSendTokenControllerSendMeToken2Data = {
|
|
12244
11704
|
body: SendTokenDto;
|
|
12245
11705
|
headers: {
|
|
@@ -12287,7 +11747,7 @@ type WalletActivityUnstableControllerGetMeWalletActivity2Data = {
|
|
|
12287
11747
|
/**
|
|
12288
11748
|
* The blockchain network to query. Either an EVM chain, Solana, or Stellar.
|
|
12289
11749
|
*/
|
|
12290
|
-
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | '
|
|
11750
|
+
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | 'base-goerli' | 'base-sepolia' | 'bsc-testnet' | 'chiliz-spicy-testnet' | 'coti-testnet' | 'ethereum-goerli' | 'ethereum-sepolia' | 'hedera-testnet' | 'hypersonic-testnet' | 'lightlink-pegasus' | 'mantle-sepolia' | 'optimism-goerli' | 'optimism-sepolia' | 'polygon-amoy' | 'polygon-mumbai' | 'crossmint-private-testnet-ethereum' | 'crossmint-private-testnet-polygon' | 'rari-testnet' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'shape-sepolia' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'space-testnet' | 'story-testnet' | 'verify-testnet' | 'viction-testnet' | 'xai-sepolia-testnet' | 'zkatana' | 'zkyoto' | 'zora-goerli' | 'zora-sepolia' | 'mode-sepolia' | 'u2u-nebulas' | 'zenchain-testnet' | 'abstract-testnet' | 'world-chain-sepolia' | 'plume-testnet' | 'flow-testnet' | 'ethereum' | 'polygon' | 'bsc' | 'optimism' | 'arbitrum' | 'base' | 'zora' | 'arbitrumnova' | 'astar-zkevm' | 'apechain' | 'hedera' | 'coti' | 'lightlink' | 'mantle' | 'skale-nebula' | 'sei-pacific-1' | 'chiliz' | 'avalanche' | 'xai' | 'shape' | 'rari' | 'scroll' | 'viction' | 'mode' | 'space' | 'soneium' | 'story' | 'u2u-solaris' | 'abstract' | 'world-chain' | 'plume' | 'flow' | 'solana' | 'stellar';
|
|
12291
11751
|
};
|
|
12292
11752
|
url: '/unstable/wallets/me{walletLocator}/activity';
|
|
12293
11753
|
};
|
|
@@ -12421,7 +11881,7 @@ type WalletActivityUnstableControllerGetWalletActivity2Data = {
|
|
|
12421
11881
|
/**
|
|
12422
11882
|
* The blockchain network to query. Either an EVM chain, Solana, or Stellar.
|
|
12423
11883
|
*/
|
|
12424
|
-
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | '
|
|
11884
|
+
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | 'base-goerli' | 'base-sepolia' | 'bsc-testnet' | 'chiliz-spicy-testnet' | 'coti-testnet' | 'ethereum-goerli' | 'ethereum-sepolia' | 'hedera-testnet' | 'hypersonic-testnet' | 'lightlink-pegasus' | 'mantle-sepolia' | 'optimism-goerli' | 'optimism-sepolia' | 'polygon-amoy' | 'polygon-mumbai' | 'crossmint-private-testnet-ethereum' | 'crossmint-private-testnet-polygon' | 'rari-testnet' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'shape-sepolia' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'space-testnet' | 'story-testnet' | 'verify-testnet' | 'viction-testnet' | 'xai-sepolia-testnet' | 'zkatana' | 'zkyoto' | 'zora-goerli' | 'zora-sepolia' | 'mode-sepolia' | 'u2u-nebulas' | 'zenchain-testnet' | 'abstract-testnet' | 'world-chain-sepolia' | 'plume-testnet' | 'flow-testnet' | 'ethereum' | 'polygon' | 'bsc' | 'optimism' | 'arbitrum' | 'base' | 'zora' | 'arbitrumnova' | 'astar-zkevm' | 'apechain' | 'hedera' | 'coti' | 'lightlink' | 'mantle' | 'skale-nebula' | 'sei-pacific-1' | 'chiliz' | 'avalanche' | 'xai' | 'shape' | 'rari' | 'scroll' | 'viction' | 'mode' | 'space' | 'soneium' | 'story' | 'u2u-solaris' | 'abstract' | 'world-chain' | 'plume' | 'flow' | 'solana' | 'stellar';
|
|
12425
11885
|
};
|
|
12426
11886
|
url: '/unstable/wallets/{walletLocator}/activity';
|
|
12427
11887
|
};
|
|
@@ -12840,65 +12300,6 @@ type WalletsV2025ControllerCreateMeWallet2Responses = {
|
|
|
12840
12300
|
201: WalletV2025ResponseDto;
|
|
12841
12301
|
};
|
|
12842
12302
|
type WalletsV2025ControllerCreateMeWallet2Response = WalletsV2025ControllerCreateMeWallet2Responses[keyof WalletsV2025ControllerCreateMeWallet2Responses];
|
|
12843
|
-
type WalletsV2025ControllerGetPayoutTransaction2Data = {
|
|
12844
|
-
body?: never;
|
|
12845
|
-
headers: {
|
|
12846
|
-
/**
|
|
12847
|
-
* API key required for authentication
|
|
12848
|
-
*/
|
|
12849
|
-
'X-API-KEY': string;
|
|
12850
|
-
};
|
|
12851
|
-
path: {
|
|
12852
|
-
transactionId: string;
|
|
12853
|
-
};
|
|
12854
|
-
query?: never;
|
|
12855
|
-
url: '/2025-06-09/wallets/CROSSMINT/transactions/{transactionId}';
|
|
12856
|
-
};
|
|
12857
|
-
type WalletsV2025ControllerGetPayoutTransaction2Errors = {
|
|
12858
|
-
/**
|
|
12859
|
-
* Returns an error if the payout transaction is not found
|
|
12860
|
-
*/
|
|
12861
|
-
404: WalletV1Alpha2ErrorDto;
|
|
12862
|
-
};
|
|
12863
|
-
type WalletsV2025ControllerGetPayoutTransaction2Error = WalletsV2025ControllerGetPayoutTransaction2Errors[keyof WalletsV2025ControllerGetPayoutTransaction2Errors];
|
|
12864
|
-
type WalletsV2025ControllerGetPayoutTransaction2Responses = {
|
|
12865
|
-
/**
|
|
12866
|
-
* The payout transaction has been successfully retrieved.
|
|
12867
|
-
*/
|
|
12868
|
-
200: SchemaHolderClass;
|
|
12869
|
-
};
|
|
12870
|
-
type WalletsV2025ControllerGetPayoutTransaction2Response = WalletsV2025ControllerGetPayoutTransaction2Responses[keyof WalletsV2025ControllerGetPayoutTransaction2Responses];
|
|
12871
|
-
type WalletsSendTokenV2025ControllerCreatePayout2Data = {
|
|
12872
|
-
body: SendTokenV2025Dto;
|
|
12873
|
-
headers: {
|
|
12874
|
-
/**
|
|
12875
|
-
* API key required for authentication
|
|
12876
|
-
*/
|
|
12877
|
-
'X-API-KEY': string;
|
|
12878
|
-
/**
|
|
12879
|
-
* Unique key to prevent duplicate transaction creation
|
|
12880
|
-
*/
|
|
12881
|
-
'x-idempotency-key'?: string;
|
|
12882
|
-
};
|
|
12883
|
-
path: {
|
|
12884
|
-
/**
|
|
12885
|
-
* A token locator that supports native tokens, fungible tokens, and NFTs across different chains. It can be of the format:
|
|
12886
|
-
* - `chain:address[:tokenId]`
|
|
12887
|
-
* - `chain:currency`
|
|
12888
|
-
* - `chain:address`
|
|
12889
|
-
*/
|
|
12890
|
-
tokenLocator: string;
|
|
12891
|
-
};
|
|
12892
|
-
query?: never;
|
|
12893
|
-
url: '/2025-06-09/wallets/CROSSMINT/tokens/{tokenLocator}/transfers';
|
|
12894
|
-
};
|
|
12895
|
-
type WalletsSendTokenV2025ControllerCreatePayout2Responses = {
|
|
12896
|
-
/**
|
|
12897
|
-
* The transaction has been successfully created.
|
|
12898
|
-
*/
|
|
12899
|
-
201: SchemaHolderClass;
|
|
12900
|
-
};
|
|
12901
|
-
type WalletsSendTokenV2025ControllerCreatePayout2Response = WalletsSendTokenV2025ControllerCreatePayout2Responses[keyof WalletsSendTokenV2025ControllerCreatePayout2Responses];
|
|
12902
12303
|
type WalletsV2025ControllerSubmitApprovals2Data = {
|
|
12903
12304
|
body: SubmitApprovalV2025Dto;
|
|
12904
12305
|
headers: {
|
|
@@ -13807,7 +13208,7 @@ type WalletsV1ControllerGetMeWalletActivity4Data = {
|
|
|
13807
13208
|
/**
|
|
13808
13209
|
* The blockchain network to query. Either an EVM chain, Solana, or Stellar.
|
|
13809
13210
|
*/
|
|
13810
|
-
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | '
|
|
13211
|
+
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | 'base-goerli' | 'base-sepolia' | 'bsc-testnet' | 'chiliz-spicy-testnet' | 'coti-testnet' | 'ethereum-goerli' | 'ethereum-sepolia' | 'hedera-testnet' | 'hypersonic-testnet' | 'lightlink-pegasus' | 'mantle-sepolia' | 'optimism-goerli' | 'optimism-sepolia' | 'polygon-amoy' | 'polygon-mumbai' | 'crossmint-private-testnet-ethereum' | 'crossmint-private-testnet-polygon' | 'rari-testnet' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'shape-sepolia' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'space-testnet' | 'story-testnet' | 'verify-testnet' | 'viction-testnet' | 'xai-sepolia-testnet' | 'zkatana' | 'zkyoto' | 'zora-goerli' | 'zora-sepolia' | 'mode-sepolia' | 'u2u-nebulas' | 'zenchain-testnet' | 'abstract-testnet' | 'world-chain-sepolia' | 'plume-testnet' | 'flow-testnet' | 'ethereum' | 'polygon' | 'bsc' | 'optimism' | 'arbitrum' | 'base' | 'zora' | 'arbitrumnova' | 'astar-zkevm' | 'apechain' | 'hedera' | 'coti' | 'lightlink' | 'mantle' | 'skale-nebula' | 'sei-pacific-1' | 'chiliz' | 'avalanche' | 'xai' | 'shape' | 'rari' | 'scroll' | 'viction' | 'mode' | 'space' | 'soneium' | 'story' | 'u2u-solaris' | 'abstract' | 'world-chain' | 'plume' | 'flow' | 'solana' | 'stellar';
|
|
13811
13212
|
};
|
|
13812
13213
|
url: '/2022-06-09/wallets/me{walletType}/activity';
|
|
13813
13214
|
};
|
|
@@ -14336,7 +13737,7 @@ type WalletsV1ControllerGetWalletActivity4Data = {
|
|
|
14336
13737
|
/**
|
|
14337
13738
|
* The blockchain network to query. Either an EVM chain, Solana, or Stellar.
|
|
14338
13739
|
*/
|
|
14339
|
-
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | '
|
|
13740
|
+
chain: 'arbitrum-sepolia' | 'avalanche-fuji' | 'curtis' | 'base-goerli' | 'base-sepolia' | 'bsc-testnet' | 'chiliz-spicy-testnet' | 'coti-testnet' | 'ethereum-goerli' | 'ethereum-sepolia' | 'hedera-testnet' | 'hypersonic-testnet' | 'lightlink-pegasus' | 'mantle-sepolia' | 'optimism-goerli' | 'optimism-sepolia' | 'polygon-amoy' | 'polygon-mumbai' | 'crossmint-private-testnet-ethereum' | 'crossmint-private-testnet-polygon' | 'rari-testnet' | 'scroll-sepolia' | 'sei-atlantic-2-testnet' | 'shape-sepolia' | 'skale-nebula-testnet' | 'soneium-minato-testnet' | 'space-testnet' | 'story-testnet' | 'verify-testnet' | 'viction-testnet' | 'xai-sepolia-testnet' | 'zkatana' | 'zkyoto' | 'zora-goerli' | 'zora-sepolia' | 'mode-sepolia' | 'u2u-nebulas' | 'zenchain-testnet' | 'abstract-testnet' | 'world-chain-sepolia' | 'plume-testnet' | 'flow-testnet' | 'ethereum' | 'polygon' | 'bsc' | 'optimism' | 'arbitrum' | 'base' | 'zora' | 'arbitrumnova' | 'astar-zkevm' | 'apechain' | 'hedera' | 'coti' | 'lightlink' | 'mantle' | 'skale-nebula' | 'sei-pacific-1' | 'chiliz' | 'avalanche' | 'xai' | 'shape' | 'rari' | 'scroll' | 'viction' | 'mode' | 'space' | 'soneium' | 'story' | 'u2u-solaris' | 'abstract' | 'world-chain' | 'plume' | 'flow' | 'solana' | 'stellar';
|
|
14340
13741
|
};
|
|
14341
13742
|
url: '/2022-06-09/wallets/{walletLocator}/activity';
|
|
14342
13743
|
};
|
|
@@ -14453,4 +13854,4 @@ type ClientOptions = {
|
|
|
14453
13854
|
baseUrl: 'https://staging.crossmint.com/api' | 'https://www.crossmint.com/api' | (string & {});
|
|
14454
13855
|
};
|
|
14455
13856
|
|
|
14456
|
-
export type { BalanceControllerFundWallet2Data, BalanceControllerFundWallet2Error, BalanceControllerFundWallet2Errors, BalanceControllerFundWallet2Response, BalanceControllerFundWallet2Responses, BalanceControllerGetBalanceForLocator2Data, BalanceControllerGetBalanceForLocator2Error, BalanceControllerGetBalanceForLocator2Errors, BalanceControllerGetBalanceForLocator2Response, BalanceControllerGetBalanceForLocator2Responses, BalanceUnstableControllerGetBalanceForLocator2Data, BalanceUnstableControllerGetBalanceForLocator2Error, BalanceUnstableControllerGetBalanceForLocator2Errors, BalanceUnstableControllerGetBalanceForLocator2Response, BalanceUnstableControllerGetBalanceForLocator2Responses, BalanceV20250609ControllerGetBalanceForLocator2Data, BalanceV20250609ControllerGetBalanceForLocator2Error, BalanceV20250609ControllerGetBalanceForLocator2Errors, BalanceV20250609ControllerGetBalanceForLocator2Response, BalanceV20250609ControllerGetBalanceForLocator2Responses, ClientOptions, CreateSignatureRequestDto, CreateSignatureV2025Dto, CreateSignerInputDto, CreateSignerV2025InputDto, CreateTransactionDto, CreateTransactionV2025Dto, CreateWalletDto, CreateWalletV2025Dto, DelegatedSignerDto, DelegatedSignerV2025Dto, FundWalletAmountDto, SchemaHolderClass, SendOrDepositTokenV2025Dto, SendTokenDto, SendTokenV2025Dto, SubmitApprovalDto, SubmitApprovalV2025Dto, WalletActivityUnstableControllerGetMeWalletActivity2Data, WalletActivityUnstableControllerGetMeWalletActivity2Error, WalletActivityUnstableControllerGetMeWalletActivity2Errors, WalletActivityUnstableControllerGetMeWalletActivity2Response, WalletActivityUnstableControllerGetMeWalletActivity2Responses, WalletActivityUnstableControllerGetWalletActivity2Data, WalletActivityUnstableControllerGetWalletActivity2Error, WalletActivityUnstableControllerGetWalletActivity2Errors, WalletActivityUnstableControllerGetWalletActivity2Response, WalletActivityUnstableControllerGetWalletActivity2Responses, WalletBalanceResponseDto, WalletBalanceUnstableResponseDto, WalletBalanceV20250609ResponseDto, WalletNftControllerGetNftsFromWallet4Data, WalletNftControllerGetNftsFromWallet4Response, WalletNftControllerGetNftsFromWallet4Responses, WalletNftsResponseDto, WalletV1Alpha2ErrorDto, WalletV1Alpha2ResponseDto, WalletV1Alpha2TransactionErrorDto, WalletV2025ResponseDto, WalletsActivityResponseUnstableDto, WalletsMultipleSignatureV2025ResponseDto, WalletsMultipleTransactionV2025ResponseDto, WalletsSendTokenControllerSendMeToken2Data, WalletsSendTokenControllerSendMeToken2Response, WalletsSendTokenControllerSendMeToken2Responses, WalletsSendTokenControllerSendToken2Data, WalletsSendTokenControllerSendToken2Response, WalletsSendTokenControllerSendToken2Responses, WalletsSendTokenV2025ControllerCreatePayout2Data, WalletsSendTokenV2025ControllerCreatePayout2Response, WalletsSendTokenV2025ControllerCreatePayout2Responses, WalletsSendTokenV2025ControllerSendMeToken2Data, WalletsSendTokenV2025ControllerSendMeToken2Response, WalletsSendTokenV2025ControllerSendMeToken2Responses, WalletsSendTokenV2025ControllerSendToken2Data, WalletsSendTokenV2025ControllerSendToken2Response, WalletsSendTokenV2025ControllerSendToken2Responses, WalletsSignatureV2025ResponseDto, WalletsTransactionV2025ResponseDto, WalletsV1Alpha2ActivityResponseDto, WalletsV1Alpha2MultipleSignatureResponseDto, WalletsV1Alpha2SignatureResponseDto, WalletsV1Alpha2TransactionResponseDto, WalletsV1Alpha2TransactionResponseWithSendParamsDto, WalletsV1Alpha2TransactionsResponseDto, WalletsV1ControllerCreateDelegatedSigner4Data, WalletsV1ControllerCreateDelegatedSigner4Error, WalletsV1ControllerCreateDelegatedSigner4Errors, WalletsV1ControllerCreateDelegatedSigner4Response, WalletsV1ControllerCreateDelegatedSigner4Responses, WalletsV1ControllerCreateDelegatedSigner5Data, WalletsV1ControllerCreateDelegatedSigner5Error, WalletsV1ControllerCreateDelegatedSigner5Errors, WalletsV1ControllerCreateDelegatedSigner5Response, WalletsV1ControllerCreateDelegatedSigner5Responses, WalletsV1ControllerCreateMeDelegatedSigner4Data, WalletsV1ControllerCreateMeDelegatedSigner4Error, WalletsV1ControllerCreateMeDelegatedSigner4Errors, WalletsV1ControllerCreateMeDelegatedSigner4Response, WalletsV1ControllerCreateMeDelegatedSigner4Responses, WalletsV1ControllerCreateMeDelegatedSigner5Data, WalletsV1ControllerCreateMeDelegatedSigner5Error, WalletsV1ControllerCreateMeDelegatedSigner5Errors, WalletsV1ControllerCreateMeDelegatedSigner5Response, WalletsV1ControllerCreateMeDelegatedSigner5Responses, WalletsV1ControllerCreateMeSignatureRequest4Data, WalletsV1ControllerCreateMeSignatureRequest4Error, WalletsV1ControllerCreateMeSignatureRequest4Errors, WalletsV1ControllerCreateMeSignatureRequest4Response, WalletsV1ControllerCreateMeSignatureRequest4Responses, WalletsV1ControllerCreateMeSignatureRequest5Data, WalletsV1ControllerCreateMeSignatureRequest5Error, WalletsV1ControllerCreateMeSignatureRequest5Errors, WalletsV1ControllerCreateMeSignatureRequest5Response, WalletsV1ControllerCreateMeSignatureRequest5Responses, WalletsV1ControllerCreateMeTransaction4Data, WalletsV1ControllerCreateMeTransaction4Error, WalletsV1ControllerCreateMeTransaction4Errors, WalletsV1ControllerCreateMeTransaction4Response, WalletsV1ControllerCreateMeTransaction4Responses, WalletsV1ControllerCreateMeTransaction5Data, WalletsV1ControllerCreateMeTransaction5Error, WalletsV1ControllerCreateMeTransaction5Errors, WalletsV1ControllerCreateMeTransaction5Response, WalletsV1ControllerCreateMeTransaction5Responses, WalletsV1ControllerCreateMeWallet4Data, WalletsV1ControllerCreateMeWallet4Response, WalletsV1ControllerCreateMeWallet4Responses, WalletsV1ControllerCreateMeWallet5Data, WalletsV1ControllerCreateMeWallet5Response, WalletsV1ControllerCreateMeWallet5Responses, WalletsV1ControllerCreateSignatureRequest4Data, WalletsV1ControllerCreateSignatureRequest4Error, WalletsV1ControllerCreateSignatureRequest4Errors, WalletsV1ControllerCreateSignatureRequest4Response, WalletsV1ControllerCreateSignatureRequest4Responses, WalletsV1ControllerCreateSignatureRequest5Data, WalletsV1ControllerCreateSignatureRequest5Error, WalletsV1ControllerCreateSignatureRequest5Errors, WalletsV1ControllerCreateSignatureRequest5Response, WalletsV1ControllerCreateSignatureRequest5Responses, WalletsV1ControllerCreateTransaction4Data, WalletsV1ControllerCreateTransaction4Error, WalletsV1ControllerCreateTransaction4Errors, WalletsV1ControllerCreateTransaction4Response, WalletsV1ControllerCreateTransaction4Responses, WalletsV1ControllerCreateTransaction5Data, WalletsV1ControllerCreateTransaction5Error, WalletsV1ControllerCreateTransaction5Errors, WalletsV1ControllerCreateTransaction5Response, WalletsV1ControllerCreateTransaction5Responses, WalletsV1ControllerCreateWallet4Data, WalletsV1ControllerCreateWallet4Error, WalletsV1ControllerCreateWallet4Errors, WalletsV1ControllerCreateWallet4Response, WalletsV1ControllerCreateWallet4Responses, WalletsV1ControllerCreateWallet5Data, WalletsV1ControllerCreateWallet5Error, WalletsV1ControllerCreateWallet5Errors, WalletsV1ControllerCreateWallet5Response, WalletsV1ControllerCreateWallet5Responses, WalletsV1ControllerGetAllSignatures4Data, WalletsV1ControllerGetAllSignatures4Error, WalletsV1ControllerGetAllSignatures4Errors, WalletsV1ControllerGetAllSignatures4Response, WalletsV1ControllerGetAllSignatures4Responses, WalletsV1ControllerGetAllSignatures5Data, WalletsV1ControllerGetAllSignatures5Error, WalletsV1ControllerGetAllSignatures5Errors, WalletsV1ControllerGetAllSignatures5Response, WalletsV1ControllerGetAllSignatures5Responses, WalletsV1ControllerGetDelegatedSigner4Data, WalletsV1ControllerGetDelegatedSigner4Error, WalletsV1ControllerGetDelegatedSigner4Errors, WalletsV1ControllerGetDelegatedSigner4Response, WalletsV1ControllerGetDelegatedSigner4Responses, WalletsV1ControllerGetDelegatedSigner5Data, WalletsV1ControllerGetDelegatedSigner5Error, WalletsV1ControllerGetDelegatedSigner5Errors, WalletsV1ControllerGetDelegatedSigner5Response, WalletsV1ControllerGetDelegatedSigner5Responses, WalletsV1ControllerGetMeDelegatedSigner4Data, WalletsV1ControllerGetMeDelegatedSigner4Error, WalletsV1ControllerGetMeDelegatedSigner4Errors, WalletsV1ControllerGetMeDelegatedSigner4Response, WalletsV1ControllerGetMeDelegatedSigner4Responses, WalletsV1ControllerGetMeDelegatedSigner5Data, WalletsV1ControllerGetMeDelegatedSigner5Error, WalletsV1ControllerGetMeDelegatedSigner5Errors, WalletsV1ControllerGetMeDelegatedSigner5Response, WalletsV1ControllerGetMeDelegatedSigner5Responses, WalletsV1ControllerGetMeSignature4Data, WalletsV1ControllerGetMeSignature4Error, WalletsV1ControllerGetMeSignature4Errors, WalletsV1ControllerGetMeSignature4Response, WalletsV1ControllerGetMeSignature4Responses, WalletsV1ControllerGetMeSignature5Data, WalletsV1ControllerGetMeSignature5Error, WalletsV1ControllerGetMeSignature5Errors, WalletsV1ControllerGetMeSignature5Response, WalletsV1ControllerGetMeSignature5Responses, WalletsV1ControllerGetMeTransaction4Data, WalletsV1ControllerGetMeTransaction4Error, WalletsV1ControllerGetMeTransaction4Errors, WalletsV1ControllerGetMeTransaction4Response, WalletsV1ControllerGetMeTransaction4Responses, WalletsV1ControllerGetMeTransaction5Data, WalletsV1ControllerGetMeTransaction5Error, WalletsV1ControllerGetMeTransaction5Errors, WalletsV1ControllerGetMeTransaction5Response, WalletsV1ControllerGetMeTransaction5Responses, WalletsV1ControllerGetMeTransactionsWithoutChain4Data, WalletsV1ControllerGetMeTransactionsWithoutChain4Error, WalletsV1ControllerGetMeTransactionsWithoutChain4Errors, WalletsV1ControllerGetMeTransactionsWithoutChain4Response, WalletsV1ControllerGetMeTransactionsWithoutChain4Responses, WalletsV1ControllerGetMeTransactionsWithoutChain5Data, WalletsV1ControllerGetMeTransactionsWithoutChain5Error, WalletsV1ControllerGetMeTransactionsWithoutChain5Errors, WalletsV1ControllerGetMeTransactionsWithoutChain5Response, WalletsV1ControllerGetMeTransactionsWithoutChain5Responses, WalletsV1ControllerGetMeWallet4Data, WalletsV1ControllerGetMeWallet4Response, WalletsV1ControllerGetMeWallet4Responses, WalletsV1ControllerGetMeWallet5Data, WalletsV1ControllerGetMeWallet5Response, WalletsV1ControllerGetMeWallet5Responses, WalletsV1ControllerGetMeWalletActivity4Data, WalletsV1ControllerGetMeWalletActivity4Error, WalletsV1ControllerGetMeWalletActivity4Errors, WalletsV1ControllerGetMeWalletActivity4Response, WalletsV1ControllerGetMeWalletActivity4Responses, WalletsV1ControllerGetMeWalletActivity5Data, WalletsV1ControllerGetMeWalletActivity5Error, WalletsV1ControllerGetMeWalletActivity5Errors, WalletsV1ControllerGetMeWalletActivity5Response, WalletsV1ControllerGetMeWalletActivity5Responses, WalletsV1ControllerGetSignature4Data, WalletsV1ControllerGetSignature4Error, WalletsV1ControllerGetSignature4Errors, WalletsV1ControllerGetSignature4Response, WalletsV1ControllerGetSignature4Responses, WalletsV1ControllerGetSignature5Data, WalletsV1ControllerGetSignature5Error, WalletsV1ControllerGetSignature5Errors, WalletsV1ControllerGetSignature5Response, WalletsV1ControllerGetSignature5Responses, WalletsV1ControllerGetTransaction4Data, WalletsV1ControllerGetTransaction4Error, WalletsV1ControllerGetTransaction4Errors, WalletsV1ControllerGetTransaction4Response, WalletsV1ControllerGetTransaction4Responses, WalletsV1ControllerGetTransaction5Data, WalletsV1ControllerGetTransaction5Error, WalletsV1ControllerGetTransaction5Errors, WalletsV1ControllerGetTransaction5Response, WalletsV1ControllerGetTransaction5Responses, WalletsV1ControllerGetTransactionsWithoutChain4Data, WalletsV1ControllerGetTransactionsWithoutChain4Error, WalletsV1ControllerGetTransactionsWithoutChain4Errors, WalletsV1ControllerGetTransactionsWithoutChain4Response, WalletsV1ControllerGetTransactionsWithoutChain4Responses, WalletsV1ControllerGetTransactionsWithoutChain5Data, WalletsV1ControllerGetTransactionsWithoutChain5Error, WalletsV1ControllerGetTransactionsWithoutChain5Errors, WalletsV1ControllerGetTransactionsWithoutChain5Response, WalletsV1ControllerGetTransactionsWithoutChain5Responses, WalletsV1ControllerGetWalletActivity4Data, WalletsV1ControllerGetWalletActivity4Error, WalletsV1ControllerGetWalletActivity4Errors, WalletsV1ControllerGetWalletActivity4Response, WalletsV1ControllerGetWalletActivity4Responses, WalletsV1ControllerGetWalletActivity5Data, WalletsV1ControllerGetWalletActivity5Error, WalletsV1ControllerGetWalletActivity5Errors, WalletsV1ControllerGetWalletActivity5Response, WalletsV1ControllerGetWalletActivity5Responses, WalletsV1ControllerGetWalletByLocator4Data, WalletsV1ControllerGetWalletByLocator4Error, WalletsV1ControllerGetWalletByLocator4Errors, WalletsV1ControllerGetWalletByLocator4Response, WalletsV1ControllerGetWalletByLocator4Responses, WalletsV1ControllerGetWalletByLocator5Data, WalletsV1ControllerGetWalletByLocator5Error, WalletsV1ControllerGetWalletByLocator5Errors, WalletsV1ControllerGetWalletByLocator5Response, WalletsV1ControllerGetWalletByLocator5Responses, WalletsV1ControllerSubmitApprovals4Data, WalletsV1ControllerSubmitApprovals4Error, WalletsV1ControllerSubmitApprovals4Errors, WalletsV1ControllerSubmitApprovals4Response, WalletsV1ControllerSubmitApprovals4Responses, WalletsV1ControllerSubmitApprovals5Data, WalletsV1ControllerSubmitApprovals5Error, WalletsV1ControllerSubmitApprovals5Errors, WalletsV1ControllerSubmitApprovals5Response, WalletsV1ControllerSubmitApprovals5Responses, WalletsV1ControllerSubmitMeApprovals4Data, WalletsV1ControllerSubmitMeApprovals4Error, WalletsV1ControllerSubmitMeApprovals4Errors, WalletsV1ControllerSubmitMeApprovals4Response, WalletsV1ControllerSubmitMeApprovals4Responses, WalletsV1ControllerSubmitMeApprovals5Data, WalletsV1ControllerSubmitMeApprovals5Error, WalletsV1ControllerSubmitMeApprovals5Errors, WalletsV1ControllerSubmitMeApprovals5Response, WalletsV1ControllerSubmitMeApprovals5Responses, WalletsV1ControllerSubmitMeSignatureApprovals4Data, WalletsV1ControllerSubmitMeSignatureApprovals4Error, WalletsV1ControllerSubmitMeSignatureApprovals4Errors, WalletsV1ControllerSubmitMeSignatureApprovals4Response, WalletsV1ControllerSubmitMeSignatureApprovals4Responses, WalletsV1ControllerSubmitMeSignatureApprovals5Data, WalletsV1ControllerSubmitMeSignatureApprovals5Error, WalletsV1ControllerSubmitMeSignatureApprovals5Errors, WalletsV1ControllerSubmitMeSignatureApprovals5Response, WalletsV1ControllerSubmitMeSignatureApprovals5Responses, WalletsV1ControllerSubmitSignatureApprovals4Data, WalletsV1ControllerSubmitSignatureApprovals4Error, WalletsV1ControllerSubmitSignatureApprovals4Errors, WalletsV1ControllerSubmitSignatureApprovals4Response, WalletsV1ControllerSubmitSignatureApprovals4Responses, WalletsV1ControllerSubmitSignatureApprovals5Data, WalletsV1ControllerSubmitSignatureApprovals5Error, WalletsV1ControllerSubmitSignatureApprovals5Errors, WalletsV1ControllerSubmitSignatureApprovals5Response, WalletsV1ControllerSubmitSignatureApprovals5Responses, WalletsV2025ControllerCreateDelegatedSigner2Data, WalletsV2025ControllerCreateDelegatedSigner2Error, WalletsV2025ControllerCreateDelegatedSigner2Errors, WalletsV2025ControllerCreateDelegatedSigner2Response, WalletsV2025ControllerCreateDelegatedSigner2Responses, WalletsV2025ControllerCreateMeDelegatedSigner2Data, WalletsV2025ControllerCreateMeDelegatedSigner2Error, WalletsV2025ControllerCreateMeDelegatedSigner2Errors, WalletsV2025ControllerCreateMeDelegatedSigner2Response, WalletsV2025ControllerCreateMeDelegatedSigner2Responses, WalletsV2025ControllerCreateMeSignatureRequest2Data, WalletsV2025ControllerCreateMeSignatureRequest2Error, WalletsV2025ControllerCreateMeSignatureRequest2Errors, WalletsV2025ControllerCreateMeSignatureRequest2Response, WalletsV2025ControllerCreateMeSignatureRequest2Responses, WalletsV2025ControllerCreateMeTransaction2Data, WalletsV2025ControllerCreateMeTransaction2Error, WalletsV2025ControllerCreateMeTransaction2Errors, WalletsV2025ControllerCreateMeTransaction2Response, WalletsV2025ControllerCreateMeTransaction2Responses, WalletsV2025ControllerCreateMeWallet2Data, WalletsV2025ControllerCreateMeWallet2Response, WalletsV2025ControllerCreateMeWallet2Responses, WalletsV2025ControllerCreateSignatureRequest2Data, WalletsV2025ControllerCreateSignatureRequest2Error, WalletsV2025ControllerCreateSignatureRequest2Errors, WalletsV2025ControllerCreateSignatureRequest2Response, WalletsV2025ControllerCreateSignatureRequest2Responses, WalletsV2025ControllerCreateTransaction2Data, WalletsV2025ControllerCreateTransaction2Error, WalletsV2025ControllerCreateTransaction2Errors, WalletsV2025ControllerCreateTransaction2Response, WalletsV2025ControllerCreateTransaction2Responses, WalletsV2025ControllerCreateWallet2Data, WalletsV2025ControllerCreateWallet2Error, WalletsV2025ControllerCreateWallet2Errors, WalletsV2025ControllerCreateWallet2Response, WalletsV2025ControllerCreateWallet2Responses, WalletsV2025ControllerGetAllSignatures2Data, WalletsV2025ControllerGetAllSignatures2Error, WalletsV2025ControllerGetAllSignatures2Errors, WalletsV2025ControllerGetAllSignatures2Response, WalletsV2025ControllerGetAllSignatures2Responses, WalletsV2025ControllerGetDelegatedSigner2Data, WalletsV2025ControllerGetDelegatedSigner2Error, WalletsV2025ControllerGetDelegatedSigner2Errors, WalletsV2025ControllerGetDelegatedSigner2Response, WalletsV2025ControllerGetDelegatedSigner2Responses, WalletsV2025ControllerGetMeDelegatedSigner2Data, WalletsV2025ControllerGetMeDelegatedSigner2Error, WalletsV2025ControllerGetMeDelegatedSigner2Errors, WalletsV2025ControllerGetMeDelegatedSigner2Response, WalletsV2025ControllerGetMeDelegatedSigner2Responses, WalletsV2025ControllerGetMeSignature2Data, WalletsV2025ControllerGetMeSignature2Error, WalletsV2025ControllerGetMeSignature2Errors, WalletsV2025ControllerGetMeSignature2Response, WalletsV2025ControllerGetMeSignature2Responses, WalletsV2025ControllerGetMeSignatures2Data, WalletsV2025ControllerGetMeSignatures2Error, WalletsV2025ControllerGetMeSignatures2Errors, WalletsV2025ControllerGetMeSignatures2Response, WalletsV2025ControllerGetMeSignatures2Responses, WalletsV2025ControllerGetMeTransaction2Data, WalletsV2025ControllerGetMeTransaction2Error, WalletsV2025ControllerGetMeTransaction2Errors, WalletsV2025ControllerGetMeTransaction2Response, WalletsV2025ControllerGetMeTransaction2Responses, WalletsV2025ControllerGetMeTransactionsWithoutChain2Data, WalletsV2025ControllerGetMeTransactionsWithoutChain2Error, WalletsV2025ControllerGetMeTransactionsWithoutChain2Errors, WalletsV2025ControllerGetMeTransactionsWithoutChain2Response, WalletsV2025ControllerGetMeTransactionsWithoutChain2Responses, WalletsV2025ControllerGetMeWallet2Data, WalletsV2025ControllerGetMeWallet2Response, WalletsV2025ControllerGetMeWallet2Responses, WalletsV2025ControllerGetPayoutTransaction2Data, WalletsV2025ControllerGetPayoutTransaction2Error, WalletsV2025ControllerGetPayoutTransaction2Errors, WalletsV2025ControllerGetPayoutTransaction2Response, WalletsV2025ControllerGetPayoutTransaction2Responses, WalletsV2025ControllerGetSignature2Data, WalletsV2025ControllerGetSignature2Error, WalletsV2025ControllerGetSignature2Errors, WalletsV2025ControllerGetSignature2Response, WalletsV2025ControllerGetSignature2Responses, WalletsV2025ControllerGetTransaction2Data, WalletsV2025ControllerGetTransaction2Error, WalletsV2025ControllerGetTransaction2Errors, WalletsV2025ControllerGetTransaction2Response, WalletsV2025ControllerGetTransaction2Responses, WalletsV2025ControllerGetTransactionsWithoutChain2Data, WalletsV2025ControllerGetTransactionsWithoutChain2Error, WalletsV2025ControllerGetTransactionsWithoutChain2Errors, WalletsV2025ControllerGetTransactionsWithoutChain2Response, WalletsV2025ControllerGetTransactionsWithoutChain2Responses, WalletsV2025ControllerGetWalletByLocator2Data, WalletsV2025ControllerGetWalletByLocator2Error, WalletsV2025ControllerGetWalletByLocator2Errors, WalletsV2025ControllerGetWalletByLocator2Response, WalletsV2025ControllerGetWalletByLocator2Responses, WalletsV2025ControllerSubmitApprovals2Data, WalletsV2025ControllerSubmitApprovals2Error, WalletsV2025ControllerSubmitApprovals2Errors, WalletsV2025ControllerSubmitApprovals2Response, WalletsV2025ControllerSubmitApprovals2Responses, WalletsV2025ControllerSubmitMeApprovals2Data, WalletsV2025ControllerSubmitMeApprovals2Error, WalletsV2025ControllerSubmitMeApprovals2Errors, WalletsV2025ControllerSubmitMeApprovals2Response, WalletsV2025ControllerSubmitMeApprovals2Responses, WalletsV2025ControllerSubmitMeSignatureApprovals2Data, WalletsV2025ControllerSubmitMeSignatureApprovals2Error, WalletsV2025ControllerSubmitMeSignatureApprovals2Errors, WalletsV2025ControllerSubmitMeSignatureApprovals2Response, WalletsV2025ControllerSubmitMeSignatureApprovals2Responses, WalletsV2025ControllerSubmitSignatureApprovals2Data, WalletsV2025ControllerSubmitSignatureApprovals2Error, WalletsV2025ControllerSubmitSignatureApprovals2Errors, WalletsV2025ControllerSubmitSignatureApprovals2Response, WalletsV2025ControllerSubmitSignatureApprovals2Responses };
|
|
13857
|
+
export type { BalanceControllerFundWallet2Data, BalanceControllerFundWallet2Error, BalanceControllerFundWallet2Errors, BalanceControllerFundWallet2Response, BalanceControllerFundWallet2Responses, BalanceControllerGetBalanceForLocator2Data, BalanceControllerGetBalanceForLocator2Error, BalanceControllerGetBalanceForLocator2Errors, BalanceControllerGetBalanceForLocator2Response, BalanceControllerGetBalanceForLocator2Responses, BalanceUnstableControllerGetBalanceForLocator2Data, BalanceUnstableControllerGetBalanceForLocator2Error, BalanceUnstableControllerGetBalanceForLocator2Errors, BalanceUnstableControllerGetBalanceForLocator2Response, BalanceUnstableControllerGetBalanceForLocator2Responses, BalanceV20250609ControllerGetBalanceForLocator2Data, BalanceV20250609ControllerGetBalanceForLocator2Error, BalanceV20250609ControllerGetBalanceForLocator2Errors, BalanceV20250609ControllerGetBalanceForLocator2Response, BalanceV20250609ControllerGetBalanceForLocator2Responses, ClientOptions, CreateSignatureRequestDto, CreateSignatureV2025Dto, CreateSignerInputDto, CreateSignerV2025InputDto, CreateTransactionDto, CreateTransactionV2025Dto, CreateWalletDto, CreateWalletV2025Dto, DelegatedSignerDto, DelegatedSignerV2025Dto, FundWalletAmountDto, SendOrDepositTokenV2025Dto, SendTokenDto, SendTokenV2025Dto, SubmitApprovalDto, SubmitApprovalV2025Dto, WalletActivityUnstableControllerGetMeWalletActivity2Data, WalletActivityUnstableControllerGetMeWalletActivity2Error, WalletActivityUnstableControllerGetMeWalletActivity2Errors, WalletActivityUnstableControllerGetMeWalletActivity2Response, WalletActivityUnstableControllerGetMeWalletActivity2Responses, WalletActivityUnstableControllerGetWalletActivity2Data, WalletActivityUnstableControllerGetWalletActivity2Error, WalletActivityUnstableControllerGetWalletActivity2Errors, WalletActivityUnstableControllerGetWalletActivity2Response, WalletActivityUnstableControllerGetWalletActivity2Responses, WalletBalanceResponseDto, WalletBalanceUnstableResponseDto, WalletBalanceV20250609ResponseDto, WalletNftControllerGetNftsFromWallet4Data, WalletNftControllerGetNftsFromWallet4Response, WalletNftControllerGetNftsFromWallet4Responses, WalletNftsResponseDto, WalletV1Alpha2ErrorDto, WalletV1Alpha2ResponseDto, WalletV1Alpha2TransactionErrorDto, WalletV2025ResponseDto, WalletsActivityResponseUnstableDto, WalletsMultipleSignatureV2025ResponseDto, WalletsMultipleTransactionV2025ResponseDto, WalletsSendTokenControllerSendMeToken2Data, WalletsSendTokenControllerSendMeToken2Response, WalletsSendTokenControllerSendMeToken2Responses, WalletsSendTokenControllerSendToken2Data, WalletsSendTokenControllerSendToken2Response, WalletsSendTokenControllerSendToken2Responses, WalletsSendTokenV2025ControllerSendMeToken2Data, WalletsSendTokenV2025ControllerSendMeToken2Response, WalletsSendTokenV2025ControllerSendMeToken2Responses, WalletsSendTokenV2025ControllerSendToken2Data, WalletsSendTokenV2025ControllerSendToken2Response, WalletsSendTokenV2025ControllerSendToken2Responses, WalletsSignatureV2025ResponseDto, WalletsTransactionV2025ResponseDto, WalletsV1Alpha2ActivityResponseDto, WalletsV1Alpha2MultipleSignatureResponseDto, WalletsV1Alpha2SignatureResponseDto, WalletsV1Alpha2TransactionResponseDto, WalletsV1Alpha2TransactionResponseWithSendParamsDto, WalletsV1Alpha2TransactionsResponseDto, WalletsV1ControllerCreateDelegatedSigner4Data, WalletsV1ControllerCreateDelegatedSigner4Error, WalletsV1ControllerCreateDelegatedSigner4Errors, WalletsV1ControllerCreateDelegatedSigner4Response, WalletsV1ControllerCreateDelegatedSigner4Responses, WalletsV1ControllerCreateDelegatedSigner5Data, WalletsV1ControllerCreateDelegatedSigner5Error, WalletsV1ControllerCreateDelegatedSigner5Errors, WalletsV1ControllerCreateDelegatedSigner5Response, WalletsV1ControllerCreateDelegatedSigner5Responses, WalletsV1ControllerCreateMeDelegatedSigner4Data, WalletsV1ControllerCreateMeDelegatedSigner4Error, WalletsV1ControllerCreateMeDelegatedSigner4Errors, WalletsV1ControllerCreateMeDelegatedSigner4Response, WalletsV1ControllerCreateMeDelegatedSigner4Responses, WalletsV1ControllerCreateMeDelegatedSigner5Data, WalletsV1ControllerCreateMeDelegatedSigner5Error, WalletsV1ControllerCreateMeDelegatedSigner5Errors, WalletsV1ControllerCreateMeDelegatedSigner5Response, WalletsV1ControllerCreateMeDelegatedSigner5Responses, WalletsV1ControllerCreateMeSignatureRequest4Data, WalletsV1ControllerCreateMeSignatureRequest4Error, WalletsV1ControllerCreateMeSignatureRequest4Errors, WalletsV1ControllerCreateMeSignatureRequest4Response, WalletsV1ControllerCreateMeSignatureRequest4Responses, WalletsV1ControllerCreateMeSignatureRequest5Data, WalletsV1ControllerCreateMeSignatureRequest5Error, WalletsV1ControllerCreateMeSignatureRequest5Errors, WalletsV1ControllerCreateMeSignatureRequest5Response, WalletsV1ControllerCreateMeSignatureRequest5Responses, WalletsV1ControllerCreateMeTransaction4Data, WalletsV1ControllerCreateMeTransaction4Error, WalletsV1ControllerCreateMeTransaction4Errors, WalletsV1ControllerCreateMeTransaction4Response, WalletsV1ControllerCreateMeTransaction4Responses, WalletsV1ControllerCreateMeTransaction5Data, WalletsV1ControllerCreateMeTransaction5Error, WalletsV1ControllerCreateMeTransaction5Errors, WalletsV1ControllerCreateMeTransaction5Response, WalletsV1ControllerCreateMeTransaction5Responses, WalletsV1ControllerCreateMeWallet4Data, WalletsV1ControllerCreateMeWallet4Response, WalletsV1ControllerCreateMeWallet4Responses, WalletsV1ControllerCreateMeWallet5Data, WalletsV1ControllerCreateMeWallet5Response, WalletsV1ControllerCreateMeWallet5Responses, WalletsV1ControllerCreateSignatureRequest4Data, WalletsV1ControllerCreateSignatureRequest4Error, WalletsV1ControllerCreateSignatureRequest4Errors, WalletsV1ControllerCreateSignatureRequest4Response, WalletsV1ControllerCreateSignatureRequest4Responses, WalletsV1ControllerCreateSignatureRequest5Data, WalletsV1ControllerCreateSignatureRequest5Error, WalletsV1ControllerCreateSignatureRequest5Errors, WalletsV1ControllerCreateSignatureRequest5Response, WalletsV1ControllerCreateSignatureRequest5Responses, WalletsV1ControllerCreateTransaction4Data, WalletsV1ControllerCreateTransaction4Error, WalletsV1ControllerCreateTransaction4Errors, WalletsV1ControllerCreateTransaction4Response, WalletsV1ControllerCreateTransaction4Responses, WalletsV1ControllerCreateTransaction5Data, WalletsV1ControllerCreateTransaction5Error, WalletsV1ControllerCreateTransaction5Errors, WalletsV1ControllerCreateTransaction5Response, WalletsV1ControllerCreateTransaction5Responses, WalletsV1ControllerCreateWallet4Data, WalletsV1ControllerCreateWallet4Error, WalletsV1ControllerCreateWallet4Errors, WalletsV1ControllerCreateWallet4Response, WalletsV1ControllerCreateWallet4Responses, WalletsV1ControllerCreateWallet5Data, WalletsV1ControllerCreateWallet5Error, WalletsV1ControllerCreateWallet5Errors, WalletsV1ControllerCreateWallet5Response, WalletsV1ControllerCreateWallet5Responses, WalletsV1ControllerGetAllSignatures4Data, WalletsV1ControllerGetAllSignatures4Error, WalletsV1ControllerGetAllSignatures4Errors, WalletsV1ControllerGetAllSignatures4Response, WalletsV1ControllerGetAllSignatures4Responses, WalletsV1ControllerGetAllSignatures5Data, WalletsV1ControllerGetAllSignatures5Error, WalletsV1ControllerGetAllSignatures5Errors, WalletsV1ControllerGetAllSignatures5Response, WalletsV1ControllerGetAllSignatures5Responses, WalletsV1ControllerGetDelegatedSigner4Data, WalletsV1ControllerGetDelegatedSigner4Error, WalletsV1ControllerGetDelegatedSigner4Errors, WalletsV1ControllerGetDelegatedSigner4Response, WalletsV1ControllerGetDelegatedSigner4Responses, WalletsV1ControllerGetDelegatedSigner5Data, WalletsV1ControllerGetDelegatedSigner5Error, WalletsV1ControllerGetDelegatedSigner5Errors, WalletsV1ControllerGetDelegatedSigner5Response, WalletsV1ControllerGetDelegatedSigner5Responses, WalletsV1ControllerGetMeDelegatedSigner4Data, WalletsV1ControllerGetMeDelegatedSigner4Error, WalletsV1ControllerGetMeDelegatedSigner4Errors, WalletsV1ControllerGetMeDelegatedSigner4Response, WalletsV1ControllerGetMeDelegatedSigner4Responses, WalletsV1ControllerGetMeDelegatedSigner5Data, WalletsV1ControllerGetMeDelegatedSigner5Error, WalletsV1ControllerGetMeDelegatedSigner5Errors, WalletsV1ControllerGetMeDelegatedSigner5Response, WalletsV1ControllerGetMeDelegatedSigner5Responses, WalletsV1ControllerGetMeSignature4Data, WalletsV1ControllerGetMeSignature4Error, WalletsV1ControllerGetMeSignature4Errors, WalletsV1ControllerGetMeSignature4Response, WalletsV1ControllerGetMeSignature4Responses, WalletsV1ControllerGetMeSignature5Data, WalletsV1ControllerGetMeSignature5Error, WalletsV1ControllerGetMeSignature5Errors, WalletsV1ControllerGetMeSignature5Response, WalletsV1ControllerGetMeSignature5Responses, WalletsV1ControllerGetMeTransaction4Data, WalletsV1ControllerGetMeTransaction4Error, WalletsV1ControllerGetMeTransaction4Errors, WalletsV1ControllerGetMeTransaction4Response, WalletsV1ControllerGetMeTransaction4Responses, WalletsV1ControllerGetMeTransaction5Data, WalletsV1ControllerGetMeTransaction5Error, WalletsV1ControllerGetMeTransaction5Errors, WalletsV1ControllerGetMeTransaction5Response, WalletsV1ControllerGetMeTransaction5Responses, WalletsV1ControllerGetMeTransactionsWithoutChain4Data, WalletsV1ControllerGetMeTransactionsWithoutChain4Error, WalletsV1ControllerGetMeTransactionsWithoutChain4Errors, WalletsV1ControllerGetMeTransactionsWithoutChain4Response, WalletsV1ControllerGetMeTransactionsWithoutChain4Responses, WalletsV1ControllerGetMeTransactionsWithoutChain5Data, WalletsV1ControllerGetMeTransactionsWithoutChain5Error, WalletsV1ControllerGetMeTransactionsWithoutChain5Errors, WalletsV1ControllerGetMeTransactionsWithoutChain5Response, WalletsV1ControllerGetMeTransactionsWithoutChain5Responses, WalletsV1ControllerGetMeWallet4Data, WalletsV1ControllerGetMeWallet4Response, WalletsV1ControllerGetMeWallet4Responses, WalletsV1ControllerGetMeWallet5Data, WalletsV1ControllerGetMeWallet5Response, WalletsV1ControllerGetMeWallet5Responses, WalletsV1ControllerGetMeWalletActivity4Data, WalletsV1ControllerGetMeWalletActivity4Error, WalletsV1ControllerGetMeWalletActivity4Errors, WalletsV1ControllerGetMeWalletActivity4Response, WalletsV1ControllerGetMeWalletActivity4Responses, WalletsV1ControllerGetMeWalletActivity5Data, WalletsV1ControllerGetMeWalletActivity5Error, WalletsV1ControllerGetMeWalletActivity5Errors, WalletsV1ControllerGetMeWalletActivity5Response, WalletsV1ControllerGetMeWalletActivity5Responses, WalletsV1ControllerGetSignature4Data, WalletsV1ControllerGetSignature4Error, WalletsV1ControllerGetSignature4Errors, WalletsV1ControllerGetSignature4Response, WalletsV1ControllerGetSignature4Responses, WalletsV1ControllerGetSignature5Data, WalletsV1ControllerGetSignature5Error, WalletsV1ControllerGetSignature5Errors, WalletsV1ControllerGetSignature5Response, WalletsV1ControllerGetSignature5Responses, WalletsV1ControllerGetTransaction4Data, WalletsV1ControllerGetTransaction4Error, WalletsV1ControllerGetTransaction4Errors, WalletsV1ControllerGetTransaction4Response, WalletsV1ControllerGetTransaction4Responses, WalletsV1ControllerGetTransaction5Data, WalletsV1ControllerGetTransaction5Error, WalletsV1ControllerGetTransaction5Errors, WalletsV1ControllerGetTransaction5Response, WalletsV1ControllerGetTransaction5Responses, WalletsV1ControllerGetTransactionsWithoutChain4Data, WalletsV1ControllerGetTransactionsWithoutChain4Error, WalletsV1ControllerGetTransactionsWithoutChain4Errors, WalletsV1ControllerGetTransactionsWithoutChain4Response, WalletsV1ControllerGetTransactionsWithoutChain4Responses, WalletsV1ControllerGetTransactionsWithoutChain5Data, WalletsV1ControllerGetTransactionsWithoutChain5Error, WalletsV1ControllerGetTransactionsWithoutChain5Errors, WalletsV1ControllerGetTransactionsWithoutChain5Response, WalletsV1ControllerGetTransactionsWithoutChain5Responses, WalletsV1ControllerGetWalletActivity4Data, WalletsV1ControllerGetWalletActivity4Error, WalletsV1ControllerGetWalletActivity4Errors, WalletsV1ControllerGetWalletActivity4Response, WalletsV1ControllerGetWalletActivity4Responses, WalletsV1ControllerGetWalletActivity5Data, WalletsV1ControllerGetWalletActivity5Error, WalletsV1ControllerGetWalletActivity5Errors, WalletsV1ControllerGetWalletActivity5Response, WalletsV1ControllerGetWalletActivity5Responses, WalletsV1ControllerGetWalletByLocator4Data, WalletsV1ControllerGetWalletByLocator4Error, WalletsV1ControllerGetWalletByLocator4Errors, WalletsV1ControllerGetWalletByLocator4Response, WalletsV1ControllerGetWalletByLocator4Responses, WalletsV1ControllerGetWalletByLocator5Data, WalletsV1ControllerGetWalletByLocator5Error, WalletsV1ControllerGetWalletByLocator5Errors, WalletsV1ControllerGetWalletByLocator5Response, WalletsV1ControllerGetWalletByLocator5Responses, WalletsV1ControllerSubmitApprovals4Data, WalletsV1ControllerSubmitApprovals4Error, WalletsV1ControllerSubmitApprovals4Errors, WalletsV1ControllerSubmitApprovals4Response, WalletsV1ControllerSubmitApprovals4Responses, WalletsV1ControllerSubmitApprovals5Data, WalletsV1ControllerSubmitApprovals5Error, WalletsV1ControllerSubmitApprovals5Errors, WalletsV1ControllerSubmitApprovals5Response, WalletsV1ControllerSubmitApprovals5Responses, WalletsV1ControllerSubmitMeApprovals4Data, WalletsV1ControllerSubmitMeApprovals4Error, WalletsV1ControllerSubmitMeApprovals4Errors, WalletsV1ControllerSubmitMeApprovals4Response, WalletsV1ControllerSubmitMeApprovals4Responses, WalletsV1ControllerSubmitMeApprovals5Data, WalletsV1ControllerSubmitMeApprovals5Error, WalletsV1ControllerSubmitMeApprovals5Errors, WalletsV1ControllerSubmitMeApprovals5Response, WalletsV1ControllerSubmitMeApprovals5Responses, WalletsV1ControllerSubmitMeSignatureApprovals4Data, WalletsV1ControllerSubmitMeSignatureApprovals4Error, WalletsV1ControllerSubmitMeSignatureApprovals4Errors, WalletsV1ControllerSubmitMeSignatureApprovals4Response, WalletsV1ControllerSubmitMeSignatureApprovals4Responses, WalletsV1ControllerSubmitMeSignatureApprovals5Data, WalletsV1ControllerSubmitMeSignatureApprovals5Error, WalletsV1ControllerSubmitMeSignatureApprovals5Errors, WalletsV1ControllerSubmitMeSignatureApprovals5Response, WalletsV1ControllerSubmitMeSignatureApprovals5Responses, WalletsV1ControllerSubmitSignatureApprovals4Data, WalletsV1ControllerSubmitSignatureApprovals4Error, WalletsV1ControllerSubmitSignatureApprovals4Errors, WalletsV1ControllerSubmitSignatureApprovals4Response, WalletsV1ControllerSubmitSignatureApprovals4Responses, WalletsV1ControllerSubmitSignatureApprovals5Data, WalletsV1ControllerSubmitSignatureApprovals5Error, WalletsV1ControllerSubmitSignatureApprovals5Errors, WalletsV1ControllerSubmitSignatureApprovals5Response, WalletsV1ControllerSubmitSignatureApprovals5Responses, WalletsV2025ControllerCreateDelegatedSigner2Data, WalletsV2025ControllerCreateDelegatedSigner2Error, WalletsV2025ControllerCreateDelegatedSigner2Errors, WalletsV2025ControllerCreateDelegatedSigner2Response, WalletsV2025ControllerCreateDelegatedSigner2Responses, WalletsV2025ControllerCreateMeDelegatedSigner2Data, WalletsV2025ControllerCreateMeDelegatedSigner2Error, WalletsV2025ControllerCreateMeDelegatedSigner2Errors, WalletsV2025ControllerCreateMeDelegatedSigner2Response, WalletsV2025ControllerCreateMeDelegatedSigner2Responses, WalletsV2025ControllerCreateMeSignatureRequest2Data, WalletsV2025ControllerCreateMeSignatureRequest2Error, WalletsV2025ControllerCreateMeSignatureRequest2Errors, WalletsV2025ControllerCreateMeSignatureRequest2Response, WalletsV2025ControllerCreateMeSignatureRequest2Responses, WalletsV2025ControllerCreateMeTransaction2Data, WalletsV2025ControllerCreateMeTransaction2Error, WalletsV2025ControllerCreateMeTransaction2Errors, WalletsV2025ControllerCreateMeTransaction2Response, WalletsV2025ControllerCreateMeTransaction2Responses, WalletsV2025ControllerCreateMeWallet2Data, WalletsV2025ControllerCreateMeWallet2Response, WalletsV2025ControllerCreateMeWallet2Responses, WalletsV2025ControllerCreateSignatureRequest2Data, WalletsV2025ControllerCreateSignatureRequest2Error, WalletsV2025ControllerCreateSignatureRequest2Errors, WalletsV2025ControllerCreateSignatureRequest2Response, WalletsV2025ControllerCreateSignatureRequest2Responses, WalletsV2025ControllerCreateTransaction2Data, WalletsV2025ControllerCreateTransaction2Error, WalletsV2025ControllerCreateTransaction2Errors, WalletsV2025ControllerCreateTransaction2Response, WalletsV2025ControllerCreateTransaction2Responses, WalletsV2025ControllerCreateWallet2Data, WalletsV2025ControllerCreateWallet2Error, WalletsV2025ControllerCreateWallet2Errors, WalletsV2025ControllerCreateWallet2Response, WalletsV2025ControllerCreateWallet2Responses, WalletsV2025ControllerGetAllSignatures2Data, WalletsV2025ControllerGetAllSignatures2Error, WalletsV2025ControllerGetAllSignatures2Errors, WalletsV2025ControllerGetAllSignatures2Response, WalletsV2025ControllerGetAllSignatures2Responses, WalletsV2025ControllerGetDelegatedSigner2Data, WalletsV2025ControllerGetDelegatedSigner2Error, WalletsV2025ControllerGetDelegatedSigner2Errors, WalletsV2025ControllerGetDelegatedSigner2Response, WalletsV2025ControllerGetDelegatedSigner2Responses, WalletsV2025ControllerGetMeDelegatedSigner2Data, WalletsV2025ControllerGetMeDelegatedSigner2Error, WalletsV2025ControllerGetMeDelegatedSigner2Errors, WalletsV2025ControllerGetMeDelegatedSigner2Response, WalletsV2025ControllerGetMeDelegatedSigner2Responses, WalletsV2025ControllerGetMeSignature2Data, WalletsV2025ControllerGetMeSignature2Error, WalletsV2025ControllerGetMeSignature2Errors, WalletsV2025ControllerGetMeSignature2Response, WalletsV2025ControllerGetMeSignature2Responses, WalletsV2025ControllerGetMeSignatures2Data, WalletsV2025ControllerGetMeSignatures2Error, WalletsV2025ControllerGetMeSignatures2Errors, WalletsV2025ControllerGetMeSignatures2Response, WalletsV2025ControllerGetMeSignatures2Responses, WalletsV2025ControllerGetMeTransaction2Data, WalletsV2025ControllerGetMeTransaction2Error, WalletsV2025ControllerGetMeTransaction2Errors, WalletsV2025ControllerGetMeTransaction2Response, WalletsV2025ControllerGetMeTransaction2Responses, WalletsV2025ControllerGetMeTransactionsWithoutChain2Data, WalletsV2025ControllerGetMeTransactionsWithoutChain2Error, WalletsV2025ControllerGetMeTransactionsWithoutChain2Errors, WalletsV2025ControllerGetMeTransactionsWithoutChain2Response, WalletsV2025ControllerGetMeTransactionsWithoutChain2Responses, WalletsV2025ControllerGetMeWallet2Data, WalletsV2025ControllerGetMeWallet2Response, WalletsV2025ControllerGetMeWallet2Responses, WalletsV2025ControllerGetSignature2Data, WalletsV2025ControllerGetSignature2Error, WalletsV2025ControllerGetSignature2Errors, WalletsV2025ControllerGetSignature2Response, WalletsV2025ControllerGetSignature2Responses, WalletsV2025ControllerGetTransaction2Data, WalletsV2025ControllerGetTransaction2Error, WalletsV2025ControllerGetTransaction2Errors, WalletsV2025ControllerGetTransaction2Response, WalletsV2025ControllerGetTransaction2Responses, WalletsV2025ControllerGetTransactionsWithoutChain2Data, WalletsV2025ControllerGetTransactionsWithoutChain2Error, WalletsV2025ControllerGetTransactionsWithoutChain2Errors, WalletsV2025ControllerGetTransactionsWithoutChain2Response, WalletsV2025ControllerGetTransactionsWithoutChain2Responses, WalletsV2025ControllerGetWalletByLocator2Data, WalletsV2025ControllerGetWalletByLocator2Error, WalletsV2025ControllerGetWalletByLocator2Errors, WalletsV2025ControllerGetWalletByLocator2Response, WalletsV2025ControllerGetWalletByLocator2Responses, WalletsV2025ControllerSubmitApprovals2Data, WalletsV2025ControllerSubmitApprovals2Error, WalletsV2025ControllerSubmitApprovals2Errors, WalletsV2025ControllerSubmitApprovals2Response, WalletsV2025ControllerSubmitApprovals2Responses, WalletsV2025ControllerSubmitMeApprovals2Data, WalletsV2025ControllerSubmitMeApprovals2Error, WalletsV2025ControllerSubmitMeApprovals2Errors, WalletsV2025ControllerSubmitMeApprovals2Response, WalletsV2025ControllerSubmitMeApprovals2Responses, WalletsV2025ControllerSubmitMeSignatureApprovals2Data, WalletsV2025ControllerSubmitMeSignatureApprovals2Error, WalletsV2025ControllerSubmitMeSignatureApprovals2Errors, WalletsV2025ControllerSubmitMeSignatureApprovals2Response, WalletsV2025ControllerSubmitMeSignatureApprovals2Responses, WalletsV2025ControllerSubmitSignatureApprovals2Data, WalletsV2025ControllerSubmitSignatureApprovals2Error, WalletsV2025ControllerSubmitSignatureApprovals2Errors, WalletsV2025ControllerSubmitSignatureApprovals2Response, WalletsV2025ControllerSubmitSignatureApprovals2Responses, WalletsVerifyRecipientControllerVerifyWalletOwnership2Data, WalletsVerifyRecipientControllerVerifyWalletOwnership2Responses };
|