@imtbl/sdk 1.52.0 → 1.52.1-alpha.1
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/{blockchain_data-T7u5Hp0U.js → blockchain_data-DBBTvmmb.js} +2 -2
- package/dist/blockchain_data.d.ts +34 -3202
- package/dist/blockchain_data.js +3 -3
- package/dist/browser/checkout/{AddFundsWidget-DuG1OWEM.js → AddFundsWidget-SdKqlUUr.js} +124 -49
- package/dist/browser/checkout/{BridgeWidget-2D-8F1Vq.js → BridgeWidget-Bx1DFMXg.js} +11 -9
- package/dist/browser/checkout/{CheckoutWidget-Bvnur5WZ.js → CheckoutWidget-B1pE8Gc2.js} +81 -35
- package/dist/browser/checkout/{OnRampWidget-B4UV_TYW.js → OnRampWidget-bmvseWX-.js} +20 -12
- package/dist/browser/checkout/{SaleWidget-BQMUaWlZ.js → SaleWidget-Ddos1DHm.js} +9 -9
- package/dist/browser/checkout/{SpendingCapHero-BsQQYO_D.js → SpendingCapHero-BKdEyvIl.js} +1 -1
- package/dist/browser/checkout/{SwapWidget-BK7sTJ6u.js → SwapWidget-CrEzJos9.js} +12 -10
- package/dist/browser/checkout/{TextInputForm-Cy6sTMjr.js → TextInputForm-BvZsFFRK.js} +1 -1
- package/dist/browser/checkout/{TopUpView-Dw-JH0Q5.js → TopUpView-CojeMjuL.js} +1 -1
- package/dist/browser/checkout/{WalletWidget-t6i1V-G5.js → WalletWidget-DcoX5T7s.js} +7 -6
- package/dist/browser/checkout/{auto-track-CMv29U8a.js → auto-track-CPy9e41Q.js} +1 -1
- package/dist/browser/checkout/{balance-Dt4oB1G1.js → balance-_0wiNzA1.js} +2 -2
- package/dist/browser/checkout/{index-D2zks65E.js → index-2yp2sttp.js} +2 -2
- package/dist/browser/checkout/{index-BRzBLTux.js → index-4LGmzy2P.js} +1 -1
- package/dist/browser/checkout/{index-Zraoakam.js → index-BjnD8v8p.js} +1 -1
- package/dist/browser/checkout/{index-DmXFGYTM.js → index-BpduNNVl.js} +1 -1
- package/dist/browser/checkout/{index-D4zR0DRy.js → index-CPLIXtyA.js} +1 -1
- package/dist/browser/checkout/{index-CMBbtkDe.js → index-CcR4tO_g.js} +1 -1
- package/dist/browser/checkout/{index-5qc7Vsg4.js → index-DnQfQojQ.js} +63 -46
- package/dist/browser/checkout/{index-DwTyassh.js → index-Dv7_L5sJ.js} +1 -1
- package/dist/browser/checkout/{index.umd-CCwq6cRd.js → index.umd-LRNZ8nMO.js} +1 -1
- package/dist/browser/checkout/{retry-C_l6vh-l.js → retry-TNKwGgHJ.js} +1 -1
- package/dist/browser/checkout/sdk.js +5 -5
- package/dist/browser/checkout/widgets-esm.js +1 -1
- package/dist/browser/checkout/widgets.js +279 -128
- package/dist/{checkout-DxDRj3k-.js → checkout-BoEdWIoM.js} +7 -6
- package/dist/checkout.d.ts +38 -10
- package/dist/checkout.js +5 -5
- package/dist/{config-Dj7PQqL4.js → config-4V88kddG.js} +1 -1
- package/dist/config.js +1 -1
- package/dist/{index-8m8-bJcZ.js → index-5q3Doq32.js} +1 -1
- package/dist/{index-1bjDCdo5.js → index-CAL1gWlu.js} +4 -4
- package/dist/{index-XxjQ6oVx.js → index-D0T-P8dM.js} +53 -53
- package/dist/{index-D4eU2e1C.js → index-DDE1ZfXv.js} +1 -1
- package/dist/{index-BxF866Mh.js → index-Dg5cqGBu.js} +1 -1
- package/dist/{index-snMwBaY-.js → index-Dqva106f.js} +1 -1
- package/dist/index.browser.js +5 -5
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs +66 -61
- package/dist/index.d.ts +266 -3404
- package/dist/index.js +14 -14
- package/dist/{minting_backend-DfBB5ptf.js → minting_backend-x7gO9bio.js} +3 -3
- package/dist/minting_backend.d.ts +312 -228
- package/dist/minting_backend.js +5 -5
- package/dist/{orderbook-CnmzmGtG.js → orderbook-BUiL0rqz.js} +1 -1
- package/dist/orderbook.js +2 -2
- package/dist/{passport-B8WhzCZf.js → passport-DGaas7w4.js} +10 -6
- package/dist/passport.d.ts +3 -1
- package/dist/passport.js +4 -4
- package/dist/{webhook-DzAoMhRT.js → webhook-Be5S01dB.js} +1 -1
- package/dist/webhook.js +2 -2
- package/dist/{x-DbbHwlbW.js → x-7ExOXsHk.js} +3 -3
- package/dist/x.js +4 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1433,7 +1433,7 @@ type TokenDataOAIGen = TokenData;
|
|
|
1433
1433
|
* @export
|
|
1434
1434
|
* @interface Token
|
|
1435
1435
|
*/
|
|
1436
|
-
interface Token$
|
|
1436
|
+
interface Token$2 {
|
|
1437
1437
|
/**
|
|
1438
1438
|
*
|
|
1439
1439
|
* @type {TokenDataOAIGen}
|
|
@@ -1657,7 +1657,7 @@ interface ApiRegisterPassportUserRequest {
|
|
|
1657
1657
|
* @export
|
|
1658
1658
|
* @interface Collection
|
|
1659
1659
|
*/
|
|
1660
|
-
interface Collection$
|
|
1660
|
+
interface Collection$2 {
|
|
1661
1661
|
/**
|
|
1662
1662
|
* Ethereum address of the ERC721 contract
|
|
1663
1663
|
* @type {string}
|
|
@@ -1737,7 +1737,7 @@ interface Collection$3 {
|
|
|
1737
1737
|
* Collection and it\'s metadata
|
|
1738
1738
|
* @export
|
|
1739
1739
|
*/
|
|
1740
|
-
type SummarizedCollectionCollection = Collection$
|
|
1740
|
+
type SummarizedCollectionCollection = Collection$2;
|
|
1741
1741
|
|
|
1742
1742
|
/**
|
|
1743
1743
|
* Immutable X API
|
|
@@ -4092,7 +4092,7 @@ interface CurrencyWithLimits$1 {
|
|
|
4092
4092
|
* Details of the asset being deposited
|
|
4093
4093
|
* @export
|
|
4094
4094
|
*/
|
|
4095
|
-
type DepositToken = Token$
|
|
4095
|
+
type DepositToken = Token$2;
|
|
4096
4096
|
|
|
4097
4097
|
/**
|
|
4098
4098
|
* Immutable X API
|
|
@@ -4111,7 +4111,7 @@ type DepositToken = Token$3;
|
|
|
4111
4111
|
* @export
|
|
4112
4112
|
* @interface Deposit
|
|
4113
4113
|
*/
|
|
4114
|
-
interface Deposit$
|
|
4114
|
+
interface Deposit$2 {
|
|
4115
4115
|
/**
|
|
4116
4116
|
* Status of this deposit in Immutable X
|
|
4117
4117
|
* @type {string}
|
|
@@ -6747,7 +6747,7 @@ interface ListCollectionsResponse$1 {
|
|
|
6747
6747
|
* @type {Array<Collection>}
|
|
6748
6748
|
* @memberof ListCollectionsResponse
|
|
6749
6749
|
*/
|
|
6750
|
-
'result': Array<Collection$
|
|
6750
|
+
'result': Array<Collection$2>;
|
|
6751
6751
|
}
|
|
6752
6752
|
|
|
6753
6753
|
/**
|
|
@@ -6785,7 +6785,7 @@ interface ListDepositsResponse$1 {
|
|
|
6785
6785
|
* @type {Array<Deposit>}
|
|
6786
6786
|
* @memberof ListDepositsResponse
|
|
6787
6787
|
*/
|
|
6788
|
-
'result': Array<Deposit$
|
|
6788
|
+
'result': Array<Deposit$2>;
|
|
6789
6789
|
}
|
|
6790
6790
|
|
|
6791
6791
|
/**
|
|
@@ -6805,7 +6805,7 @@ interface ListDepositsResponse$1 {
|
|
|
6805
6805
|
* Details of the asset which has been minted
|
|
6806
6806
|
* @export
|
|
6807
6807
|
*/
|
|
6808
|
-
type MintToken = Token$
|
|
6808
|
+
type MintToken = Token$2;
|
|
6809
6809
|
|
|
6810
6810
|
/**
|
|
6811
6811
|
* Immutable X API
|
|
@@ -6843,7 +6843,7 @@ type MintTokenOAIGen = MintToken;
|
|
|
6843
6843
|
* @export
|
|
6844
6844
|
* @interface Mint
|
|
6845
6845
|
*/
|
|
6846
|
-
interface Mint$
|
|
6846
|
+
interface Mint$2 {
|
|
6847
6847
|
/**
|
|
6848
6848
|
* Fee details
|
|
6849
6849
|
* @type {Array<Fee>}
|
|
@@ -6917,7 +6917,7 @@ interface ListMintsResponse$1 {
|
|
|
6917
6917
|
* @type {Array<Mint>}
|
|
6918
6918
|
* @memberof ListMintsResponse
|
|
6919
6919
|
*/
|
|
6920
|
-
'result': Array<Mint$
|
|
6920
|
+
'result': Array<Mint$2>;
|
|
6921
6921
|
}
|
|
6922
6922
|
|
|
6923
6923
|
/**
|
|
@@ -6937,7 +6937,7 @@ interface ListMintsResponse$1 {
|
|
|
6937
6937
|
* Details of the asset being bought
|
|
6938
6938
|
* @export
|
|
6939
6939
|
*/
|
|
6940
|
-
type OrderV3Buy = Token$
|
|
6940
|
+
type OrderV3Buy = Token$2;
|
|
6941
6941
|
|
|
6942
6942
|
/**
|
|
6943
6943
|
* Immutable X API
|
|
@@ -7031,7 +7031,7 @@ type OrderV3MakerFees = OrdersMakerTakerFee;
|
|
|
7031
7031
|
* Details of the asset being sold
|
|
7032
7032
|
* @export
|
|
7033
7033
|
*/
|
|
7034
|
-
type OrderV3Sell = Token$
|
|
7034
|
+
type OrderV3Sell = Token$2;
|
|
7035
7035
|
|
|
7036
7036
|
/**
|
|
7037
7037
|
* Immutable X API
|
|
@@ -7467,7 +7467,7 @@ interface ListTradesResponse$1 {
|
|
|
7467
7467
|
* Token transferred by the user
|
|
7468
7468
|
* @export
|
|
7469
7469
|
*/
|
|
7470
|
-
type TransferToken = Token$
|
|
7470
|
+
type TransferToken = Token$2;
|
|
7471
7471
|
|
|
7472
7472
|
/**
|
|
7473
7473
|
* Immutable X API
|
|
@@ -7486,7 +7486,7 @@ type TransferToken = Token$3;
|
|
|
7486
7486
|
* @export
|
|
7487
7487
|
* @interface Transfer
|
|
7488
7488
|
*/
|
|
7489
|
-
interface Transfer$
|
|
7489
|
+
interface Transfer$2 {
|
|
7490
7490
|
/**
|
|
7491
7491
|
* Ethereum address of the user who received this transfer
|
|
7492
7492
|
* @type {string}
|
|
@@ -7560,7 +7560,7 @@ interface ListTransfersResponse$1 {
|
|
|
7560
7560
|
* @type {Array<Transfer>}
|
|
7561
7561
|
* @memberof ListTransfersResponse
|
|
7562
7562
|
*/
|
|
7563
|
-
'result': Array<Transfer$
|
|
7563
|
+
'result': Array<Transfer$2>;
|
|
7564
7564
|
}
|
|
7565
7565
|
|
|
7566
7566
|
/**
|
|
@@ -7580,7 +7580,7 @@ interface ListTransfersResponse$1 {
|
|
|
7580
7580
|
* Details of the asset this user is withdrawing
|
|
7581
7581
|
* @export
|
|
7582
7582
|
*/
|
|
7583
|
-
type WithdrawalToken = Token$
|
|
7583
|
+
type WithdrawalToken = Token$2;
|
|
7584
7584
|
|
|
7585
7585
|
/**
|
|
7586
7586
|
* Immutable X API
|
|
@@ -7599,7 +7599,7 @@ type WithdrawalToken = Token$3;
|
|
|
7599
7599
|
* @export
|
|
7600
7600
|
* @interface Withdrawal
|
|
7601
7601
|
*/
|
|
7602
|
-
interface Withdrawal$
|
|
7602
|
+
interface Withdrawal$2 {
|
|
7603
7603
|
/**
|
|
7604
7604
|
* Status of the on-chain batch confirmation for this withdrawal
|
|
7605
7605
|
* @type {string}
|
|
@@ -7679,7 +7679,7 @@ interface ListWithdrawalsResponse$1 {
|
|
|
7679
7679
|
* @type {Array<Withdrawal>}
|
|
7680
7680
|
* @memberof ListWithdrawalsResponse
|
|
7681
7681
|
*/
|
|
7682
|
-
'result': Array<Withdrawal$
|
|
7682
|
+
'result': Array<Withdrawal$2>;
|
|
7683
7683
|
}
|
|
7684
7684
|
|
|
7685
7685
|
/**
|
|
@@ -9782,7 +9782,7 @@ interface CollectionsApiCreateCollectionRequest {
|
|
|
9782
9782
|
* @export
|
|
9783
9783
|
* @interface CollectionsApiGetCollectionRequest
|
|
9784
9784
|
*/
|
|
9785
|
-
interface CollectionsApiGetCollectionRequest$
|
|
9785
|
+
interface CollectionsApiGetCollectionRequest$1 {
|
|
9786
9786
|
/**
|
|
9787
9787
|
* Collection contract address
|
|
9788
9788
|
* @type {string}
|
|
@@ -9820,7 +9820,7 @@ interface CollectionsApiListCollectionFiltersRequest$1 {
|
|
|
9820
9820
|
* @export
|
|
9821
9821
|
* @interface CollectionsApiListCollectionsRequest
|
|
9822
9822
|
*/
|
|
9823
|
-
interface CollectionsApiListCollectionsRequest$
|
|
9823
|
+
interface CollectionsApiListCollectionsRequest$1 {
|
|
9824
9824
|
/**
|
|
9825
9825
|
* Page size of the result
|
|
9826
9826
|
* @type {number}
|
|
@@ -9923,7 +9923,7 @@ declare class CollectionsApi$1 extends BaseAPI {
|
|
|
9923
9923
|
* @throws {RequiredError}
|
|
9924
9924
|
* @memberof CollectionsApi
|
|
9925
9925
|
*/
|
|
9926
|
-
createCollection(requestParameters: CollectionsApiCreateCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection$
|
|
9926
|
+
createCollection(requestParameters: CollectionsApiCreateCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection$2, any>>;
|
|
9927
9927
|
/**
|
|
9928
9928
|
* Get details of a collection at the given address
|
|
9929
9929
|
* @summary Get details of a collection at the given address
|
|
@@ -9932,7 +9932,7 @@ declare class CollectionsApi$1 extends BaseAPI {
|
|
|
9932
9932
|
* @throws {RequiredError}
|
|
9933
9933
|
* @memberof CollectionsApi
|
|
9934
9934
|
*/
|
|
9935
|
-
getCollection(requestParameters: CollectionsApiGetCollectionRequest$
|
|
9935
|
+
getCollection(requestParameters: CollectionsApiGetCollectionRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection$2, any>>;
|
|
9936
9936
|
/**
|
|
9937
9937
|
* Get a list of collection filters
|
|
9938
9938
|
* @summary Get a list of collection filters
|
|
@@ -9950,7 +9950,7 @@ declare class CollectionsApi$1 extends BaseAPI {
|
|
|
9950
9950
|
* @throws {RequiredError}
|
|
9951
9951
|
* @memberof CollectionsApi
|
|
9952
9952
|
*/
|
|
9953
|
-
listCollections(requestParameters?: CollectionsApiListCollectionsRequest$
|
|
9953
|
+
listCollections(requestParameters?: CollectionsApiListCollectionsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListCollectionsResponse$1, any>>;
|
|
9954
9954
|
/**
|
|
9955
9955
|
* Get details of the collections from which a set of wallets hold tokens, along with the number of tokens held in each collection.
|
|
9956
9956
|
* @summary Get metadata about the collections held by a set of wallets
|
|
@@ -9968,7 +9968,7 @@ declare class CollectionsApi$1 extends BaseAPI {
|
|
|
9968
9968
|
* @throws {RequiredError}
|
|
9969
9969
|
* @memberof CollectionsApi
|
|
9970
9970
|
*/
|
|
9971
|
-
updateCollection(requestParameters: CollectionsApiUpdateCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection$
|
|
9971
|
+
updateCollection(requestParameters: CollectionsApiUpdateCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection$2, any>>;
|
|
9972
9972
|
}
|
|
9973
9973
|
|
|
9974
9974
|
/**
|
|
@@ -10115,7 +10115,7 @@ declare class DepositsApi$1 extends BaseAPI {
|
|
|
10115
10115
|
* @throws {RequiredError}
|
|
10116
10116
|
* @memberof DepositsApi
|
|
10117
10117
|
*/
|
|
10118
|
-
getDeposit(requestParameters: DepositsApiGetDepositRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Deposit$
|
|
10118
|
+
getDeposit(requestParameters: DepositsApiGetDepositRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Deposit$2, any>>;
|
|
10119
10119
|
/**
|
|
10120
10120
|
* Gets details of a signable deposit
|
|
10121
10121
|
* @summary Gets details of a signable deposit
|
|
@@ -10833,7 +10833,7 @@ declare class MintsApi$1 extends BaseAPI {
|
|
|
10833
10833
|
* @throws {RequiredError}
|
|
10834
10834
|
* @memberof MintsApi
|
|
10835
10835
|
*/
|
|
10836
|
-
getMint(requestParameters: MintsApiGetMintRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Mint$
|
|
10836
|
+
getMint(requestParameters: MintsApiGetMintRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Mint$2[], any>>;
|
|
10837
10837
|
/**
|
|
10838
10838
|
* Get details of a mintable token with the given token address and token ID
|
|
10839
10839
|
* @summary Get details of a mintable token with the given token address and token ID
|
|
@@ -12142,7 +12142,7 @@ declare class TransfersApi$1 extends BaseAPI {
|
|
|
12142
12142
|
* @throws {RequiredError}
|
|
12143
12143
|
* @memberof TransfersApi
|
|
12144
12144
|
*/
|
|
12145
|
-
getTransfer(requestParameters: TransfersApiGetTransferRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Transfer$
|
|
12145
|
+
getTransfer(requestParameters: TransfersApiGetTransferRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Transfer$2, any>>;
|
|
12146
12146
|
/**
|
|
12147
12147
|
* Get a list of transfers
|
|
12148
12148
|
* @summary Get a list of transfers
|
|
@@ -12497,3398 +12497,230 @@ interface WithdrawalsApiListWithdrawalsRequest$1 {
|
|
|
12497
12497
|
* @type {string}
|
|
12498
12498
|
* @memberof WithdrawalsApiListWithdrawals
|
|
12499
12499
|
*/
|
|
12500
|
-
readonly minQuantity?: string;
|
|
12501
|
-
/**
|
|
12502
|
-
* Max quantity for the withdrawn asset
|
|
12503
|
-
* @type {string}
|
|
12504
|
-
* @memberof WithdrawalsApiListWithdrawals
|
|
12505
|
-
*/
|
|
12506
|
-
readonly maxQuantity?: string;
|
|
12507
|
-
/**
|
|
12508
|
-
* JSON-encoded metadata filters for the withdrawn asset
|
|
12509
|
-
* @type {string}
|
|
12510
|
-
* @memberof WithdrawalsApiListWithdrawals
|
|
12511
|
-
*/
|
|
12512
|
-
readonly metadata?: string;
|
|
12513
|
-
}
|
|
12514
|
-
/**
|
|
12515
|
-
* WithdrawalsApi - object-oriented interface
|
|
12516
|
-
* @export
|
|
12517
|
-
* @class WithdrawalsApi
|
|
12518
|
-
* @extends {BaseAPI}
|
|
12519
|
-
*/
|
|
12520
|
-
declare class WithdrawalsApi$1 extends BaseAPI {
|
|
12521
|
-
/**
|
|
12522
|
-
* Creates a withdrawal. Use https://docs.x.immutable.com/reference/#/operations/getSignableWithdrawal to get request body params. This endpoint will be deprecated once StarkEx contract gets upgraded to v4, check https://docs.immutable.com/x/reference/#/operations/createWithdrawalV2.
|
|
12523
|
-
* @summary Creates a withdrawal
|
|
12524
|
-
* @param {WithdrawalsApiCreateWithdrawalRequest} requestParameters Request parameters.
|
|
12525
|
-
* @param {*} [options] Override http request option.
|
|
12526
|
-
* @throws {RequiredError}
|
|
12527
|
-
* @memberof WithdrawalsApi
|
|
12528
|
-
*/
|
|
12529
|
-
createWithdrawal(requestParameters: WithdrawalsApiCreateWithdrawalRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<CreateWithdrawalResponse$1, any>>;
|
|
12530
|
-
/**
|
|
12531
|
-
* Creates a withdrawal. Use https://docs.immutable.com/x/reference/#/operations/getSignableWithdrawalV2 to get request body params.
|
|
12532
|
-
* @summary Creates a withdrawal of a token for when StarkEx contract that is higher than v3
|
|
12533
|
-
* @param {WithdrawalsApiCreateWithdrawalV2Request} requestParameters Request parameters.
|
|
12534
|
-
* @param {*} [options] Override http request option.
|
|
12535
|
-
* @throws {RequiredError}
|
|
12536
|
-
* @memberof WithdrawalsApi
|
|
12537
|
-
*/
|
|
12538
|
-
createWithdrawalV2(requestParameters: WithdrawalsApiCreateWithdrawalV2Request, options?: AxiosRequestConfig): Promise<AxiosResponse<CreateWithdrawalResponse$1, any>>;
|
|
12539
|
-
/**
|
|
12540
|
-
* Gets details of a signable withdrawal. This endpoint will be deprecated once StarkEx contract gets upgraded to v4, check https://docs.immutable.com/x/reference/#/operations/getSignableWithdrawalV2.
|
|
12541
|
-
* @summary Gets details of a signable withdrawal
|
|
12542
|
-
* @param {WithdrawalsApiGetSignableWithdrawalRequest} requestParameters Request parameters.
|
|
12543
|
-
* @param {*} [options] Override http request option.
|
|
12544
|
-
* @throws {RequiredError}
|
|
12545
|
-
* @memberof WithdrawalsApi
|
|
12546
|
-
*/
|
|
12547
|
-
getSignableWithdrawal(requestParameters: WithdrawalsApiGetSignableWithdrawalRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetSignableWithdrawalResponse, any>>;
|
|
12548
|
-
/**
|
|
12549
|
-
* Gets details of a signable withdrawal
|
|
12550
|
-
* @summary Gets details of a signable withdrawal for starkex contracts that are higher than v3
|
|
12551
|
-
* @param {WithdrawalsApiGetSignableWithdrawalV2Request} requestParameters Request parameters.
|
|
12552
|
-
* @param {*} [options] Override http request option.
|
|
12553
|
-
* @throws {RequiredError}
|
|
12554
|
-
* @memberof WithdrawalsApi
|
|
12555
|
-
*/
|
|
12556
|
-
getSignableWithdrawalV2(requestParameters: WithdrawalsApiGetSignableWithdrawalV2Request, options?: AxiosRequestConfig): Promise<AxiosResponse<GetSignableWithdrawalResponseV2, any>>;
|
|
12557
|
-
/**
|
|
12558
|
-
* Gets details of withdrawal with the given ID
|
|
12559
|
-
* @summary Gets details of withdrawal with the given ID
|
|
12560
|
-
* @param {WithdrawalsApiGetWithdrawalRequest} requestParameters Request parameters.
|
|
12561
|
-
* @param {*} [options] Override http request option.
|
|
12562
|
-
* @throws {RequiredError}
|
|
12563
|
-
* @memberof WithdrawalsApi
|
|
12564
|
-
*/
|
|
12565
|
-
getWithdrawal(requestParameters: WithdrawalsApiGetWithdrawalRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Withdrawal$3, any>>;
|
|
12566
|
-
/**
|
|
12567
|
-
* Get a list of withdrawals
|
|
12568
|
-
* @summary Get a list of withdrawals
|
|
12569
|
-
* @param {WithdrawalsApiListWithdrawalsRequest} requestParameters Request parameters.
|
|
12570
|
-
* @param {*} [options] Override http request option.
|
|
12571
|
-
* @throws {RequiredError}
|
|
12572
|
-
* @memberof WithdrawalsApi
|
|
12573
|
-
*/
|
|
12574
|
-
listWithdrawals(requestParameters?: WithdrawalsApiListWithdrawalsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListWithdrawalsResponse$1, any>>;
|
|
12575
|
-
}
|
|
12576
|
-
|
|
12577
|
-
/**
|
|
12578
|
-
* Immutable zkEVM API
|
|
12579
|
-
* Immutable Multi Rollup API
|
|
12580
|
-
*
|
|
12581
|
-
* The version of the OpenAPI document: 1.0.0
|
|
12582
|
-
* Contact: support@immutable.com
|
|
12583
|
-
*
|
|
12584
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12585
|
-
* https://openapi-generator.tech
|
|
12586
|
-
* Do not edit the class manually.
|
|
12587
|
-
*/
|
|
12588
|
-
interface ConfigurationParameters {
|
|
12589
|
-
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
|
|
12590
|
-
username?: string;
|
|
12591
|
-
password?: string;
|
|
12592
|
-
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
|
|
12593
|
-
basePath?: string;
|
|
12594
|
-
baseOptions?: any;
|
|
12595
|
-
formDataCtor?: new () => any;
|
|
12596
|
-
}
|
|
12597
|
-
declare class Configuration {
|
|
12598
|
-
/**
|
|
12599
|
-
* parameter for apiKey security
|
|
12600
|
-
* @param name security name
|
|
12601
|
-
* @memberof Configuration
|
|
12602
|
-
*/
|
|
12603
|
-
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
|
|
12604
|
-
/**
|
|
12605
|
-
* parameter for basic security
|
|
12606
|
-
*
|
|
12607
|
-
* @type {string}
|
|
12608
|
-
* @memberof Configuration
|
|
12609
|
-
*/
|
|
12610
|
-
username?: string;
|
|
12611
|
-
/**
|
|
12612
|
-
* parameter for basic security
|
|
12613
|
-
*
|
|
12614
|
-
* @type {string}
|
|
12615
|
-
* @memberof Configuration
|
|
12616
|
-
*/
|
|
12617
|
-
password?: string;
|
|
12618
|
-
/**
|
|
12619
|
-
* parameter for oauth2 security
|
|
12620
|
-
* @param name security name
|
|
12621
|
-
* @param scopes oauth2 scope
|
|
12622
|
-
* @memberof Configuration
|
|
12623
|
-
*/
|
|
12624
|
-
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
|
|
12625
|
-
/**
|
|
12626
|
-
* override base path
|
|
12627
|
-
*
|
|
12628
|
-
* @type {string}
|
|
12629
|
-
* @memberof Configuration
|
|
12630
|
-
*/
|
|
12631
|
-
basePath?: string;
|
|
12632
|
-
/**
|
|
12633
|
-
* base options for axios calls
|
|
12634
|
-
*
|
|
12635
|
-
* @type {any}
|
|
12636
|
-
* @memberof Configuration
|
|
12637
|
-
*/
|
|
12638
|
-
baseOptions?: any;
|
|
12639
|
-
/**
|
|
12640
|
-
* The FormData constructor that will be used to create multipart form data
|
|
12641
|
-
* requests. You can inject this here so that execution environments that
|
|
12642
|
-
* do not support the FormData class can still run the generated client.
|
|
12643
|
-
*
|
|
12644
|
-
* @type {new () => FormData}
|
|
12645
|
-
*/
|
|
12646
|
-
formDataCtor?: new () => any;
|
|
12647
|
-
constructor(param?: ConfigurationParameters);
|
|
12648
|
-
/**
|
|
12649
|
-
* Check if the given MIME is a JSON MIME.
|
|
12650
|
-
* JSON MIME examples:
|
|
12651
|
-
* application/json
|
|
12652
|
-
* application/json; charset=UTF8
|
|
12653
|
-
* APPLICATION/JSON
|
|
12654
|
-
* application/vnd.company+json
|
|
12655
|
-
* @param mime - MIME (Multipurpose Internet Mail Extensions)
|
|
12656
|
-
* @return True if the given MIME is JSON, false otherwise.
|
|
12657
|
-
*/
|
|
12658
|
-
isJsonMime(mime: string): boolean;
|
|
12659
|
-
}
|
|
12660
|
-
|
|
12661
|
-
/**
|
|
12662
|
-
* Immutable zkEVM API
|
|
12663
|
-
* Immutable Multi Rollup API
|
|
12664
|
-
*
|
|
12665
|
-
* The version of the OpenAPI document: 1.0.0
|
|
12666
|
-
* Contact: support@immutable.com
|
|
12667
|
-
*
|
|
12668
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12669
|
-
* https://openapi-generator.tech
|
|
12670
|
-
* Do not edit the class manually.
|
|
12671
|
-
*/
|
|
12672
|
-
/**
|
|
12673
|
-
*
|
|
12674
|
-
* @export
|
|
12675
|
-
* @interface BasicAPIError
|
|
12676
|
-
*/
|
|
12677
|
-
interface BasicAPIError$1 {
|
|
12678
|
-
/**
|
|
12679
|
-
* Error Message
|
|
12680
|
-
* @type {string}
|
|
12681
|
-
* @memberof BasicAPIError
|
|
12682
|
-
*/
|
|
12683
|
-
'message': string;
|
|
12684
|
-
/**
|
|
12685
|
-
* Link to IMX documentation that can help resolve this error
|
|
12686
|
-
* @type {string}
|
|
12687
|
-
* @memberof BasicAPIError
|
|
12688
|
-
*/
|
|
12689
|
-
'link': string;
|
|
12690
|
-
/**
|
|
12691
|
-
* Trace ID of the initial request
|
|
12692
|
-
* @type {string}
|
|
12693
|
-
* @memberof BasicAPIError
|
|
12694
|
-
*/
|
|
12695
|
-
'trace_id': string;
|
|
12696
|
-
}
|
|
12697
|
-
|
|
12698
|
-
/**
|
|
12699
|
-
* Immutable zkEVM API
|
|
12700
|
-
* Immutable Multi Rollup API
|
|
12701
|
-
*
|
|
12702
|
-
* The version of the OpenAPI document: 1.0.0
|
|
12703
|
-
* Contact: support@immutable.com
|
|
12704
|
-
*
|
|
12705
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12706
|
-
* https://openapi-generator.tech
|
|
12707
|
-
* Do not edit the class manually.
|
|
12708
|
-
*/
|
|
12709
|
-
/**
|
|
12710
|
-
* The contract type for an NFT
|
|
12711
|
-
* @export
|
|
12712
|
-
* @enum {string}
|
|
12713
|
-
*/
|
|
12714
|
-
declare const NFTContractType$1: {
|
|
12715
|
-
readonly Erc721: "ERC721";
|
|
12716
|
-
readonly Erc1155: "ERC1155";
|
|
12717
|
-
};
|
|
12718
|
-
type NFTContractType$1 = typeof NFTContractType$1[keyof typeof NFTContractType$1];
|
|
12719
|
-
|
|
12720
|
-
/**
|
|
12721
|
-
* Immutable zkEVM API
|
|
12722
|
-
* Immutable Multi Rollup API
|
|
12723
|
-
*
|
|
12724
|
-
* The version of the OpenAPI document: 1.0.0
|
|
12725
|
-
* Contact: support@immutable.com
|
|
12726
|
-
*
|
|
12727
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12728
|
-
* https://openapi-generator.tech
|
|
12729
|
-
* Do not edit the class manually.
|
|
12730
|
-
*/
|
|
12731
|
-
|
|
12732
|
-
/**
|
|
12733
|
-
*
|
|
12734
|
-
* @export
|
|
12735
|
-
* @interface ActivityNFT
|
|
12736
|
-
*/
|
|
12737
|
-
interface ActivityNFT$1 {
|
|
12738
|
-
/**
|
|
12739
|
-
*
|
|
12740
|
-
* @type {NFTContractType}
|
|
12741
|
-
* @memberof ActivityNFT
|
|
12742
|
-
*/
|
|
12743
|
-
'contract_type': NFTContractType$1;
|
|
12744
|
-
/**
|
|
12745
|
-
* The token contract address
|
|
12746
|
-
* @type {string}
|
|
12747
|
-
* @memberof ActivityNFT
|
|
12748
|
-
*/
|
|
12749
|
-
'contract_address': string;
|
|
12750
|
-
/**
|
|
12751
|
-
* An `uint256` token id as string
|
|
12752
|
-
* @type {string}
|
|
12753
|
-
* @memberof ActivityNFT
|
|
12754
|
-
*/
|
|
12755
|
-
'token_id': string;
|
|
12756
|
-
/**
|
|
12757
|
-
* (deprecated - will never be filled, use amount on Activity instead) The amount of tokens exchanged
|
|
12758
|
-
* @type {string}
|
|
12759
|
-
* @memberof ActivityNFT
|
|
12760
|
-
* @deprecated
|
|
12761
|
-
*/
|
|
12762
|
-
'amount': string;
|
|
12763
|
-
}
|
|
12764
|
-
|
|
12765
|
-
/**
|
|
12766
|
-
* Immutable zkEVM API
|
|
12767
|
-
* Immutable Multi Rollup API
|
|
12768
|
-
*
|
|
12769
|
-
* The version of the OpenAPI document: 1.0.0
|
|
12770
|
-
* Contact: support@immutable.com
|
|
12771
|
-
*
|
|
12772
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12773
|
-
* https://openapi-generator.tech
|
|
12774
|
-
* Do not edit the class manually.
|
|
12775
|
-
*/
|
|
12776
|
-
/**
|
|
12777
|
-
* The contract type for a token
|
|
12778
|
-
* @export
|
|
12779
|
-
* @enum {string}
|
|
12780
|
-
*/
|
|
12781
|
-
declare const TokenContractType$1: {
|
|
12782
|
-
readonly Erc20: "ERC20";
|
|
12783
|
-
};
|
|
12784
|
-
type TokenContractType$1 = typeof TokenContractType$1[keyof typeof TokenContractType$1];
|
|
12785
|
-
|
|
12786
|
-
/**
|
|
12787
|
-
* Immutable zkEVM API
|
|
12788
|
-
* Immutable Multi Rollup API
|
|
12789
|
-
*
|
|
12790
|
-
* The version of the OpenAPI document: 1.0.0
|
|
12791
|
-
* Contact: support@immutable.com
|
|
12792
|
-
*
|
|
12793
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12794
|
-
* https://openapi-generator.tech
|
|
12795
|
-
* Do not edit the class manually.
|
|
12796
|
-
*/
|
|
12797
|
-
|
|
12798
|
-
/**
|
|
12799
|
-
*
|
|
12800
|
-
* @export
|
|
12801
|
-
* @interface ActivityToken
|
|
12802
|
-
*/
|
|
12803
|
-
interface ActivityToken$1 {
|
|
12804
|
-
/**
|
|
12805
|
-
*
|
|
12806
|
-
* @type {TokenContractType}
|
|
12807
|
-
* @memberof ActivityToken
|
|
12808
|
-
*/
|
|
12809
|
-
'contract_type': TokenContractType$1;
|
|
12810
|
-
/**
|
|
12811
|
-
* The contract address
|
|
12812
|
-
* @type {string}
|
|
12813
|
-
* @memberof ActivityToken
|
|
12814
|
-
*/
|
|
12815
|
-
'contract_address': string;
|
|
12816
|
-
}
|
|
12817
|
-
|
|
12818
|
-
/**
|
|
12819
|
-
* Immutable zkEVM API
|
|
12820
|
-
* Immutable Multi Rollup API
|
|
12821
|
-
*
|
|
12822
|
-
* The version of the OpenAPI document: 1.0.0
|
|
12823
|
-
* Contact: support@immutable.com
|
|
12824
|
-
*
|
|
12825
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12826
|
-
* https://openapi-generator.tech
|
|
12827
|
-
* Do not edit the class manually.
|
|
12828
|
-
*/
|
|
12829
|
-
|
|
12830
|
-
/**
|
|
12831
|
-
* @type ActivityAsset
|
|
12832
|
-
* The contract and asset details for this activity
|
|
12833
|
-
* @export
|
|
12834
|
-
*/
|
|
12835
|
-
type ActivityAsset$1 = ActivityNFT$1 | ActivityToken$1;
|
|
12836
|
-
|
|
12837
|
-
/**
|
|
12838
|
-
* Immutable zkEVM API
|
|
12839
|
-
* Immutable Multi Rollup API
|
|
12840
|
-
*
|
|
12841
|
-
* The version of the OpenAPI document: 1.0.0
|
|
12842
|
-
* Contact: support@immutable.com
|
|
12843
|
-
*
|
|
12844
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12845
|
-
* https://openapi-generator.tech
|
|
12846
|
-
* Do not edit the class manually.
|
|
12847
|
-
*/
|
|
12848
|
-
|
|
12849
|
-
/**
|
|
12850
|
-
* The burn activity details
|
|
12851
|
-
* @export
|
|
12852
|
-
* @interface Burn
|
|
12853
|
-
*/
|
|
12854
|
-
interface Burn$1 {
|
|
12855
|
-
/**
|
|
12856
|
-
* The account address the asset was transferred from
|
|
12857
|
-
* @type {string}
|
|
12858
|
-
* @memberof Burn
|
|
12859
|
-
*/
|
|
12860
|
-
'from': string;
|
|
12861
|
-
/**
|
|
12862
|
-
* The amount of assets burnt
|
|
12863
|
-
* @type {string}
|
|
12864
|
-
* @memberof Burn
|
|
12865
|
-
*/
|
|
12866
|
-
'amount': string;
|
|
12867
|
-
/**
|
|
12868
|
-
*
|
|
12869
|
-
* @type {ActivityAsset}
|
|
12870
|
-
* @memberof Burn
|
|
12871
|
-
*/
|
|
12872
|
-
'asset': ActivityAsset$1;
|
|
12873
|
-
}
|
|
12874
|
-
|
|
12875
|
-
/**
|
|
12876
|
-
* Immutable zkEVM API
|
|
12877
|
-
* Immutable Multi Rollup API
|
|
12878
|
-
*
|
|
12879
|
-
* The version of the OpenAPI document: 1.0.0
|
|
12880
|
-
* Contact: support@immutable.com
|
|
12881
|
-
*
|
|
12882
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12883
|
-
* https://openapi-generator.tech
|
|
12884
|
-
* Do not edit the class manually.
|
|
12885
|
-
*/
|
|
12886
|
-
|
|
12887
|
-
/**
|
|
12888
|
-
* The deposit activity details
|
|
12889
|
-
* @export
|
|
12890
|
-
* @interface Deposit
|
|
12891
|
-
*/
|
|
12892
|
-
interface Deposit$2 {
|
|
12893
|
-
/**
|
|
12894
|
-
* The account address the asset was deposited to
|
|
12895
|
-
* @type {string}
|
|
12896
|
-
* @memberof Deposit
|
|
12897
|
-
*/
|
|
12898
|
-
'to': string;
|
|
12899
|
-
/**
|
|
12900
|
-
* The deposited amount
|
|
12901
|
-
* @type {string}
|
|
12902
|
-
* @memberof Deposit
|
|
12903
|
-
*/
|
|
12904
|
-
'amount': string;
|
|
12905
|
-
/**
|
|
12906
|
-
*
|
|
12907
|
-
* @type {ActivityAsset}
|
|
12908
|
-
* @memberof Deposit
|
|
12909
|
-
*/
|
|
12910
|
-
'asset': ActivityAsset$1;
|
|
12911
|
-
}
|
|
12912
|
-
|
|
12913
|
-
/**
|
|
12914
|
-
* Immutable zkEVM API
|
|
12915
|
-
* Immutable Multi Rollup API
|
|
12916
|
-
*
|
|
12917
|
-
* The version of the OpenAPI document: 1.0.0
|
|
12918
|
-
* Contact: support@immutable.com
|
|
12919
|
-
*
|
|
12920
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12921
|
-
* https://openapi-generator.tech
|
|
12922
|
-
* Do not edit the class manually.
|
|
12923
|
-
*/
|
|
12924
|
-
|
|
12925
|
-
/**
|
|
12926
|
-
* The mint activity details
|
|
12927
|
-
* @export
|
|
12928
|
-
* @interface Mint
|
|
12929
|
-
*/
|
|
12930
|
-
interface Mint$2 {
|
|
12931
|
-
/**
|
|
12932
|
-
* The account address the asset was minted to
|
|
12933
|
-
* @type {string}
|
|
12934
|
-
* @memberof Mint
|
|
12935
|
-
*/
|
|
12936
|
-
'to': string;
|
|
12937
|
-
/**
|
|
12938
|
-
* The minted amount
|
|
12939
|
-
* @type {string}
|
|
12940
|
-
* @memberof Mint
|
|
12941
|
-
*/
|
|
12942
|
-
'amount': string;
|
|
12943
|
-
/**
|
|
12944
|
-
*
|
|
12945
|
-
* @type {ActivityAsset}
|
|
12946
|
-
* @memberof Mint
|
|
12947
|
-
*/
|
|
12948
|
-
'asset': ActivityAsset$1;
|
|
12949
|
-
}
|
|
12950
|
-
|
|
12951
|
-
/**
|
|
12952
|
-
* Immutable zkEVM API
|
|
12953
|
-
* Immutable Multi Rollup API
|
|
12954
|
-
*
|
|
12955
|
-
* The version of the OpenAPI document: 1.0.0
|
|
12956
|
-
* Contact: support@immutable.com
|
|
12957
|
-
*
|
|
12958
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12959
|
-
* https://openapi-generator.tech
|
|
12960
|
-
* Do not edit the class manually.
|
|
12961
|
-
*/
|
|
12962
|
-
/**
|
|
12963
|
-
*
|
|
12964
|
-
* @export
|
|
12965
|
-
* @interface SaleFee
|
|
12966
|
-
*/
|
|
12967
|
-
interface SaleFee$1 {
|
|
12968
|
-
/**
|
|
12969
|
-
* Fee payable to recipient upon settlement
|
|
12970
|
-
* @type {string}
|
|
12971
|
-
* @memberof SaleFee
|
|
12972
|
-
*/
|
|
12973
|
-
'amount'?: string;
|
|
12974
|
-
/**
|
|
12975
|
-
* Fee type
|
|
12976
|
-
* @type {string}
|
|
12977
|
-
* @memberof SaleFee
|
|
12978
|
-
*/
|
|
12979
|
-
'type'?: SaleFeeTypeEnum$1;
|
|
12980
|
-
/**
|
|
12981
|
-
* Wallet address of fee recipient
|
|
12982
|
-
* @type {string}
|
|
12983
|
-
* @memberof SaleFee
|
|
12984
|
-
*/
|
|
12985
|
-
'recipient'?: string;
|
|
12986
|
-
}
|
|
12987
|
-
declare const SaleFeeTypeEnum$1: {
|
|
12988
|
-
readonly Royalty: "ROYALTY";
|
|
12989
|
-
};
|
|
12990
|
-
type SaleFeeTypeEnum$1 = typeof SaleFeeTypeEnum$1[keyof typeof SaleFeeTypeEnum$1];
|
|
12991
|
-
|
|
12992
|
-
/**
|
|
12993
|
-
* Immutable zkEVM API
|
|
12994
|
-
* Immutable Multi Rollup API
|
|
12995
|
-
*
|
|
12996
|
-
* The version of the OpenAPI document: 1.0.0
|
|
12997
|
-
* Contact: support@immutable.com
|
|
12998
|
-
*
|
|
12999
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13000
|
-
* https://openapi-generator.tech
|
|
13001
|
-
* Do not edit the class manually.
|
|
13002
|
-
*/
|
|
13003
|
-
/**
|
|
13004
|
-
*
|
|
13005
|
-
* @export
|
|
13006
|
-
* @interface ActivityNativeToken
|
|
13007
|
-
*/
|
|
13008
|
-
interface ActivityNativeToken$1 {
|
|
13009
|
-
/**
|
|
13010
|
-
* The token symbol
|
|
13011
|
-
* @type {string}
|
|
13012
|
-
* @memberof ActivityNativeToken
|
|
13013
|
-
*/
|
|
13014
|
-
'symbol': string;
|
|
13015
|
-
}
|
|
13016
|
-
|
|
13017
|
-
/**
|
|
13018
|
-
* Immutable zkEVM API
|
|
13019
|
-
* Immutable Multi Rollup API
|
|
13020
|
-
*
|
|
13021
|
-
* The version of the OpenAPI document: 1.0.0
|
|
13022
|
-
* Contact: support@immutable.com
|
|
13023
|
-
*
|
|
13024
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13025
|
-
* https://openapi-generator.tech
|
|
13026
|
-
* Do not edit the class manually.
|
|
13027
|
-
*/
|
|
13028
|
-
|
|
13029
|
-
/**
|
|
13030
|
-
* @type SalePaymentToken
|
|
13031
|
-
* The type of payment token
|
|
13032
|
-
* @export
|
|
13033
|
-
*/
|
|
13034
|
-
type SalePaymentToken$2 = ActivityNativeToken$1 | ActivityToken$1;
|
|
13035
|
-
|
|
13036
|
-
/**
|
|
13037
|
-
* Immutable zkEVM API
|
|
13038
|
-
* Immutable Multi Rollup API
|
|
13039
|
-
*
|
|
13040
|
-
* The version of the OpenAPI document: 1.0.0
|
|
13041
|
-
* Contact: support@immutable.com
|
|
13042
|
-
*
|
|
13043
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13044
|
-
* https://openapi-generator.tech
|
|
13045
|
-
* Do not edit the class manually.
|
|
13046
|
-
*/
|
|
13047
|
-
|
|
13048
|
-
/**
|
|
13049
|
-
*
|
|
13050
|
-
* @export
|
|
13051
|
-
* @interface SalePayment
|
|
13052
|
-
*/
|
|
13053
|
-
interface SalePayment$1 {
|
|
13054
|
-
/**
|
|
13055
|
-
*
|
|
13056
|
-
* @type {SalePaymentToken}
|
|
13057
|
-
* @memberof SalePayment
|
|
13058
|
-
*/
|
|
13059
|
-
'token': SalePaymentToken$2;
|
|
13060
|
-
/**
|
|
13061
|
-
* The base price of the sale not including any fees
|
|
13062
|
-
* @type {string}
|
|
13063
|
-
* @memberof SalePayment
|
|
13064
|
-
*/
|
|
13065
|
-
'price_excluding_fees': string;
|
|
13066
|
-
/**
|
|
13067
|
-
* The total price of the sale. Includes the sum of all fees
|
|
13068
|
-
* @type {string}
|
|
13069
|
-
* @memberof SalePayment
|
|
13070
|
-
*/
|
|
13071
|
-
'price_including_fees': string;
|
|
13072
|
-
/**
|
|
13073
|
-
* The fees associated with this sale
|
|
13074
|
-
* @type {Array<SaleFee>}
|
|
13075
|
-
* @memberof SalePayment
|
|
13076
|
-
*/
|
|
13077
|
-
'fees': Array<SaleFee$1>;
|
|
13078
|
-
}
|
|
13079
|
-
|
|
13080
|
-
/**
|
|
13081
|
-
* Immutable zkEVM API
|
|
13082
|
-
* Immutable Multi Rollup API
|
|
13083
|
-
*
|
|
13084
|
-
* The version of the OpenAPI document: 1.0.0
|
|
13085
|
-
* Contact: support@immutable.com
|
|
13086
|
-
*
|
|
13087
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13088
|
-
* https://openapi-generator.tech
|
|
13089
|
-
* Do not edit the class manually.
|
|
13090
|
-
*/
|
|
13091
|
-
|
|
13092
|
-
/**
|
|
13093
|
-
* The NFT Sale activity details
|
|
13094
|
-
* @export
|
|
13095
|
-
* @interface NFTSale
|
|
13096
|
-
*/
|
|
13097
|
-
interface NFTSale$1 {
|
|
13098
|
-
/**
|
|
13099
|
-
* The id of order
|
|
13100
|
-
* @type {string}
|
|
13101
|
-
* @memberof NFTSale
|
|
13102
|
-
*/
|
|
13103
|
-
'order_id': string;
|
|
13104
|
-
/**
|
|
13105
|
-
* The account address of buyer
|
|
13106
|
-
* @type {string}
|
|
13107
|
-
* @memberof NFTSale
|
|
13108
|
-
*/
|
|
13109
|
-
'to': string;
|
|
13110
|
-
/**
|
|
13111
|
-
* The account address of seller
|
|
13112
|
-
* @type {string}
|
|
13113
|
-
* @memberof NFTSale
|
|
13114
|
-
*/
|
|
13115
|
-
'from': string;
|
|
13116
|
-
/**
|
|
13117
|
-
*
|
|
13118
|
-
* @type {Array<ActivityNFT>}
|
|
13119
|
-
* @memberof NFTSale
|
|
13120
|
-
*/
|
|
13121
|
-
'asset': Array<ActivityNFT$1>;
|
|
13122
|
-
/**
|
|
13123
|
-
*
|
|
13124
|
-
* @type {SalePayment}
|
|
13125
|
-
* @memberof NFTSale
|
|
13126
|
-
*/
|
|
13127
|
-
'payment': SalePayment$1;
|
|
13128
|
-
}
|
|
13129
|
-
|
|
13130
|
-
/**
|
|
13131
|
-
* Immutable zkEVM API
|
|
13132
|
-
* Immutable Multi Rollup API
|
|
13133
|
-
*
|
|
13134
|
-
* The version of the OpenAPI document: 1.0.0
|
|
13135
|
-
* Contact: support@immutable.com
|
|
13136
|
-
*
|
|
13137
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13138
|
-
* https://openapi-generator.tech
|
|
13139
|
-
* Do not edit the class manually.
|
|
13140
|
-
*/
|
|
13141
|
-
|
|
13142
|
-
/**
|
|
13143
|
-
* The transfer activity details
|
|
13144
|
-
* @export
|
|
13145
|
-
* @interface Transfer
|
|
13146
|
-
*/
|
|
13147
|
-
interface Transfer$2 {
|
|
13148
|
-
/**
|
|
13149
|
-
* The account address the asset was transferred from
|
|
13150
|
-
* @type {string}
|
|
13151
|
-
* @memberof Transfer
|
|
13152
|
-
*/
|
|
13153
|
-
'from': string;
|
|
13154
|
-
/**
|
|
13155
|
-
* The account address the asset was transferred to
|
|
13156
|
-
* @type {string}
|
|
13157
|
-
* @memberof Transfer
|
|
13158
|
-
*/
|
|
13159
|
-
'to': string;
|
|
13160
|
-
/**
|
|
13161
|
-
* The amount of assets transferred
|
|
13162
|
-
* @type {string}
|
|
13163
|
-
* @memberof Transfer
|
|
13164
|
-
*/
|
|
13165
|
-
'amount': string;
|
|
13166
|
-
/**
|
|
13167
|
-
*
|
|
13168
|
-
* @type {ActivityAsset}
|
|
13169
|
-
* @memberof Transfer
|
|
13170
|
-
*/
|
|
13171
|
-
'asset': ActivityAsset$1;
|
|
13172
|
-
}
|
|
13173
|
-
|
|
13174
|
-
/**
|
|
13175
|
-
* Immutable zkEVM API
|
|
13176
|
-
* Immutable Multi Rollup API
|
|
13177
|
-
*
|
|
13178
|
-
* The version of the OpenAPI document: 1.0.0
|
|
13179
|
-
* Contact: support@immutable.com
|
|
13180
|
-
*
|
|
13181
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13182
|
-
* https://openapi-generator.tech
|
|
13183
|
-
* Do not edit the class manually.
|
|
13184
|
-
*/
|
|
13185
|
-
|
|
13186
|
-
/**
|
|
13187
|
-
* The withdrawal activity details
|
|
13188
|
-
* @export
|
|
13189
|
-
* @interface Withdrawal
|
|
13190
|
-
*/
|
|
13191
|
-
interface Withdrawal$2 {
|
|
13192
|
-
/**
|
|
13193
|
-
* The account address the asset was withdrawn from
|
|
13194
|
-
* @type {string}
|
|
13195
|
-
* @memberof Withdrawal
|
|
13196
|
-
*/
|
|
13197
|
-
'from': string;
|
|
13198
|
-
/**
|
|
13199
|
-
* The amount of assets withdrawn
|
|
13200
|
-
* @type {string}
|
|
13201
|
-
* @memberof Withdrawal
|
|
13202
|
-
*/
|
|
13203
|
-
'amount': string;
|
|
13204
|
-
/**
|
|
13205
|
-
*
|
|
13206
|
-
* @type {ActivityAsset}
|
|
13207
|
-
* @memberof Withdrawal
|
|
13208
|
-
*/
|
|
13209
|
-
'asset': ActivityAsset$1;
|
|
13210
|
-
}
|
|
13211
|
-
|
|
13212
|
-
/**
|
|
13213
|
-
* Immutable zkEVM API
|
|
13214
|
-
* Immutable Multi Rollup API
|
|
13215
|
-
*
|
|
13216
|
-
* The version of the OpenAPI document: 1.0.0
|
|
13217
|
-
* Contact: support@immutable.com
|
|
13218
|
-
*
|
|
13219
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13220
|
-
* https://openapi-generator.tech
|
|
13221
|
-
* Do not edit the class manually.
|
|
13222
|
-
*/
|
|
13223
|
-
|
|
13224
|
-
/**
|
|
13225
|
-
* @type ActivityDetails
|
|
13226
|
-
* The activity details
|
|
13227
|
-
* @export
|
|
13228
|
-
*/
|
|
13229
|
-
type ActivityDetails$1 = Burn$1 | Deposit$2 | Mint$2 | NFTSale$1 | Transfer$2 | Withdrawal$2;
|
|
13230
|
-
|
|
13231
|
-
/**
|
|
13232
|
-
* Immutable zkEVM API
|
|
13233
|
-
* Immutable Multi Rollup API
|
|
13234
|
-
*
|
|
13235
|
-
* The version of the OpenAPI document: 1.0.0
|
|
13236
|
-
* Contact: support@immutable.com
|
|
13237
|
-
*
|
|
13238
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13239
|
-
* https://openapi-generator.tech
|
|
13240
|
-
* Do not edit the class manually.
|
|
13241
|
-
*/
|
|
13242
|
-
/**
|
|
13243
|
-
* The activity type
|
|
13244
|
-
* @export
|
|
13245
|
-
* @enum {string}
|
|
13246
|
-
*/
|
|
13247
|
-
declare const ActivityType$2: {
|
|
13248
|
-
readonly Mint: "mint";
|
|
13249
|
-
readonly Burn: "burn";
|
|
13250
|
-
readonly Transfer: "transfer";
|
|
13251
|
-
readonly Sale: "sale";
|
|
13252
|
-
readonly Deposit: "deposit";
|
|
13253
|
-
readonly Withdrawal: "withdrawal";
|
|
13254
|
-
};
|
|
13255
|
-
type ActivityType$2 = typeof ActivityType$2[keyof typeof ActivityType$2];
|
|
13256
|
-
|
|
13257
|
-
/**
|
|
13258
|
-
* Immutable zkEVM API
|
|
13259
|
-
* Immutable Multi Rollup API
|
|
13260
|
-
*
|
|
13261
|
-
* The version of the OpenAPI document: 1.0.0
|
|
13262
|
-
* Contact: support@immutable.com
|
|
13263
|
-
*
|
|
13264
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13265
|
-
* https://openapi-generator.tech
|
|
13266
|
-
* Do not edit the class manually.
|
|
13267
|
-
*/
|
|
13268
|
-
/**
|
|
13269
|
-
* The metadata related to blockchain transaction
|
|
13270
|
-
* @export
|
|
13271
|
-
* @interface BlockchainMetadata
|
|
13272
|
-
*/
|
|
13273
|
-
interface BlockchainMetadata$1 {
|
|
13274
|
-
/**
|
|
13275
|
-
* The transaction hash of the activity
|
|
13276
|
-
* @type {string}
|
|
13277
|
-
* @memberof BlockchainMetadata
|
|
13278
|
-
*/
|
|
13279
|
-
'transaction_hash': string;
|
|
13280
|
-
/**
|
|
13281
|
-
* EVM block number (uint64 as string)
|
|
13282
|
-
* @type {string}
|
|
13283
|
-
* @memberof BlockchainMetadata
|
|
13284
|
-
*/
|
|
13285
|
-
'block_number': string;
|
|
13286
|
-
/**
|
|
13287
|
-
* Transaction index in a block (uint32 as string)
|
|
13288
|
-
* @type {string}
|
|
13289
|
-
* @memberof BlockchainMetadata
|
|
13290
|
-
*/
|
|
13291
|
-
'transaction_index': string;
|
|
13292
|
-
/**
|
|
13293
|
-
* The log index of activity in a block (uint32 as string)
|
|
13294
|
-
* @type {string}
|
|
13295
|
-
* @memberof BlockchainMetadata
|
|
13296
|
-
*/
|
|
13297
|
-
'log_index': string | null;
|
|
13298
|
-
}
|
|
13299
|
-
|
|
13300
|
-
/**
|
|
13301
|
-
* Immutable zkEVM API
|
|
13302
|
-
* Immutable Multi Rollup API
|
|
13303
|
-
*
|
|
13304
|
-
* The version of the OpenAPI document: 1.0.0
|
|
13305
|
-
* Contact: support@immutable.com
|
|
13306
|
-
*
|
|
13307
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13308
|
-
* https://openapi-generator.tech
|
|
13309
|
-
* Do not edit the class manually.
|
|
13310
|
-
*/
|
|
13311
|
-
/**
|
|
13312
|
-
* The chain details
|
|
13313
|
-
* @export
|
|
13314
|
-
* @interface Chain
|
|
13315
|
-
*/
|
|
13316
|
-
interface Chain$3 {
|
|
13317
|
-
/**
|
|
13318
|
-
* The id of chain
|
|
13319
|
-
* @type {string}
|
|
13320
|
-
* @memberof Chain
|
|
13321
|
-
*/
|
|
13322
|
-
'id': string;
|
|
13323
|
-
/**
|
|
13324
|
-
* The name of chain
|
|
13325
|
-
* @type {string}
|
|
13326
|
-
* @memberof Chain
|
|
13327
|
-
*/
|
|
13328
|
-
'name': string;
|
|
13329
|
-
}
|
|
13330
|
-
|
|
13331
|
-
/**
|
|
13332
|
-
* Immutable zkEVM API
|
|
13333
|
-
* Immutable Multi Rollup API
|
|
13334
|
-
*
|
|
13335
|
-
* The version of the OpenAPI document: 1.0.0
|
|
13336
|
-
* Contact: support@immutable.com
|
|
13337
|
-
*
|
|
13338
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13339
|
-
* https://openapi-generator.tech
|
|
13340
|
-
* Do not edit the class manually.
|
|
13341
|
-
*/
|
|
13342
|
-
|
|
13343
|
-
/**
|
|
13344
|
-
*
|
|
13345
|
-
* @export
|
|
13346
|
-
* @interface Activity
|
|
13347
|
-
*/
|
|
13348
|
-
interface Activity$1 {
|
|
13349
|
-
/**
|
|
13350
|
-
* Activity id in UUIDv4 format
|
|
13351
|
-
* @type {string}
|
|
13352
|
-
* @memberof Activity
|
|
13353
|
-
*/
|
|
13354
|
-
'id': string;
|
|
13355
|
-
/**
|
|
13356
|
-
*
|
|
13357
|
-
* @type {Chain}
|
|
13358
|
-
* @memberof Activity
|
|
13359
|
-
*/
|
|
13360
|
-
'chain': Chain$3;
|
|
13361
|
-
/**
|
|
13362
|
-
*
|
|
13363
|
-
* @type {ActivityType}
|
|
13364
|
-
* @memberof Activity
|
|
13365
|
-
*/
|
|
13366
|
-
'type': ActivityType$2;
|
|
13367
|
-
/**
|
|
13368
|
-
*
|
|
13369
|
-
* @type {ActivityDetails}
|
|
13370
|
-
* @memberof Activity
|
|
13371
|
-
*/
|
|
13372
|
-
'details': ActivityDetails$1;
|
|
13373
|
-
/**
|
|
13374
|
-
* The time activity was updated at
|
|
13375
|
-
* @type {string}
|
|
13376
|
-
* @memberof Activity
|
|
13377
|
-
*/
|
|
13378
|
-
'updated_at': string;
|
|
13379
|
-
/**
|
|
13380
|
-
* The time activity was indexed
|
|
13381
|
-
* @type {string}
|
|
13382
|
-
* @memberof Activity
|
|
13383
|
-
*/
|
|
13384
|
-
'indexed_at': string;
|
|
13385
|
-
/**
|
|
13386
|
-
*
|
|
13387
|
-
* @type {BlockchainMetadata}
|
|
13388
|
-
* @memberof Activity
|
|
13389
|
-
*/
|
|
13390
|
-
'blockchain_metadata': BlockchainMetadata$1 | null;
|
|
13391
|
-
}
|
|
13392
|
-
|
|
13393
|
-
/**
|
|
13394
|
-
* Immutable zkEVM API
|
|
13395
|
-
* Immutable Multi Rollup API
|
|
13396
|
-
*
|
|
13397
|
-
* The version of the OpenAPI document: 1.0.0
|
|
13398
|
-
* Contact: support@immutable.com
|
|
13399
|
-
*
|
|
13400
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13401
|
-
* https://openapi-generator.tech
|
|
13402
|
-
* Do not edit the class manually.
|
|
13403
|
-
*/
|
|
13404
|
-
/**
|
|
13405
|
-
* The verification status for a given contract
|
|
13406
|
-
* @export
|
|
13407
|
-
* @enum {string}
|
|
13408
|
-
*/
|
|
13409
|
-
declare const AssetVerificationStatus$1: {
|
|
13410
|
-
readonly Verified: "verified";
|
|
13411
|
-
readonly Unverified: "unverified";
|
|
13412
|
-
readonly Spam: "spam";
|
|
13413
|
-
readonly Inactive: "inactive";
|
|
13414
|
-
};
|
|
13415
|
-
type AssetVerificationStatus$1 = typeof AssetVerificationStatus$1[keyof typeof AssetVerificationStatus$1];
|
|
13416
|
-
|
|
13417
|
-
/**
|
|
13418
|
-
* Immutable zkEVM API
|
|
13419
|
-
* Immutable Multi Rollup API
|
|
13420
|
-
*
|
|
13421
|
-
* The version of the OpenAPI document: 1.0.0
|
|
13422
|
-
* Contact: support@immutable.com
|
|
13423
|
-
*
|
|
13424
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13425
|
-
* https://openapi-generator.tech
|
|
13426
|
-
* Do not edit the class manually.
|
|
13427
|
-
*/
|
|
13428
|
-
/**
|
|
13429
|
-
*
|
|
13430
|
-
* @export
|
|
13431
|
-
* @interface ChainWithDetailsAllOf
|
|
13432
|
-
*/
|
|
13433
|
-
interface ChainWithDetailsAllOf$1 {
|
|
13434
|
-
/**
|
|
13435
|
-
* URL for RPC node
|
|
13436
|
-
* @type {string}
|
|
13437
|
-
* @memberof ChainWithDetailsAllOf
|
|
13438
|
-
*/
|
|
13439
|
-
'rpc_url': string | null;
|
|
13440
|
-
}
|
|
13441
|
-
|
|
13442
|
-
/**
|
|
13443
|
-
* Immutable zkEVM API
|
|
13444
|
-
* Immutable Multi Rollup API
|
|
13445
|
-
*
|
|
13446
|
-
* The version of the OpenAPI document: 1.0.0
|
|
13447
|
-
* Contact: support@immutable.com
|
|
13448
|
-
*
|
|
13449
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13450
|
-
* https://openapi-generator.tech
|
|
13451
|
-
* Do not edit the class manually.
|
|
13452
|
-
*/
|
|
13453
|
-
|
|
13454
|
-
/**
|
|
13455
|
-
* @type ChainWithDetails
|
|
13456
|
-
* @export
|
|
13457
|
-
*/
|
|
13458
|
-
type ChainWithDetails$1 = Chain$3 & ChainWithDetailsAllOf$1;
|
|
13459
|
-
|
|
13460
|
-
/**
|
|
13461
|
-
* Immutable zkEVM API
|
|
13462
|
-
* Immutable Multi Rollup API
|
|
13463
|
-
*
|
|
13464
|
-
* The version of the OpenAPI document: 1.0.0
|
|
13465
|
-
* Contact: support@immutable.com
|
|
13466
|
-
*
|
|
13467
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13468
|
-
* https://openapi-generator.tech
|
|
13469
|
-
* Do not edit the class manually.
|
|
13470
|
-
*/
|
|
13471
|
-
/**
|
|
13472
|
-
* The collection contract type
|
|
13473
|
-
* @export
|
|
13474
|
-
* @enum {string}
|
|
13475
|
-
*/
|
|
13476
|
-
declare const CollectionContractType$1: {
|
|
13477
|
-
readonly Erc721: "ERC721";
|
|
13478
|
-
readonly Erc1155: "ERC1155";
|
|
13479
|
-
};
|
|
13480
|
-
type CollectionContractType$1 = typeof CollectionContractType$1[keyof typeof CollectionContractType$1];
|
|
13481
|
-
|
|
13482
|
-
/**
|
|
13483
|
-
* Immutable zkEVM API
|
|
13484
|
-
* Immutable Multi Rollup API
|
|
13485
|
-
*
|
|
13486
|
-
* The version of the OpenAPI document: 1.0.0
|
|
13487
|
-
* Contact: support@immutable.com
|
|
13488
|
-
*
|
|
13489
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13490
|
-
* https://openapi-generator.tech
|
|
13491
|
-
* Do not edit the class manually.
|
|
13492
|
-
*/
|
|
13493
|
-
|
|
13494
|
-
/**
|
|
13495
|
-
*
|
|
13496
|
-
* @export
|
|
13497
|
-
* @interface Collection
|
|
13498
|
-
*/
|
|
13499
|
-
interface Collection$2 {
|
|
13500
|
-
/**
|
|
13501
|
-
*
|
|
13502
|
-
* @type {Chain}
|
|
13503
|
-
* @memberof Collection
|
|
13504
|
-
*/
|
|
13505
|
-
'chain': Chain$3;
|
|
13506
|
-
/**
|
|
13507
|
-
* The name of the collection
|
|
13508
|
-
* @type {string}
|
|
13509
|
-
* @memberof Collection
|
|
13510
|
-
*/
|
|
13511
|
-
'name': string | null;
|
|
13512
|
-
/**
|
|
13513
|
-
* The symbol of contract
|
|
13514
|
-
* @type {string}
|
|
13515
|
-
* @memberof Collection
|
|
13516
|
-
*/
|
|
13517
|
-
'symbol': string | null;
|
|
13518
|
-
/**
|
|
13519
|
-
*
|
|
13520
|
-
* @type {CollectionContractType}
|
|
13521
|
-
* @memberof Collection
|
|
13522
|
-
*/
|
|
13523
|
-
'contract_type': CollectionContractType$1;
|
|
13524
|
-
/**
|
|
13525
|
-
* The address of the contract
|
|
13526
|
-
* @type {string}
|
|
13527
|
-
* @memberof Collection
|
|
13528
|
-
*/
|
|
13529
|
-
'contract_address': string;
|
|
13530
|
-
/**
|
|
13531
|
-
* The description of collection
|
|
13532
|
-
* @type {string}
|
|
13533
|
-
* @memberof Collection
|
|
13534
|
-
*/
|
|
13535
|
-
'description': string | null;
|
|
13536
|
-
/**
|
|
13537
|
-
* The url of the collection image
|
|
13538
|
-
* @type {string}
|
|
13539
|
-
* @memberof Collection
|
|
13540
|
-
*/
|
|
13541
|
-
'image': string | null;
|
|
13542
|
-
/**
|
|
13543
|
-
* The url of external link
|
|
13544
|
-
* @type {string}
|
|
13545
|
-
* @memberof Collection
|
|
13546
|
-
*/
|
|
13547
|
-
'external_link': string | null;
|
|
13548
|
-
/**
|
|
13549
|
-
* The uri for the metadata of the collection
|
|
13550
|
-
* @type {string}
|
|
13551
|
-
* @memberof Collection
|
|
13552
|
-
*/
|
|
13553
|
-
'contract_uri'?: string | null;
|
|
13554
|
-
/**
|
|
13555
|
-
* The metadata uri for nft
|
|
13556
|
-
* @type {string}
|
|
13557
|
-
* @memberof Collection
|
|
13558
|
-
*/
|
|
13559
|
-
'base_uri': string | null;
|
|
13560
|
-
/**
|
|
13561
|
-
*
|
|
13562
|
-
* @type {AssetVerificationStatus}
|
|
13563
|
-
* @memberof Collection
|
|
13564
|
-
*/
|
|
13565
|
-
'verification_status': AssetVerificationStatus$1;
|
|
13566
|
-
/**
|
|
13567
|
-
* When the collection was first indexed
|
|
13568
|
-
* @type {string}
|
|
13569
|
-
* @memberof Collection
|
|
13570
|
-
*/
|
|
13571
|
-
'indexed_at': string;
|
|
13572
|
-
/**
|
|
13573
|
-
* When the collection was last updated
|
|
13574
|
-
* @type {string}
|
|
13575
|
-
* @memberof Collection
|
|
13576
|
-
*/
|
|
13577
|
-
'updated_at': string;
|
|
13578
|
-
/**
|
|
13579
|
-
* When the collection metadata was last synced
|
|
13580
|
-
* @type {string}
|
|
13581
|
-
* @memberof Collection
|
|
13582
|
-
*/
|
|
13583
|
-
'metadata_synced_at': string | null;
|
|
13584
|
-
}
|
|
13585
|
-
|
|
13586
|
-
/**
|
|
13587
|
-
* Immutable zkEVM API
|
|
13588
|
-
* Immutable Multi Rollup API
|
|
13589
|
-
*
|
|
13590
|
-
* The version of the OpenAPI document: 1.0.0
|
|
13591
|
-
* Contact: support@immutable.com
|
|
13592
|
-
*
|
|
13593
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13594
|
-
* https://openapi-generator.tech
|
|
13595
|
-
* Do not edit the class manually.
|
|
13596
|
-
*/
|
|
13597
|
-
/**
|
|
13598
|
-
*
|
|
13599
|
-
* @export
|
|
13600
|
-
* @interface CollectionMetadata
|
|
13601
|
-
*/
|
|
13602
|
-
interface CollectionMetadata$1 {
|
|
13603
|
-
/**
|
|
13604
|
-
* The name of the collection
|
|
13605
|
-
* @type {string}
|
|
13606
|
-
* @memberof CollectionMetadata
|
|
13607
|
-
*/
|
|
13608
|
-
'name': string | null;
|
|
13609
|
-
/**
|
|
13610
|
-
* The symbol of contract
|
|
13611
|
-
* @type {string}
|
|
13612
|
-
* @memberof CollectionMetadata
|
|
13613
|
-
*/
|
|
13614
|
-
'symbol': string | null;
|
|
13615
|
-
/**
|
|
13616
|
-
* The description of collection
|
|
13617
|
-
* @type {string}
|
|
13618
|
-
* @memberof CollectionMetadata
|
|
13619
|
-
*/
|
|
13620
|
-
'description': string | null;
|
|
13621
|
-
/**
|
|
13622
|
-
* The url of the collection image
|
|
13623
|
-
* @type {string}
|
|
13624
|
-
* @memberof CollectionMetadata
|
|
13625
|
-
*/
|
|
13626
|
-
'image': string | null;
|
|
13627
|
-
/**
|
|
13628
|
-
* The url of external link
|
|
13629
|
-
* @type {string}
|
|
13630
|
-
* @memberof CollectionMetadata
|
|
13631
|
-
*/
|
|
13632
|
-
'external_link': string | null;
|
|
13633
|
-
/**
|
|
13634
|
-
* The uri for the metadata of the collection
|
|
13635
|
-
* @type {string}
|
|
13636
|
-
* @memberof CollectionMetadata
|
|
13637
|
-
*/
|
|
13638
|
-
'contract_uri': string | null;
|
|
13639
|
-
/**
|
|
13640
|
-
* The metadata uri for nft
|
|
13641
|
-
* @type {string}
|
|
13642
|
-
* @memberof CollectionMetadata
|
|
13643
|
-
*/
|
|
13644
|
-
'base_uri': string | null;
|
|
13645
|
-
}
|
|
13646
|
-
|
|
13647
|
-
/**
|
|
13648
|
-
* Immutable zkEVM API
|
|
13649
|
-
* Immutable Multi Rollup API
|
|
13650
|
-
*
|
|
13651
|
-
* The version of the OpenAPI document: 1.0.0
|
|
13652
|
-
* Contact: support@immutable.com
|
|
13653
|
-
*
|
|
13654
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13655
|
-
* https://openapi-generator.tech
|
|
13656
|
-
* Do not edit the class manually.
|
|
13657
|
-
*/
|
|
13658
|
-
/**
|
|
13659
|
-
* @type NFTMetadataAttributeValue
|
|
13660
|
-
* The metadata trait value
|
|
13661
|
-
* @export
|
|
13662
|
-
*/
|
|
13663
|
-
type NFTMetadataAttributeValue$1 = boolean | number | string;
|
|
13664
|
-
|
|
13665
|
-
/**
|
|
13666
|
-
* Immutable zkEVM API
|
|
13667
|
-
* Immutable Multi Rollup API
|
|
13668
|
-
*
|
|
13669
|
-
* The version of the OpenAPI document: 1.0.0
|
|
13670
|
-
* Contact: support@immutable.com
|
|
13671
|
-
*
|
|
13672
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13673
|
-
* https://openapi-generator.tech
|
|
13674
|
-
* Do not edit the class manually.
|
|
13675
|
-
*/
|
|
13676
|
-
|
|
13677
|
-
/**
|
|
13678
|
-
*
|
|
13679
|
-
* @export
|
|
13680
|
-
* @interface NFTMetadataAttribute
|
|
13681
|
-
*/
|
|
13682
|
-
interface NFTMetadataAttribute$1 {
|
|
13683
|
-
/**
|
|
13684
|
-
* Display type for this attribute
|
|
13685
|
-
* @type {string}
|
|
13686
|
-
* @memberof NFTMetadataAttribute
|
|
13687
|
-
*/
|
|
13688
|
-
'display_type'?: NFTMetadataAttributeDisplayTypeEnum$1;
|
|
13689
|
-
/**
|
|
13690
|
-
* The metadata trait type
|
|
13691
|
-
* @type {string}
|
|
13692
|
-
* @memberof NFTMetadataAttribute
|
|
13693
|
-
*/
|
|
13694
|
-
'trait_type': string;
|
|
13695
|
-
/**
|
|
13696
|
-
*
|
|
13697
|
-
* @type {NFTMetadataAttributeValue}
|
|
13698
|
-
* @memberof NFTMetadataAttribute
|
|
13699
|
-
*/
|
|
13700
|
-
'value': NFTMetadataAttributeValue$1;
|
|
13701
|
-
}
|
|
13702
|
-
declare const NFTMetadataAttributeDisplayTypeEnum$1: {
|
|
13703
|
-
readonly Number: "number";
|
|
13704
|
-
readonly BoostPercentage: "boost_percentage";
|
|
13705
|
-
readonly BoostNumber: "boost_number";
|
|
13706
|
-
readonly Date: "date";
|
|
13707
|
-
};
|
|
13708
|
-
type NFTMetadataAttributeDisplayTypeEnum$1 = typeof NFTMetadataAttributeDisplayTypeEnum$1[keyof typeof NFTMetadataAttributeDisplayTypeEnum$1];
|
|
13709
|
-
|
|
13710
|
-
/**
|
|
13711
|
-
* Immutable zkEVM API
|
|
13712
|
-
* Immutable Multi Rollup API
|
|
13713
|
-
*
|
|
13714
|
-
* The version of the OpenAPI document: 1.0.0
|
|
13715
|
-
* Contact: support@immutable.com
|
|
13716
|
-
*
|
|
13717
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13718
|
-
* https://openapi-generator.tech
|
|
13719
|
-
* Do not edit the class manually.
|
|
13720
|
-
*/
|
|
13721
|
-
|
|
13722
|
-
/**
|
|
13723
|
-
* The NFT metadata. Total size of this object should not exceed 16 KiB
|
|
13724
|
-
* @export
|
|
13725
|
-
* @interface NFTMetadataRequest
|
|
13726
|
-
*/
|
|
13727
|
-
interface NFTMetadataRequest$1 {
|
|
13728
|
-
/**
|
|
13729
|
-
* The name of the NFT
|
|
13730
|
-
* @type {string}
|
|
13731
|
-
* @memberof NFTMetadataRequest
|
|
13732
|
-
*/
|
|
13733
|
-
'name'?: string | null;
|
|
13734
|
-
/**
|
|
13735
|
-
* The description of the NFT
|
|
13736
|
-
* @type {string}
|
|
13737
|
-
* @memberof NFTMetadataRequest
|
|
13738
|
-
*/
|
|
13739
|
-
'description'?: string | null;
|
|
13740
|
-
/**
|
|
13741
|
-
* The image url of the NFT
|
|
13742
|
-
* @type {string}
|
|
13743
|
-
* @memberof NFTMetadataRequest
|
|
13744
|
-
*/
|
|
13745
|
-
'image'?: string | null;
|
|
13746
|
-
/**
|
|
13747
|
-
* The external link of the NFT
|
|
13748
|
-
* @type {string}
|
|
13749
|
-
* @memberof NFTMetadataRequest
|
|
13750
|
-
*/
|
|
13751
|
-
'external_url'?: string | null;
|
|
13752
|
-
/**
|
|
13753
|
-
* The animation url of the NFT
|
|
13754
|
-
* @type {string}
|
|
13755
|
-
* @memberof NFTMetadataRequest
|
|
13756
|
-
*/
|
|
13757
|
-
'animation_url'?: string | null;
|
|
13758
|
-
/**
|
|
13759
|
-
* The youtube link of the NFT
|
|
13760
|
-
* @type {string}
|
|
13761
|
-
* @memberof NFTMetadataRequest
|
|
13762
|
-
*/
|
|
13763
|
-
'youtube_url'?: string | null;
|
|
13764
|
-
/**
|
|
13765
|
-
* List of Metadata attributes
|
|
13766
|
-
* @type {Array<NFTMetadataAttribute>}
|
|
13767
|
-
* @memberof NFTMetadataRequest
|
|
13768
|
-
*/
|
|
13769
|
-
'attributes'?: Array<NFTMetadataAttribute$1> | null;
|
|
13770
|
-
}
|
|
13771
|
-
|
|
13772
|
-
/**
|
|
13773
|
-
* Immutable zkEVM API
|
|
13774
|
-
* Immutable Multi Rollup API
|
|
13775
|
-
*
|
|
13776
|
-
* The version of the OpenAPI document: 1.0.0
|
|
13777
|
-
* Contact: support@immutable.com
|
|
13778
|
-
*
|
|
13779
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13780
|
-
* https://openapi-generator.tech
|
|
13781
|
-
* Do not edit the class manually.
|
|
13782
|
-
*/
|
|
13783
|
-
|
|
13784
|
-
/**
|
|
13785
|
-
*
|
|
13786
|
-
* @export
|
|
13787
|
-
* @interface MintAsset
|
|
13788
|
-
*/
|
|
13789
|
-
interface MintAsset$1 {
|
|
13790
|
-
/**
|
|
13791
|
-
* The id of this asset in the system that originates the mint request
|
|
13792
|
-
* @type {string}
|
|
13793
|
-
* @memberof MintAsset
|
|
13794
|
-
*/
|
|
13795
|
-
'reference_id': string;
|
|
13796
|
-
/**
|
|
13797
|
-
* The address of the receiver
|
|
13798
|
-
* @type {string}
|
|
13799
|
-
* @memberof MintAsset
|
|
13800
|
-
*/
|
|
13801
|
-
'owner_address': string;
|
|
13802
|
-
/**
|
|
13803
|
-
* An optional `uint256` token id as string. Required for ERC1155 collections.
|
|
13804
|
-
* @type {string}
|
|
13805
|
-
* @memberof MintAsset
|
|
13806
|
-
*/
|
|
13807
|
-
'token_id'?: string | null;
|
|
13808
|
-
/**
|
|
13809
|
-
* Optional mount of tokens to mint. Required for ERC1155 collections. ERC712 collections can omit this field or set it to 1
|
|
13810
|
-
* @type {string}
|
|
13811
|
-
* @memberof MintAsset
|
|
13812
|
-
*/
|
|
13813
|
-
'amount'?: string | null;
|
|
13814
|
-
/**
|
|
13815
|
-
*
|
|
13816
|
-
* @type {NFTMetadataRequest}
|
|
13817
|
-
* @memberof MintAsset
|
|
13818
|
-
*/
|
|
13819
|
-
'metadata'?: NFTMetadataRequest$1;
|
|
13820
|
-
}
|
|
13821
|
-
|
|
13822
|
-
/**
|
|
13823
|
-
* Immutable zkEVM API
|
|
13824
|
-
* Immutable Multi Rollup API
|
|
13825
|
-
*
|
|
13826
|
-
* The version of the OpenAPI document: 1.0.0
|
|
13827
|
-
* Contact: support@immutable.com
|
|
13828
|
-
*
|
|
13829
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13830
|
-
* https://openapi-generator.tech
|
|
13831
|
-
* Do not edit the class manually.
|
|
13832
|
-
*/
|
|
13833
|
-
|
|
13834
|
-
/**
|
|
13835
|
-
*
|
|
13836
|
-
* @export
|
|
13837
|
-
* @interface CreateMintRequestRequest
|
|
13838
|
-
*/
|
|
13839
|
-
interface CreateMintRequestRequest$1 {
|
|
13840
|
-
/**
|
|
13841
|
-
* List of nft to be minted
|
|
13842
|
-
* @type {Array<MintAsset>}
|
|
13843
|
-
* @memberof CreateMintRequestRequest
|
|
13844
|
-
*/
|
|
13845
|
-
'assets': Array<MintAsset$1>;
|
|
13846
|
-
}
|
|
13847
|
-
|
|
13848
|
-
/**
|
|
13849
|
-
* Immutable zkEVM API
|
|
13850
|
-
* Immutable Multi Rollup API
|
|
13851
|
-
*
|
|
13852
|
-
* The version of the OpenAPI document: 1.0.0
|
|
13853
|
-
* Contact: support@immutable.com
|
|
13854
|
-
*
|
|
13855
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13856
|
-
* https://openapi-generator.tech
|
|
13857
|
-
* Do not edit the class manually.
|
|
13858
|
-
*/
|
|
13859
|
-
/**
|
|
13860
|
-
*
|
|
13861
|
-
* @export
|
|
13862
|
-
* @interface CreateMintRequestResult
|
|
13863
|
-
*/
|
|
13864
|
-
interface CreateMintRequestResult$1 {
|
|
13865
|
-
/**
|
|
13866
|
-
*
|
|
13867
|
-
* @type {string}
|
|
13868
|
-
* @memberof CreateMintRequestResult
|
|
13869
|
-
*/
|
|
13870
|
-
'imx_mint_requests_limit': string;
|
|
13871
|
-
/**
|
|
13872
|
-
*
|
|
13873
|
-
* @type {string}
|
|
13874
|
-
* @memberof CreateMintRequestResult
|
|
13875
|
-
*/
|
|
13876
|
-
'imx_mint_requests_limit_reset': string;
|
|
13877
|
-
/**
|
|
13878
|
-
*
|
|
13879
|
-
* @type {string}
|
|
13880
|
-
* @memberof CreateMintRequestResult
|
|
13881
|
-
*/
|
|
13882
|
-
'imx_remaining_mint_requests': string;
|
|
13883
|
-
/**
|
|
13884
|
-
*
|
|
13885
|
-
* @type {string}
|
|
13886
|
-
* @memberof CreateMintRequestResult
|
|
13887
|
-
*/
|
|
13888
|
-
'imx_mint_requests_retry_after': string;
|
|
13889
|
-
}
|
|
13890
|
-
|
|
13891
|
-
/**
|
|
13892
|
-
* Immutable zkEVM API
|
|
13893
|
-
* Immutable Multi Rollup API
|
|
13894
|
-
*
|
|
13895
|
-
* The version of the OpenAPI document: 1.0.0
|
|
13896
|
-
* Contact: support@immutable.com
|
|
13897
|
-
*
|
|
13898
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13899
|
-
* https://openapi-generator.tech
|
|
13900
|
-
* Do not edit the class manually.
|
|
13901
|
-
*/
|
|
13902
|
-
|
|
13903
|
-
/**
|
|
13904
|
-
* Single activity
|
|
13905
|
-
* @export
|
|
13906
|
-
* @interface GetActivityResult
|
|
13907
|
-
*/
|
|
13908
|
-
interface GetActivityResult$1 {
|
|
13909
|
-
/**
|
|
13910
|
-
*
|
|
13911
|
-
* @type {Activity}
|
|
13912
|
-
* @memberof GetActivityResult
|
|
13913
|
-
*/
|
|
13914
|
-
'result': Activity$1;
|
|
13915
|
-
}
|
|
13916
|
-
|
|
13917
|
-
/**
|
|
13918
|
-
* Immutable zkEVM API
|
|
13919
|
-
* Immutable Multi Rollup API
|
|
13920
|
-
*
|
|
13921
|
-
* The version of the OpenAPI document: 1.0.0
|
|
13922
|
-
* Contact: support@immutable.com
|
|
13923
|
-
*
|
|
13924
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13925
|
-
* https://openapi-generator.tech
|
|
13926
|
-
* Do not edit the class manually.
|
|
13927
|
-
*/
|
|
13928
|
-
|
|
13929
|
-
/**
|
|
13930
|
-
* Single Collection
|
|
13931
|
-
* @export
|
|
13932
|
-
* @interface GetCollectionResult
|
|
13933
|
-
*/
|
|
13934
|
-
interface GetCollectionResult$1 {
|
|
13935
|
-
/**
|
|
13936
|
-
*
|
|
13937
|
-
* @type {Collection}
|
|
13938
|
-
* @memberof GetCollectionResult
|
|
13939
|
-
*/
|
|
13940
|
-
'result': Collection$2;
|
|
13941
|
-
}
|
|
13942
|
-
|
|
13943
|
-
/**
|
|
13944
|
-
* Immutable zkEVM API
|
|
13945
|
-
* Immutable Multi Rollup API
|
|
13946
|
-
*
|
|
13947
|
-
* The version of the OpenAPI document: 1.0.0
|
|
13948
|
-
* Contact: support@immutable.com
|
|
13949
|
-
*
|
|
13950
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13951
|
-
* https://openapi-generator.tech
|
|
13952
|
-
* Do not edit the class manually.
|
|
13953
|
-
*/
|
|
13954
|
-
|
|
13955
|
-
/**
|
|
13956
|
-
*
|
|
13957
|
-
* @export
|
|
13958
|
-
* @interface Metadata
|
|
13959
|
-
*/
|
|
13960
|
-
interface Metadata$1 {
|
|
13961
|
-
/**
|
|
13962
|
-
* Metadata id in UUIDv4 format
|
|
13963
|
-
* @type {string}
|
|
13964
|
-
* @memberof Metadata
|
|
13965
|
-
*/
|
|
13966
|
-
'id': string;
|
|
13967
|
-
/**
|
|
13968
|
-
*
|
|
13969
|
-
* @type {Chain}
|
|
13970
|
-
* @memberof Metadata
|
|
13971
|
-
*/
|
|
13972
|
-
'chain': Chain$3;
|
|
13973
|
-
/**
|
|
13974
|
-
* The contract address of the metadata
|
|
13975
|
-
* @type {string}
|
|
13976
|
-
* @memberof Metadata
|
|
13977
|
-
*/
|
|
13978
|
-
'contract_address': string;
|
|
13979
|
-
/**
|
|
13980
|
-
* When the metadata was created
|
|
13981
|
-
* @type {string}
|
|
13982
|
-
* @memberof Metadata
|
|
13983
|
-
*/
|
|
13984
|
-
'created_at': string;
|
|
13985
|
-
/**
|
|
13986
|
-
* When the metadata was last updated
|
|
13987
|
-
* @type {string}
|
|
13988
|
-
* @memberof Metadata
|
|
13989
|
-
*/
|
|
13990
|
-
'updated_at': string | null;
|
|
13991
|
-
/**
|
|
13992
|
-
* The name of the NFT
|
|
13993
|
-
* @type {string}
|
|
13994
|
-
* @memberof Metadata
|
|
13995
|
-
*/
|
|
13996
|
-
'name': string | null;
|
|
13997
|
-
/**
|
|
13998
|
-
* The description of the NFT
|
|
13999
|
-
* @type {string}
|
|
14000
|
-
* @memberof Metadata
|
|
14001
|
-
*/
|
|
14002
|
-
'description': string | null;
|
|
14003
|
-
/**
|
|
14004
|
-
* The image url of the NFT
|
|
14005
|
-
* @type {string}
|
|
14006
|
-
* @memberof Metadata
|
|
14007
|
-
*/
|
|
14008
|
-
'image': string | null;
|
|
14009
|
-
/**
|
|
14010
|
-
* The external website link of NFT
|
|
14011
|
-
* @type {string}
|
|
14012
|
-
* @memberof Metadata
|
|
14013
|
-
*/
|
|
14014
|
-
'external_url'?: string | null;
|
|
14015
|
-
/**
|
|
14016
|
-
* The animation url of the NFT
|
|
14017
|
-
* @type {string}
|
|
14018
|
-
* @memberof Metadata
|
|
14019
|
-
*/
|
|
14020
|
-
'animation_url': string | null;
|
|
14021
|
-
/**
|
|
14022
|
-
* The youtube URL of NFT
|
|
14023
|
-
* @type {string}
|
|
14024
|
-
* @memberof Metadata
|
|
14025
|
-
*/
|
|
14026
|
-
'youtube_url': string | null;
|
|
14027
|
-
/**
|
|
14028
|
-
* List of Metadata attributes
|
|
14029
|
-
* @type {Array<NFTMetadataAttribute>}
|
|
14030
|
-
* @memberof Metadata
|
|
14031
|
-
*/
|
|
14032
|
-
'attributes': Array<NFTMetadataAttribute$1> | null;
|
|
14033
|
-
}
|
|
14034
|
-
|
|
14035
|
-
/**
|
|
14036
|
-
* Immutable zkEVM API
|
|
14037
|
-
* Immutable Multi Rollup API
|
|
14038
|
-
*
|
|
14039
|
-
* The version of the OpenAPI document: 1.0.0
|
|
14040
|
-
* Contact: support@immutable.com
|
|
14041
|
-
*
|
|
14042
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14043
|
-
* https://openapi-generator.tech
|
|
14044
|
-
* Do not edit the class manually.
|
|
14045
|
-
*/
|
|
14046
|
-
|
|
14047
|
-
/**
|
|
14048
|
-
* Single metadata
|
|
14049
|
-
* @export
|
|
14050
|
-
* @interface GetMetadataResult
|
|
14051
|
-
*/
|
|
14052
|
-
interface GetMetadataResult$1 {
|
|
14053
|
-
/**
|
|
14054
|
-
*
|
|
14055
|
-
* @type {Metadata}
|
|
14056
|
-
* @memberof GetMetadataResult
|
|
14057
|
-
*/
|
|
14058
|
-
'result': Metadata$1;
|
|
14059
|
-
}
|
|
14060
|
-
|
|
14061
|
-
/**
|
|
14062
|
-
* Immutable zkEVM API
|
|
14063
|
-
* Immutable Multi Rollup API
|
|
14064
|
-
*
|
|
14065
|
-
* The version of the OpenAPI document: 1.0.0
|
|
14066
|
-
* Contact: support@immutable.com
|
|
14067
|
-
*
|
|
14068
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14069
|
-
* https://openapi-generator.tech
|
|
14070
|
-
* Do not edit the class manually.
|
|
14071
|
-
*/
|
|
14072
|
-
/**
|
|
14073
|
-
* The error details in case the mint request fails
|
|
14074
|
-
* @export
|
|
14075
|
-
* @interface MintRequestErrorMessage
|
|
14076
|
-
*/
|
|
14077
|
-
interface MintRequestErrorMessage$1 {
|
|
14078
|
-
/**
|
|
14079
|
-
* An error message in case the mint request fails
|
|
14080
|
-
* @type {string}
|
|
14081
|
-
* @memberof MintRequestErrorMessage
|
|
14082
|
-
*/
|
|
14083
|
-
'message'?: string;
|
|
14084
|
-
}
|
|
14085
|
-
|
|
14086
|
-
/**
|
|
14087
|
-
* Immutable zkEVM API
|
|
14088
|
-
* Immutable Multi Rollup API
|
|
14089
|
-
*
|
|
14090
|
-
* The version of the OpenAPI document: 1.0.0
|
|
14091
|
-
* Contact: support@immutable.com
|
|
14092
|
-
*
|
|
14093
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14094
|
-
* https://openapi-generator.tech
|
|
14095
|
-
* Do not edit the class manually.
|
|
14096
|
-
*/
|
|
14097
|
-
/**
|
|
14098
|
-
* The status of the mint request
|
|
14099
|
-
* @export
|
|
14100
|
-
* @enum {string}
|
|
14101
|
-
*/
|
|
14102
|
-
declare const MintRequestStatus$1: {
|
|
14103
|
-
readonly Pending: "pending";
|
|
14104
|
-
readonly Succeeded: "succeeded";
|
|
14105
|
-
readonly Failed: "failed";
|
|
14106
|
-
};
|
|
14107
|
-
type MintRequestStatus$1 = typeof MintRequestStatus$1[keyof typeof MintRequestStatus$1];
|
|
14108
|
-
|
|
14109
|
-
/**
|
|
14110
|
-
* Immutable zkEVM API
|
|
14111
|
-
* Immutable Multi Rollup API
|
|
14112
|
-
*
|
|
14113
|
-
* The version of the OpenAPI document: 1.0.0
|
|
14114
|
-
* Contact: support@immutable.com
|
|
14115
|
-
*
|
|
14116
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14117
|
-
* https://openapi-generator.tech
|
|
14118
|
-
* Do not edit the class manually.
|
|
14119
|
-
*/
|
|
14120
|
-
|
|
14121
|
-
/**
|
|
14122
|
-
*
|
|
14123
|
-
* @export
|
|
14124
|
-
* @interface GetMintRequestResult
|
|
14125
|
-
*/
|
|
14126
|
-
interface GetMintRequestResult$1 {
|
|
14127
|
-
/**
|
|
14128
|
-
*
|
|
14129
|
-
* @type {Chain}
|
|
14130
|
-
* @memberof GetMintRequestResult
|
|
14131
|
-
*/
|
|
14132
|
-
'chain': Chain$3;
|
|
14133
|
-
/**
|
|
14134
|
-
* The address of the contract
|
|
14135
|
-
* @type {string}
|
|
14136
|
-
* @memberof GetMintRequestResult
|
|
14137
|
-
*/
|
|
14138
|
-
'collection_address': string;
|
|
14139
|
-
/**
|
|
14140
|
-
* The reference id of this mint request
|
|
14141
|
-
* @type {string}
|
|
14142
|
-
* @memberof GetMintRequestResult
|
|
14143
|
-
*/
|
|
14144
|
-
'reference_id': string;
|
|
14145
|
-
/**
|
|
14146
|
-
* The address of the owner of the NFT
|
|
14147
|
-
* @type {string}
|
|
14148
|
-
* @memberof GetMintRequestResult
|
|
14149
|
-
*/
|
|
14150
|
-
'owner_address': string;
|
|
14151
|
-
/**
|
|
14152
|
-
* An `uint256` token id as string. Only available when the mint request succeeds
|
|
14153
|
-
* @type {string}
|
|
14154
|
-
* @memberof GetMintRequestResult
|
|
14155
|
-
*/
|
|
14156
|
-
'token_id': string | null;
|
|
14157
|
-
/**
|
|
14158
|
-
* An `uint256` amount as string. Only relevant for mint requests on ERC1155 contracts
|
|
14159
|
-
* @type {string}
|
|
14160
|
-
* @memberof GetMintRequestResult
|
|
14161
|
-
*/
|
|
14162
|
-
'amount'?: string | null;
|
|
14163
|
-
/**
|
|
14164
|
-
* The id of the mint activity associated with this mint request
|
|
14165
|
-
* @type {string}
|
|
14166
|
-
* @memberof GetMintRequestResult
|
|
14167
|
-
*/
|
|
14168
|
-
'activity_id'?: string | null;
|
|
14169
|
-
/**
|
|
14170
|
-
* The transaction hash of the activity
|
|
14171
|
-
* @type {string}
|
|
14172
|
-
* @memberof GetMintRequestResult
|
|
14173
|
-
*/
|
|
14174
|
-
'transaction_hash': string | null;
|
|
14175
|
-
/**
|
|
14176
|
-
* When the mint request was created
|
|
14177
|
-
* @type {string}
|
|
14178
|
-
* @memberof GetMintRequestResult
|
|
14179
|
-
*/
|
|
14180
|
-
'created_at': string;
|
|
14181
|
-
/**
|
|
14182
|
-
* When the mint request was last updated
|
|
14183
|
-
* @type {string}
|
|
14184
|
-
* @memberof GetMintRequestResult
|
|
14185
|
-
*/
|
|
14186
|
-
'updated_at': string;
|
|
14187
|
-
/**
|
|
14188
|
-
*
|
|
14189
|
-
* @type {MintRequestErrorMessage}
|
|
14190
|
-
* @memberof GetMintRequestResult
|
|
14191
|
-
*/
|
|
14192
|
-
'error': MintRequestErrorMessage$1 | null;
|
|
14193
|
-
/**
|
|
14194
|
-
*
|
|
14195
|
-
* @type {MintRequestStatus}
|
|
14196
|
-
* @memberof GetMintRequestResult
|
|
14197
|
-
*/
|
|
14198
|
-
'status': MintRequestStatus$1;
|
|
14199
|
-
}
|
|
14200
|
-
|
|
14201
|
-
/**
|
|
14202
|
-
* Immutable zkEVM API
|
|
14203
|
-
* Immutable Multi Rollup API
|
|
14204
|
-
*
|
|
14205
|
-
* The version of the OpenAPI document: 1.0.0
|
|
14206
|
-
* Contact: support@immutable.com
|
|
14207
|
-
*
|
|
14208
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14209
|
-
* https://openapi-generator.tech
|
|
14210
|
-
* Do not edit the class manually.
|
|
14211
|
-
*/
|
|
14212
|
-
|
|
14213
|
-
/**
|
|
14214
|
-
*
|
|
14215
|
-
* @export
|
|
14216
|
-
* @interface NFT
|
|
14217
|
-
*/
|
|
14218
|
-
interface NFT$1 {
|
|
14219
|
-
/**
|
|
14220
|
-
*
|
|
14221
|
-
* @type {Chain}
|
|
14222
|
-
* @memberof NFT
|
|
14223
|
-
*/
|
|
14224
|
-
'chain': Chain$3;
|
|
14225
|
-
/**
|
|
14226
|
-
* An `uint256` token id as string
|
|
14227
|
-
* @type {string}
|
|
14228
|
-
* @memberof NFT
|
|
14229
|
-
*/
|
|
14230
|
-
'token_id': string;
|
|
14231
|
-
/**
|
|
14232
|
-
* The contract address of the NFT
|
|
14233
|
-
* @type {string}
|
|
14234
|
-
* @memberof NFT
|
|
14235
|
-
*/
|
|
14236
|
-
'contract_address': string;
|
|
14237
|
-
/**
|
|
14238
|
-
*
|
|
14239
|
-
* @type {NFTContractType}
|
|
14240
|
-
* @memberof NFT
|
|
14241
|
-
*/
|
|
14242
|
-
'contract_type': NFTContractType$1;
|
|
14243
|
-
/**
|
|
14244
|
-
* When the NFT was first indexed
|
|
14245
|
-
* @type {string}
|
|
14246
|
-
* @memberof NFT
|
|
14247
|
-
*/
|
|
14248
|
-
'indexed_at': string;
|
|
14249
|
-
/**
|
|
14250
|
-
* When the NFT owner was last updated
|
|
14251
|
-
* @type {string}
|
|
14252
|
-
* @memberof NFT
|
|
14253
|
-
*/
|
|
14254
|
-
'updated_at': string;
|
|
14255
|
-
/**
|
|
14256
|
-
* When NFT metadata was last synced
|
|
14257
|
-
* @type {string}
|
|
14258
|
-
* @memberof NFT
|
|
14259
|
-
*/
|
|
14260
|
-
'metadata_synced_at': string | null;
|
|
14261
|
-
/**
|
|
14262
|
-
* The id of the metadata of this NFT
|
|
14263
|
-
* @type {string}
|
|
14264
|
-
* @memberof NFT
|
|
14265
|
-
*/
|
|
14266
|
-
'metadata_id'?: string | null;
|
|
14267
|
-
/**
|
|
14268
|
-
* The name of the NFT
|
|
14269
|
-
* @type {string}
|
|
14270
|
-
* @memberof NFT
|
|
14271
|
-
*/
|
|
14272
|
-
'name': string | null;
|
|
14273
|
-
/**
|
|
14274
|
-
* The description of the NFT
|
|
14275
|
-
* @type {string}
|
|
14276
|
-
* @memberof NFT
|
|
14277
|
-
*/
|
|
14278
|
-
'description': string | null;
|
|
14279
|
-
/**
|
|
14280
|
-
* The image url of the NFT
|
|
14281
|
-
* @type {string}
|
|
14282
|
-
* @memberof NFT
|
|
14283
|
-
*/
|
|
14284
|
-
'image': string | null;
|
|
14285
|
-
/**
|
|
14286
|
-
* The external website link of NFT
|
|
14287
|
-
* @type {string}
|
|
14288
|
-
* @memberof NFT
|
|
14289
|
-
*/
|
|
14290
|
-
'external_link': string | null;
|
|
14291
|
-
/**
|
|
14292
|
-
* The animation url of the NFT
|
|
14293
|
-
* @type {string}
|
|
14294
|
-
* @memberof NFT
|
|
14295
|
-
*/
|
|
14296
|
-
'animation_url': string | null;
|
|
14297
|
-
/**
|
|
14298
|
-
* The youtube URL of NFT
|
|
14299
|
-
* @type {string}
|
|
14300
|
-
* @memberof NFT
|
|
14301
|
-
*/
|
|
14302
|
-
'youtube_url': string | null;
|
|
14303
|
-
/**
|
|
14304
|
-
* List of NFT Metadata attributes
|
|
14305
|
-
* @type {Array<NFTMetadataAttribute>}
|
|
14306
|
-
* @memberof NFT
|
|
14307
|
-
*/
|
|
14308
|
-
'attributes': Array<NFTMetadataAttribute$1>;
|
|
14309
|
-
/**
|
|
14310
|
-
* The total supply of NFT
|
|
14311
|
-
* @type {string}
|
|
14312
|
-
* @memberof NFT
|
|
14313
|
-
*/
|
|
14314
|
-
'total_supply'?: string | null;
|
|
14315
|
-
}
|
|
14316
|
-
|
|
14317
|
-
/**
|
|
14318
|
-
* Immutable zkEVM API
|
|
14319
|
-
* Immutable Multi Rollup API
|
|
14320
|
-
*
|
|
14321
|
-
* The version of the OpenAPI document: 1.0.0
|
|
14322
|
-
* Contact: support@immutable.com
|
|
14323
|
-
*
|
|
14324
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14325
|
-
* https://openapi-generator.tech
|
|
14326
|
-
* Do not edit the class manually.
|
|
14327
|
-
*/
|
|
14328
|
-
|
|
14329
|
-
/**
|
|
14330
|
-
* Single NFT
|
|
14331
|
-
* @export
|
|
14332
|
-
* @interface GetNFTResult
|
|
14333
|
-
*/
|
|
14334
|
-
interface GetNFTResult$1 {
|
|
14335
|
-
/**
|
|
14336
|
-
*
|
|
14337
|
-
* @type {NFT}
|
|
14338
|
-
* @memberof GetNFTResult
|
|
14339
|
-
*/
|
|
14340
|
-
'result': NFT$1;
|
|
14341
|
-
}
|
|
14342
|
-
|
|
14343
|
-
/**
|
|
14344
|
-
* Immutable zkEVM API
|
|
14345
|
-
* Immutable Multi Rollup API
|
|
14346
|
-
*
|
|
14347
|
-
* The version of the OpenAPI document: 1.0.0
|
|
14348
|
-
* Contact: support@immutable.com
|
|
14349
|
-
*
|
|
14350
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14351
|
-
* https://openapi-generator.tech
|
|
14352
|
-
* Do not edit the class manually.
|
|
14353
|
-
*/
|
|
14354
|
-
|
|
14355
|
-
/**
|
|
14356
|
-
*
|
|
14357
|
-
* @export
|
|
14358
|
-
* @interface Token
|
|
14359
|
-
*/
|
|
14360
|
-
interface Token$2 {
|
|
14361
|
-
/**
|
|
14362
|
-
*
|
|
14363
|
-
* @type {Chain}
|
|
14364
|
-
* @memberof Token
|
|
14365
|
-
*/
|
|
14366
|
-
'chain': Chain$3;
|
|
14367
|
-
/**
|
|
14368
|
-
* The address of token contract
|
|
14369
|
-
* @type {string}
|
|
14370
|
-
* @memberof Token
|
|
14371
|
-
*/
|
|
14372
|
-
'contract_address': string;
|
|
14373
|
-
/**
|
|
14374
|
-
* The address of root token contract
|
|
14375
|
-
* @type {string}
|
|
14376
|
-
* @memberof Token
|
|
14377
|
-
*/
|
|
14378
|
-
'root_contract_address': string | null;
|
|
14379
|
-
/**
|
|
14380
|
-
* The id of the root chain for a bridged token
|
|
14381
|
-
* @type {string}
|
|
14382
|
-
* @memberof Token
|
|
14383
|
-
*/
|
|
14384
|
-
'root_chain_id'?: string | null;
|
|
14385
|
-
/**
|
|
14386
|
-
* The name of the bridge, for bridged tokens only
|
|
14387
|
-
* @type {string}
|
|
14388
|
-
* @memberof Token
|
|
14389
|
-
*/
|
|
14390
|
-
'bridge_used'?: string | null;
|
|
14391
|
-
/**
|
|
14392
|
-
* The symbol of token
|
|
14393
|
-
* @type {string}
|
|
14394
|
-
* @memberof Token
|
|
14395
|
-
*/
|
|
14396
|
-
'symbol': string | null;
|
|
14397
|
-
/**
|
|
14398
|
-
* The decimals of token
|
|
14399
|
-
* @type {number}
|
|
14400
|
-
* @memberof Token
|
|
14401
|
-
*/
|
|
14402
|
-
'decimals': number | null;
|
|
14403
|
-
/**
|
|
14404
|
-
* The image url of token
|
|
14405
|
-
* @type {string}
|
|
14406
|
-
* @memberof Token
|
|
14407
|
-
*/
|
|
14408
|
-
'image_url': string | null;
|
|
14409
|
-
/**
|
|
14410
|
-
* The name of token
|
|
14411
|
-
* @type {string}
|
|
14412
|
-
* @memberof Token
|
|
14413
|
-
*/
|
|
14414
|
-
'name': string | null;
|
|
14415
|
-
/**
|
|
14416
|
-
*
|
|
14417
|
-
* @type {AssetVerificationStatus}
|
|
14418
|
-
* @memberof Token
|
|
14419
|
-
*/
|
|
14420
|
-
'verification_status': AssetVerificationStatus$1;
|
|
14421
|
-
/**
|
|
14422
|
-
* When the collection was last updated
|
|
14423
|
-
* @type {string}
|
|
14424
|
-
* @memberof Token
|
|
14425
|
-
*/
|
|
14426
|
-
'updated_at': string;
|
|
14427
|
-
/**
|
|
14428
|
-
* Indicates whether the token is canonical or not
|
|
14429
|
-
* @type {boolean}
|
|
14430
|
-
* @memberof Token
|
|
14431
|
-
*/
|
|
14432
|
-
'is_canonical': boolean;
|
|
14433
|
-
}
|
|
14434
|
-
|
|
14435
|
-
/**
|
|
14436
|
-
* Immutable zkEVM API
|
|
14437
|
-
* Immutable Multi Rollup API
|
|
14438
|
-
*
|
|
14439
|
-
* The version of the OpenAPI document: 1.0.0
|
|
14440
|
-
* Contact: support@immutable.com
|
|
14441
|
-
*
|
|
14442
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14443
|
-
* https://openapi-generator.tech
|
|
14444
|
-
* Do not edit the class manually.
|
|
14445
|
-
*/
|
|
14446
|
-
|
|
14447
|
-
/**
|
|
14448
|
-
* Single Token
|
|
14449
|
-
* @export
|
|
14450
|
-
* @interface GetTokenResult
|
|
14451
|
-
*/
|
|
14452
|
-
interface GetTokenResult$1 {
|
|
14453
|
-
/**
|
|
14454
|
-
*
|
|
14455
|
-
* @type {Token}
|
|
14456
|
-
* @memberof GetTokenResult
|
|
14457
|
-
*/
|
|
14458
|
-
'result': Token$2;
|
|
14459
|
-
}
|
|
14460
|
-
|
|
14461
|
-
/**
|
|
14462
|
-
* Immutable zkEVM API
|
|
14463
|
-
* Immutable Multi Rollup API
|
|
14464
|
-
*
|
|
14465
|
-
* The version of the OpenAPI document: 1.0.0
|
|
14466
|
-
* Contact: support@immutable.com
|
|
14467
|
-
*
|
|
14468
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14469
|
-
* https://openapi-generator.tech
|
|
14470
|
-
* Do not edit the class manually.
|
|
14471
|
-
*/
|
|
14472
|
-
/**
|
|
14473
|
-
* Pagination properties
|
|
14474
|
-
* @export
|
|
14475
|
-
* @interface Page
|
|
14476
|
-
*/
|
|
14477
|
-
interface Page$3 {
|
|
14478
|
-
/**
|
|
14479
|
-
* First item as an encoded string
|
|
14480
|
-
* @type {string}
|
|
14481
|
-
* @memberof Page
|
|
14482
|
-
*/
|
|
14483
|
-
'previous_cursor': string | null;
|
|
14484
|
-
/**
|
|
14485
|
-
* Last item as an encoded string
|
|
14486
|
-
* @type {string}
|
|
14487
|
-
* @memberof Page
|
|
14488
|
-
*/
|
|
14489
|
-
'next_cursor': string | null;
|
|
14490
|
-
}
|
|
14491
|
-
|
|
14492
|
-
/**
|
|
14493
|
-
* Immutable zkEVM API
|
|
14494
|
-
* Immutable Multi Rollup API
|
|
14495
|
-
*
|
|
14496
|
-
* The version of the OpenAPI document: 1.0.0
|
|
14497
|
-
* Contact: support@immutable.com
|
|
14498
|
-
*
|
|
14499
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14500
|
-
* https://openapi-generator.tech
|
|
14501
|
-
* Do not edit the class manually.
|
|
14502
|
-
*/
|
|
14503
|
-
|
|
14504
|
-
/**
|
|
14505
|
-
* List activities response
|
|
14506
|
-
* @export
|
|
14507
|
-
* @interface ListActivitiesResult
|
|
14508
|
-
*/
|
|
14509
|
-
interface ListActivitiesResult$1 {
|
|
14510
|
-
/**
|
|
14511
|
-
* List of activities
|
|
14512
|
-
* @type {Array<Activity>}
|
|
14513
|
-
* @memberof ListActivitiesResult
|
|
14514
|
-
*/
|
|
14515
|
-
'result': Array<Activity$1>;
|
|
14516
|
-
/**
|
|
14517
|
-
*
|
|
14518
|
-
* @type {Page}
|
|
14519
|
-
* @memberof ListActivitiesResult
|
|
14520
|
-
*/
|
|
14521
|
-
'page': Page$3;
|
|
14522
|
-
}
|
|
14523
|
-
|
|
14524
|
-
/**
|
|
14525
|
-
* Immutable zkEVM API
|
|
14526
|
-
* Immutable Multi Rollup API
|
|
14527
|
-
*
|
|
14528
|
-
* The version of the OpenAPI document: 1.0.0
|
|
14529
|
-
* Contact: support@immutable.com
|
|
14530
|
-
*
|
|
14531
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14532
|
-
* https://openapi-generator.tech
|
|
14533
|
-
* Do not edit the class manually.
|
|
14534
|
-
*/
|
|
14535
|
-
|
|
14536
|
-
/**
|
|
14537
|
-
*
|
|
14538
|
-
* @export
|
|
14539
|
-
* @interface ListChainsResult
|
|
14540
|
-
*/
|
|
14541
|
-
interface ListChainsResult$1 {
|
|
14542
|
-
/**
|
|
14543
|
-
* List of chains
|
|
14544
|
-
* @type {Array<ChainWithDetails>}
|
|
14545
|
-
* @memberof ListChainsResult
|
|
14546
|
-
*/
|
|
14547
|
-
'result': Array<ChainWithDetails$1>;
|
|
14548
|
-
/**
|
|
14549
|
-
*
|
|
14550
|
-
* @type {Page}
|
|
14551
|
-
* @memberof ListChainsResult
|
|
14552
|
-
*/
|
|
14553
|
-
'page': Page$3;
|
|
14554
|
-
}
|
|
14555
|
-
|
|
14556
|
-
/**
|
|
14557
|
-
* Immutable zkEVM API
|
|
14558
|
-
* Immutable Multi Rollup API
|
|
14559
|
-
*
|
|
14560
|
-
* The version of the OpenAPI document: 1.0.0
|
|
14561
|
-
* Contact: support@immutable.com
|
|
14562
|
-
*
|
|
14563
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14564
|
-
* https://openapi-generator.tech
|
|
14565
|
-
* Do not edit the class manually.
|
|
14566
|
-
*/
|
|
14567
|
-
|
|
14568
|
-
/**
|
|
14569
|
-
*
|
|
14570
|
-
* @export
|
|
14571
|
-
* @interface ListCollectionsResult
|
|
14572
|
-
*/
|
|
14573
|
-
interface ListCollectionsResult$1 {
|
|
14574
|
-
/**
|
|
14575
|
-
* List of collections
|
|
14576
|
-
* @type {Array<Collection>}
|
|
14577
|
-
* @memberof ListCollectionsResult
|
|
14578
|
-
*/
|
|
14579
|
-
'result': Array<Collection$2>;
|
|
14580
|
-
/**
|
|
14581
|
-
*
|
|
14582
|
-
* @type {Page}
|
|
14583
|
-
* @memberof ListCollectionsResult
|
|
14584
|
-
*/
|
|
14585
|
-
'page': Page$3;
|
|
14586
|
-
}
|
|
14587
|
-
|
|
14588
|
-
/**
|
|
14589
|
-
* Immutable zkEVM API
|
|
14590
|
-
* Immutable Multi Rollup API
|
|
14591
|
-
*
|
|
14592
|
-
* The version of the OpenAPI document: 1.0.0
|
|
14593
|
-
* Contact: support@immutable.com
|
|
14594
|
-
*
|
|
14595
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14596
|
-
* https://openapi-generator.tech
|
|
14597
|
-
* Do not edit the class manually.
|
|
14598
|
-
*/
|
|
14599
|
-
|
|
14600
|
-
/**
|
|
14601
|
-
*
|
|
14602
|
-
* @export
|
|
14603
|
-
* @interface ListMetadataResult
|
|
14604
|
-
*/
|
|
14605
|
-
interface ListMetadataResult$1 {
|
|
14606
|
-
/**
|
|
14607
|
-
* List of metadata
|
|
14608
|
-
* @type {Array<Metadata>}
|
|
14609
|
-
* @memberof ListMetadataResult
|
|
14610
|
-
*/
|
|
14611
|
-
'result': Array<Metadata$1>;
|
|
14612
|
-
/**
|
|
14613
|
-
*
|
|
14614
|
-
* @type {Page}
|
|
14615
|
-
* @memberof ListMetadataResult
|
|
14616
|
-
*/
|
|
14617
|
-
'page': Page$3;
|
|
14618
|
-
}
|
|
14619
|
-
|
|
14620
|
-
/**
|
|
14621
|
-
* Immutable zkEVM API
|
|
14622
|
-
* Immutable Multi Rollup API
|
|
14623
|
-
*
|
|
14624
|
-
* The version of the OpenAPI document: 1.0.0
|
|
14625
|
-
* Contact: support@immutable.com
|
|
14626
|
-
*
|
|
14627
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14628
|
-
* https://openapi-generator.tech
|
|
14629
|
-
* Do not edit the class manually.
|
|
14630
|
-
*/
|
|
14631
|
-
|
|
14632
|
-
/**
|
|
14633
|
-
* List mint requests
|
|
14634
|
-
* @export
|
|
14635
|
-
* @interface ListMintRequestsResult
|
|
14636
|
-
*/
|
|
14637
|
-
interface ListMintRequestsResult$1 {
|
|
14638
|
-
/**
|
|
14639
|
-
* List of mint requests
|
|
14640
|
-
* @type {Array<GetMintRequestResult>}
|
|
14641
|
-
* @memberof ListMintRequestsResult
|
|
14642
|
-
*/
|
|
14643
|
-
'result': Array<GetMintRequestResult$1>;
|
|
14644
|
-
/**
|
|
14645
|
-
*
|
|
14646
|
-
* @type {Page}
|
|
14647
|
-
* @memberof ListMintRequestsResult
|
|
14648
|
-
*/
|
|
14649
|
-
'page': Page$3;
|
|
14650
|
-
}
|
|
14651
|
-
|
|
14652
|
-
/**
|
|
14653
|
-
* Immutable zkEVM API
|
|
14654
|
-
* Immutable Multi Rollup API
|
|
14655
|
-
*
|
|
14656
|
-
* The version of the OpenAPI document: 1.0.0
|
|
14657
|
-
* Contact: support@immutable.com
|
|
14658
|
-
*
|
|
14659
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14660
|
-
* https://openapi-generator.tech
|
|
14661
|
-
* Do not edit the class manually.
|
|
14662
|
-
*/
|
|
14663
|
-
|
|
14664
|
-
/**
|
|
14665
|
-
*
|
|
14666
|
-
* @export
|
|
14667
|
-
* @interface NFTOwner
|
|
14668
|
-
*/
|
|
14669
|
-
interface NFTOwner$1 {
|
|
14670
|
-
/**
|
|
14671
|
-
*
|
|
14672
|
-
* @type {Chain}
|
|
14673
|
-
* @memberof NFTOwner
|
|
14674
|
-
*/
|
|
14675
|
-
'chain': Chain$3;
|
|
14676
|
-
/**
|
|
14677
|
-
* The address of NFT contract
|
|
14678
|
-
* @type {string}
|
|
14679
|
-
* @memberof NFTOwner
|
|
14680
|
-
*/
|
|
14681
|
-
'contract_address': string;
|
|
14682
|
-
/**
|
|
14683
|
-
* An `uint256` token id as string
|
|
14684
|
-
* @type {string}
|
|
14685
|
-
* @memberof NFTOwner
|
|
14686
|
-
*/
|
|
14687
|
-
'token_id': string;
|
|
14688
|
-
/**
|
|
14689
|
-
* The account address of the owner of the NFT
|
|
14690
|
-
* @type {string}
|
|
14691
|
-
* @memberof NFTOwner
|
|
14692
|
-
*/
|
|
14693
|
-
'account_address': string;
|
|
14694
|
-
/**
|
|
14695
|
-
* (deprecated - use balance instead) The quantity of owned tokens (uint256 as string)
|
|
14696
|
-
* @type {string}
|
|
14697
|
-
* @memberof NFTOwner
|
|
14698
|
-
* @deprecated
|
|
14699
|
-
*/
|
|
14700
|
-
'quantity': string;
|
|
14701
|
-
/**
|
|
14702
|
-
* The amount of owned tokens (uint256 as string)
|
|
14703
|
-
* @type {string}
|
|
14704
|
-
* @memberof NFTOwner
|
|
14705
|
-
*/
|
|
14706
|
-
'balance': string;
|
|
14707
|
-
/**
|
|
14708
|
-
* When the NFT owner was last updated
|
|
14709
|
-
* @type {string}
|
|
14710
|
-
* @memberof NFTOwner
|
|
14711
|
-
*/
|
|
14712
|
-
'updated_at'?: string;
|
|
14713
|
-
}
|
|
14714
|
-
|
|
14715
|
-
/**
|
|
14716
|
-
* Immutable zkEVM API
|
|
14717
|
-
* Immutable Multi Rollup API
|
|
14718
|
-
*
|
|
14719
|
-
* The version of the OpenAPI document: 1.0.0
|
|
14720
|
-
* Contact: support@immutable.com
|
|
14721
|
-
*
|
|
14722
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14723
|
-
* https://openapi-generator.tech
|
|
14724
|
-
* Do not edit the class manually.
|
|
14725
|
-
*/
|
|
14726
|
-
|
|
14727
|
-
/**
|
|
14728
|
-
*
|
|
14729
|
-
* @export
|
|
14730
|
-
* @interface ListNFTOwnersResult
|
|
14731
|
-
*/
|
|
14732
|
-
interface ListNFTOwnersResult$1 {
|
|
14733
|
-
/**
|
|
14734
|
-
* List of nft owners
|
|
14735
|
-
* @type {Array<NFTOwner>}
|
|
14736
|
-
* @memberof ListNFTOwnersResult
|
|
14737
|
-
*/
|
|
14738
|
-
'result': Array<NFTOwner$1>;
|
|
14739
|
-
/**
|
|
14740
|
-
*
|
|
14741
|
-
* @type {Page}
|
|
14742
|
-
* @memberof ListNFTOwnersResult
|
|
14743
|
-
*/
|
|
14744
|
-
'page': Page$3;
|
|
14745
|
-
}
|
|
14746
|
-
|
|
14747
|
-
/**
|
|
14748
|
-
* Immutable zkEVM API
|
|
14749
|
-
* Immutable Multi Rollup API
|
|
14750
|
-
*
|
|
14751
|
-
* The version of the OpenAPI document: 1.0.0
|
|
14752
|
-
* Contact: support@immutable.com
|
|
14753
|
-
*
|
|
14754
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14755
|
-
* https://openapi-generator.tech
|
|
14756
|
-
* Do not edit the class manually.
|
|
14757
|
-
*/
|
|
14758
|
-
|
|
14759
|
-
/**
|
|
14760
|
-
*
|
|
14761
|
-
* @export
|
|
14762
|
-
* @interface ListNFTsResult
|
|
14763
|
-
*/
|
|
14764
|
-
interface ListNFTsResult$1 {
|
|
14765
|
-
/**
|
|
14766
|
-
* List of NFTs
|
|
14767
|
-
* @type {Array<NFT>}
|
|
14768
|
-
* @memberof ListNFTsResult
|
|
14769
|
-
*/
|
|
14770
|
-
'result': Array<NFT$1>;
|
|
14771
|
-
/**
|
|
14772
|
-
*
|
|
14773
|
-
* @type {Page}
|
|
14774
|
-
* @memberof ListNFTsResult
|
|
14775
|
-
*/
|
|
14776
|
-
'page': Page$3;
|
|
14777
|
-
}
|
|
14778
|
-
|
|
14779
|
-
/**
|
|
14780
|
-
* Immutable zkEVM API
|
|
14781
|
-
* Immutable Multi Rollup API
|
|
14782
|
-
*
|
|
14783
|
-
* The version of the OpenAPI document: 1.0.0
|
|
14784
|
-
* Contact: support@immutable.com
|
|
14785
|
-
*
|
|
14786
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14787
|
-
* https://openapi-generator.tech
|
|
14788
|
-
* Do not edit the class manually.
|
|
14789
|
-
*/
|
|
14790
|
-
|
|
14791
|
-
/**
|
|
14792
|
-
*
|
|
14793
|
-
* @export
|
|
14794
|
-
* @interface ListTokensResult
|
|
14795
|
-
*/
|
|
14796
|
-
interface ListTokensResult$1 {
|
|
14797
|
-
/**
|
|
14798
|
-
* List of tokens
|
|
14799
|
-
* @type {Array<Token>}
|
|
14800
|
-
* @memberof ListTokensResult
|
|
14801
|
-
*/
|
|
14802
|
-
'result': Array<Token$2>;
|
|
14803
|
-
/**
|
|
14804
|
-
*
|
|
14805
|
-
* @type {Page}
|
|
14806
|
-
* @memberof ListTokensResult
|
|
14807
|
-
*/
|
|
14808
|
-
'page': Page$3;
|
|
14809
|
-
}
|
|
14810
|
-
|
|
14811
|
-
/**
|
|
14812
|
-
* Immutable zkEVM API
|
|
14813
|
-
* Immutable Multi Rollup API
|
|
14814
|
-
*
|
|
14815
|
-
* The version of the OpenAPI document: 1.0.0
|
|
14816
|
-
* Contact: support@immutable.com
|
|
14817
|
-
*
|
|
14818
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14819
|
-
* https://openapi-generator.tech
|
|
14820
|
-
* Do not edit the class manually.
|
|
14821
|
-
*/
|
|
14822
|
-
/**
|
|
14823
|
-
*
|
|
14824
|
-
* @export
|
|
14825
|
-
* @interface MetadataRefreshRateLimitResult
|
|
14826
|
-
*/
|
|
14827
|
-
interface MetadataRefreshRateLimitResult$1 {
|
|
14828
|
-
/**
|
|
14829
|
-
*
|
|
14830
|
-
* @type {string}
|
|
14831
|
-
* @memberof MetadataRefreshRateLimitResult
|
|
14832
|
-
*/
|
|
14833
|
-
'imx_refreshes_limit': string;
|
|
14834
|
-
/**
|
|
14835
|
-
*
|
|
14836
|
-
* @type {string}
|
|
14837
|
-
* @memberof MetadataRefreshRateLimitResult
|
|
14838
|
-
*/
|
|
14839
|
-
'imx_refresh_limit_reset': string;
|
|
14840
|
-
/**
|
|
14841
|
-
*
|
|
14842
|
-
* @type {string}
|
|
14843
|
-
* @memberof MetadataRefreshRateLimitResult
|
|
14844
|
-
*/
|
|
14845
|
-
'imx_remaining_refreshes': string;
|
|
14846
|
-
/**
|
|
14847
|
-
*
|
|
14848
|
-
* @type {string}
|
|
14849
|
-
* @memberof MetadataRefreshRateLimitResult
|
|
14850
|
-
*/
|
|
14851
|
-
'retry_after': string;
|
|
14852
|
-
}
|
|
14853
|
-
|
|
14854
|
-
/**
|
|
14855
|
-
* Immutable zkEVM API
|
|
14856
|
-
* Immutable Multi Rollup API
|
|
14857
|
-
*
|
|
14858
|
-
* The version of the OpenAPI document: 1.0.0
|
|
14859
|
-
* Contact: support@immutable.com
|
|
14860
|
-
*
|
|
14861
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14862
|
-
* https://openapi-generator.tech
|
|
14863
|
-
* Do not edit the class manually.
|
|
14864
|
-
*/
|
|
14865
|
-
|
|
14866
|
-
/**
|
|
14867
|
-
*
|
|
14868
|
-
* @export
|
|
14869
|
-
* @interface RefreshCollectionMetadataRequest
|
|
14870
|
-
*/
|
|
14871
|
-
interface RefreshCollectionMetadataRequest$1 {
|
|
14872
|
-
/**
|
|
14873
|
-
*
|
|
14874
|
-
* @type {CollectionMetadata}
|
|
14875
|
-
* @memberof RefreshCollectionMetadataRequest
|
|
14876
|
-
*/
|
|
14877
|
-
'collection_metadata': CollectionMetadata$1;
|
|
14878
|
-
}
|
|
14879
|
-
|
|
14880
|
-
/**
|
|
14881
|
-
* Immutable zkEVM API
|
|
14882
|
-
* Immutable Multi Rollup API
|
|
14883
|
-
*
|
|
14884
|
-
* The version of the OpenAPI document: 1.0.0
|
|
14885
|
-
* Contact: support@immutable.com
|
|
14886
|
-
*
|
|
14887
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14888
|
-
* https://openapi-generator.tech
|
|
14889
|
-
* Do not edit the class manually.
|
|
14890
|
-
*/
|
|
14891
|
-
|
|
14892
|
-
/**
|
|
14893
|
-
*
|
|
14894
|
-
* @export
|
|
14895
|
-
* @interface RefreshCollectionMetadataResult
|
|
14896
|
-
*/
|
|
14897
|
-
interface RefreshCollectionMetadataResult$1 {
|
|
14898
|
-
/**
|
|
14899
|
-
*
|
|
14900
|
-
* @type {string}
|
|
14901
|
-
* @memberof RefreshCollectionMetadataResult
|
|
14902
|
-
*/
|
|
14903
|
-
'contract_address': string;
|
|
14904
|
-
/**
|
|
14905
|
-
*
|
|
14906
|
-
* @type {Chain}
|
|
14907
|
-
* @memberof RefreshCollectionMetadataResult
|
|
14908
|
-
*/
|
|
14909
|
-
'chain': Chain$3;
|
|
14910
|
-
/**
|
|
14911
|
-
*
|
|
14912
|
-
* @type {CollectionMetadata}
|
|
14913
|
-
* @memberof RefreshCollectionMetadataResult
|
|
14914
|
-
*/
|
|
14915
|
-
'collection_metadata': CollectionMetadata$1;
|
|
14916
|
-
}
|
|
14917
|
-
|
|
14918
|
-
/**
|
|
14919
|
-
* Immutable zkEVM API
|
|
14920
|
-
* Immutable Multi Rollup API
|
|
14921
|
-
*
|
|
14922
|
-
* The version of the OpenAPI document: 1.0.0
|
|
14923
|
-
* Contact: support@immutable.com
|
|
14924
|
-
*
|
|
14925
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14926
|
-
* https://openapi-generator.tech
|
|
14927
|
-
* Do not edit the class manually.
|
|
14928
|
-
*/
|
|
14929
|
-
/**
|
|
14930
|
-
*
|
|
14931
|
-
* @export
|
|
14932
|
-
* @interface RefreshMetadataByIDAllOf
|
|
14933
|
-
*/
|
|
14934
|
-
interface RefreshMetadataByIDAllOf$1 {
|
|
14935
|
-
/**
|
|
14936
|
-
* Metadata id in UUIDv4 format
|
|
14937
|
-
* @type {string}
|
|
14938
|
-
* @memberof RefreshMetadataByIDAllOf
|
|
14939
|
-
*/
|
|
14940
|
-
'metadata_id': string;
|
|
14941
|
-
}
|
|
14942
|
-
|
|
14943
|
-
/**
|
|
14944
|
-
* Immutable zkEVM API
|
|
14945
|
-
* Immutable Multi Rollup API
|
|
14946
|
-
*
|
|
14947
|
-
* The version of the OpenAPI document: 1.0.0
|
|
14948
|
-
* Contact: support@immutable.com
|
|
14949
|
-
*
|
|
14950
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14951
|
-
* https://openapi-generator.tech
|
|
14952
|
-
* Do not edit the class manually.
|
|
14953
|
-
*/
|
|
14954
|
-
|
|
14955
|
-
/**
|
|
14956
|
-
* @type RefreshableNFTAttributes
|
|
14957
|
-
* @export
|
|
14958
|
-
*/
|
|
14959
|
-
type RefreshableNFTAttributes$1 = NFTMetadataRequest$1;
|
|
14960
|
-
|
|
14961
|
-
/**
|
|
14962
|
-
* Immutable zkEVM API
|
|
14963
|
-
* Immutable Multi Rollup API
|
|
14964
|
-
*
|
|
14965
|
-
* The version of the OpenAPI document: 1.0.0
|
|
14966
|
-
* Contact: support@immutable.com
|
|
14967
|
-
*
|
|
14968
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14969
|
-
* https://openapi-generator.tech
|
|
14970
|
-
* Do not edit the class manually.
|
|
14971
|
-
*/
|
|
14972
|
-
|
|
14973
|
-
/**
|
|
14974
|
-
* @type RefreshMetadataByID
|
|
14975
|
-
* @export
|
|
14976
|
-
*/
|
|
14977
|
-
type RefreshMetadataByID$1 = RefreshMetadataByIDAllOf$1 & RefreshableNFTAttributes$1;
|
|
14978
|
-
|
|
14979
|
-
/**
|
|
14980
|
-
* Immutable zkEVM API
|
|
14981
|
-
* Immutable Multi Rollup API
|
|
14982
|
-
*
|
|
14983
|
-
* The version of the OpenAPI document: 1.0.0
|
|
14984
|
-
* Contact: support@immutable.com
|
|
14985
|
-
*
|
|
14986
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14987
|
-
* https://openapi-generator.tech
|
|
14988
|
-
* Do not edit the class manually.
|
|
14989
|
-
*/
|
|
14990
|
-
|
|
14991
|
-
/**
|
|
14992
|
-
* Request body for refreshing metadata by id. Total size of this list should not exceed 228 KiB
|
|
14993
|
-
* @export
|
|
14994
|
-
* @interface RefreshMetadataByIDRequest
|
|
14995
|
-
*/
|
|
14996
|
-
interface RefreshMetadataByIDRequest$1 {
|
|
14997
|
-
/**
|
|
14998
|
-
*
|
|
14999
|
-
* @type {Array<RefreshMetadataByID>}
|
|
15000
|
-
* @memberof RefreshMetadataByIDRequest
|
|
15001
|
-
*/
|
|
15002
|
-
'metadata': Array<RefreshMetadataByID$1>;
|
|
15003
|
-
}
|
|
15004
|
-
|
|
15005
|
-
/**
|
|
15006
|
-
* Immutable zkEVM API
|
|
15007
|
-
* Immutable Multi Rollup API
|
|
15008
|
-
*
|
|
15009
|
-
* The version of the OpenAPI document: 1.0.0
|
|
15010
|
-
* Contact: support@immutable.com
|
|
15011
|
-
*
|
|
15012
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
15013
|
-
* https://openapi-generator.tech
|
|
15014
|
-
* Do not edit the class manually.
|
|
15015
|
-
*/
|
|
15016
|
-
/**
|
|
15017
|
-
*
|
|
15018
|
-
* @export
|
|
15019
|
-
* @interface RefreshMetadataByTokenIDAllOf
|
|
15020
|
-
*/
|
|
15021
|
-
interface RefreshMetadataByTokenIDAllOf$1 {
|
|
15022
|
-
/**
|
|
15023
|
-
* An `uint256` token id as string
|
|
15024
|
-
* @type {string}
|
|
15025
|
-
* @memberof RefreshMetadataByTokenIDAllOf
|
|
15026
|
-
*/
|
|
15027
|
-
'token_id': string;
|
|
15028
|
-
}
|
|
15029
|
-
|
|
15030
|
-
/**
|
|
15031
|
-
* Immutable zkEVM API
|
|
15032
|
-
* Immutable Multi Rollup API
|
|
15033
|
-
*
|
|
15034
|
-
* The version of the OpenAPI document: 1.0.0
|
|
15035
|
-
* Contact: support@immutable.com
|
|
15036
|
-
*
|
|
15037
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
15038
|
-
* https://openapi-generator.tech
|
|
15039
|
-
* Do not edit the class manually.
|
|
15040
|
-
*/
|
|
15041
|
-
|
|
15042
|
-
/**
|
|
15043
|
-
* @type RefreshMetadataByTokenID
|
|
15044
|
-
* @export
|
|
15045
|
-
*/
|
|
15046
|
-
type RefreshMetadataByTokenID$1 = RefreshMetadataByTokenIDAllOf$1 & RefreshableNFTAttributes$1;
|
|
15047
|
-
|
|
15048
|
-
/**
|
|
15049
|
-
* Immutable zkEVM API
|
|
15050
|
-
* Immutable Multi Rollup API
|
|
15051
|
-
*
|
|
15052
|
-
* The version of the OpenAPI document: 1.0.0
|
|
15053
|
-
* Contact: support@immutable.com
|
|
15054
|
-
*
|
|
15055
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
15056
|
-
* https://openapi-generator.tech
|
|
15057
|
-
* Do not edit the class manually.
|
|
15058
|
-
*/
|
|
15059
|
-
|
|
15060
|
-
/**
|
|
15061
|
-
*
|
|
15062
|
-
* @export
|
|
15063
|
-
* @interface RefreshNFTMetadataByTokenIDRequest
|
|
15064
|
-
*/
|
|
15065
|
-
interface RefreshNFTMetadataByTokenIDRequest$1 {
|
|
15066
|
-
/**
|
|
15067
|
-
* List of nft metadata to be refreshed. Total size of the list should not exceed 228 KiB
|
|
15068
|
-
* @type {Array<RefreshMetadataByTokenID>}
|
|
15069
|
-
* @memberof RefreshNFTMetadataByTokenIDRequest
|
|
15070
|
-
*/
|
|
15071
|
-
'nft_metadata': Array<RefreshMetadataByTokenID$1>;
|
|
15072
|
-
}
|
|
15073
|
-
|
|
15074
|
-
/**
|
|
15075
|
-
* Request parameters for getActivity operation in ActivitiesApi.
|
|
15076
|
-
* @export
|
|
15077
|
-
* @interface ActivitiesApiGetActivityRequest
|
|
15078
|
-
*/
|
|
15079
|
-
interface ActivitiesApiGetActivityRequest {
|
|
15080
|
-
/**
|
|
15081
|
-
* The name of chain
|
|
15082
|
-
* @type {string}
|
|
15083
|
-
* @memberof ActivitiesApiGetActivity
|
|
15084
|
-
*/
|
|
15085
|
-
readonly chainName: string;
|
|
15086
|
-
/**
|
|
15087
|
-
* The id of activity
|
|
15088
|
-
* @type {string}
|
|
15089
|
-
* @memberof ActivitiesApiGetActivity
|
|
15090
|
-
*/
|
|
15091
|
-
readonly activityId: string;
|
|
15092
|
-
}
|
|
15093
|
-
/**
|
|
15094
|
-
* Request parameters for listActivities operation in ActivitiesApi.
|
|
15095
|
-
* @export
|
|
15096
|
-
* @interface ActivitiesApiListActivitiesRequest
|
|
15097
|
-
*/
|
|
15098
|
-
interface ActivitiesApiListActivitiesRequest {
|
|
15099
|
-
/**
|
|
15100
|
-
* The name of chain
|
|
15101
|
-
* @type {string}
|
|
15102
|
-
* @memberof ActivitiesApiListActivities
|
|
15103
|
-
*/
|
|
15104
|
-
readonly chainName: string;
|
|
15105
|
-
/**
|
|
15106
|
-
* The contract address of NFT or ERC20 Token
|
|
15107
|
-
* @type {string}
|
|
15108
|
-
* @memberof ActivitiesApiListActivities
|
|
15109
|
-
*/
|
|
15110
|
-
readonly contractAddress?: string;
|
|
15111
|
-
/**
|
|
15112
|
-
* An `uint256` token id as string
|
|
15113
|
-
* @type {string}
|
|
15114
|
-
* @memberof ActivitiesApiListActivities
|
|
15115
|
-
*/
|
|
15116
|
-
readonly tokenId?: string;
|
|
15117
|
-
/**
|
|
15118
|
-
* The account address activity contains
|
|
15119
|
-
* @type {string}
|
|
15120
|
-
* @memberof ActivitiesApiListActivities
|
|
15121
|
-
*/
|
|
15122
|
-
readonly accountAddress?: string;
|
|
15123
|
-
/**
|
|
15124
|
-
* The activity type
|
|
15125
|
-
* @type {ActivityType}
|
|
15126
|
-
* @memberof ActivitiesApiListActivities
|
|
15127
|
-
*/
|
|
15128
|
-
readonly activityType?: ActivityType$2;
|
|
15129
|
-
/**
|
|
15130
|
-
* The transaction hash of activity
|
|
15131
|
-
* @type {string}
|
|
15132
|
-
* @memberof ActivitiesApiListActivities
|
|
15133
|
-
*/
|
|
15134
|
-
readonly transactionHash?: string;
|
|
15135
|
-
/**
|
|
15136
|
-
* Encoded page cursor to retrieve previous or next page. Use the value returned in the response.
|
|
15137
|
-
* @type {string}
|
|
15138
|
-
* @memberof ActivitiesApiListActivities
|
|
15139
|
-
*/
|
|
15140
|
-
readonly pageCursor?: string;
|
|
15141
|
-
/**
|
|
15142
|
-
* Maximum number of items to return
|
|
15143
|
-
* @type {number}
|
|
15144
|
-
* @memberof ActivitiesApiListActivities
|
|
15145
|
-
*/
|
|
15146
|
-
readonly pageSize?: number;
|
|
15147
|
-
}
|
|
15148
|
-
/**
|
|
15149
|
-
* Request parameters for listActivityHistory operation in ActivitiesApi.
|
|
15150
|
-
* @export
|
|
15151
|
-
* @interface ActivitiesApiListActivityHistoryRequest
|
|
15152
|
-
*/
|
|
15153
|
-
interface ActivitiesApiListActivityHistoryRequest {
|
|
15154
|
-
/**
|
|
15155
|
-
* The name of chain
|
|
15156
|
-
* @type {string}
|
|
15157
|
-
* @memberof ActivitiesApiListActivityHistory
|
|
15158
|
-
*/
|
|
15159
|
-
readonly chainName: string;
|
|
15160
|
-
/**
|
|
15161
|
-
* From indexed at including given date
|
|
15162
|
-
* @type {string}
|
|
15163
|
-
* @memberof ActivitiesApiListActivityHistory
|
|
15164
|
-
*/
|
|
15165
|
-
readonly fromUpdatedAt: string;
|
|
15166
|
-
/**
|
|
15167
|
-
* To indexed at including given date
|
|
15168
|
-
* @type {string}
|
|
15169
|
-
* @memberof ActivitiesApiListActivityHistory
|
|
15170
|
-
*/
|
|
15171
|
-
readonly toUpdatedAt?: string;
|
|
15172
|
-
/**
|
|
15173
|
-
* The contract address of the collection
|
|
15174
|
-
* @type {string}
|
|
15175
|
-
* @memberof ActivitiesApiListActivityHistory
|
|
15176
|
-
*/
|
|
15177
|
-
readonly contractAddress?: string;
|
|
15178
|
-
/**
|
|
15179
|
-
* The activity type
|
|
15180
|
-
* @type {ActivityType}
|
|
15181
|
-
* @memberof ActivitiesApiListActivityHistory
|
|
15182
|
-
*/
|
|
15183
|
-
readonly activityType?: ActivityType$2;
|
|
15184
|
-
/**
|
|
15185
|
-
* Encoded page cursor to retrieve previous or next page. Use the value returned in the response.
|
|
15186
|
-
* @type {string}
|
|
15187
|
-
* @memberof ActivitiesApiListActivityHistory
|
|
15188
|
-
*/
|
|
15189
|
-
readonly pageCursor?: string;
|
|
15190
|
-
/**
|
|
15191
|
-
* Maximum number of items to return
|
|
15192
|
-
* @type {number}
|
|
15193
|
-
* @memberof ActivitiesApiListActivityHistory
|
|
15194
|
-
*/
|
|
15195
|
-
readonly pageSize?: number;
|
|
15196
|
-
}
|
|
15197
|
-
|
|
15198
|
-
/**
|
|
15199
|
-
* Request parameters for listChains operation in ChainsApi.
|
|
15200
|
-
* @export
|
|
15201
|
-
* @interface ChainsApiListChainsRequest
|
|
15202
|
-
*/
|
|
15203
|
-
interface ChainsApiListChainsRequest {
|
|
15204
|
-
/**
|
|
15205
|
-
* Encoded page cursor to retrieve previous or next page. Use the value returned in the response.
|
|
15206
|
-
* @type {string}
|
|
15207
|
-
* @memberof ChainsApiListChains
|
|
15208
|
-
*/
|
|
15209
|
-
readonly pageCursor?: string;
|
|
15210
|
-
/**
|
|
15211
|
-
* Maximum number of items to return
|
|
15212
|
-
* @type {number}
|
|
15213
|
-
* @memberof ChainsApiListChains
|
|
15214
|
-
*/
|
|
15215
|
-
readonly pageSize?: number;
|
|
15216
|
-
}
|
|
15217
|
-
|
|
15218
|
-
/**
|
|
15219
|
-
* Request parameters for getCollection operation in CollectionsApi.
|
|
15220
|
-
* @export
|
|
15221
|
-
* @interface CollectionsApiGetCollectionRequest
|
|
15222
|
-
*/
|
|
15223
|
-
interface CollectionsApiGetCollectionRequest$1 {
|
|
15224
|
-
/**
|
|
15225
|
-
* The address contract
|
|
15226
|
-
* @type {string}
|
|
15227
|
-
* @memberof CollectionsApiGetCollection
|
|
15228
|
-
*/
|
|
15229
|
-
readonly contractAddress: string;
|
|
15230
|
-
/**
|
|
15231
|
-
* The name of chain
|
|
15232
|
-
* @type {string}
|
|
15233
|
-
* @memberof CollectionsApiGetCollection
|
|
15234
|
-
*/
|
|
15235
|
-
readonly chainName: string;
|
|
15236
|
-
}
|
|
15237
|
-
/**
|
|
15238
|
-
* Request parameters for listCollections operation in CollectionsApi.
|
|
15239
|
-
* @export
|
|
15240
|
-
* @interface CollectionsApiListCollectionsRequest
|
|
15241
|
-
*/
|
|
15242
|
-
interface CollectionsApiListCollectionsRequest$1 {
|
|
15243
|
-
/**
|
|
15244
|
-
* The name of chain
|
|
15245
|
-
* @type {string}
|
|
15246
|
-
* @memberof CollectionsApiListCollections
|
|
15247
|
-
*/
|
|
15248
|
-
readonly chainName: string;
|
|
15249
|
-
/**
|
|
15250
|
-
* List of contract addresses to filter by
|
|
15251
|
-
* @type {Array<string>}
|
|
15252
|
-
* @memberof CollectionsApiListCollections
|
|
15253
|
-
*/
|
|
15254
|
-
readonly contractAddress?: Array<string>;
|
|
15255
|
-
/**
|
|
15256
|
-
* List of verification status to filter by
|
|
15257
|
-
* @type {Array<AssetVerificationStatus>}
|
|
15258
|
-
* @memberof CollectionsApiListCollections
|
|
15259
|
-
*/
|
|
15260
|
-
readonly verificationStatus?: Array<AssetVerificationStatus$1>;
|
|
15261
|
-
/**
|
|
15262
|
-
* Datetime to use as the oldest updated timestamp
|
|
15263
|
-
* @type {string}
|
|
15264
|
-
* @memberof CollectionsApiListCollections
|
|
15265
|
-
*/
|
|
15266
|
-
readonly fromUpdatedAt?: string;
|
|
15267
|
-
/**
|
|
15268
|
-
* Encoded page cursor to retrieve previous or next page. Use the value returned in the response.
|
|
15269
|
-
* @type {string}
|
|
15270
|
-
* @memberof CollectionsApiListCollections
|
|
15271
|
-
*/
|
|
15272
|
-
readonly pageCursor?: string;
|
|
15273
|
-
/**
|
|
15274
|
-
* Maximum number of items to return
|
|
15275
|
-
* @type {number}
|
|
15276
|
-
* @memberof CollectionsApiListCollections
|
|
15277
|
-
*/
|
|
15278
|
-
readonly pageSize?: number;
|
|
15279
|
-
}
|
|
15280
|
-
/**
|
|
15281
|
-
* Request parameters for listCollectionsByNFTOwner operation in CollectionsApi.
|
|
15282
|
-
* @export
|
|
15283
|
-
* @interface CollectionsApiListCollectionsByNFTOwnerRequest
|
|
15284
|
-
*/
|
|
15285
|
-
interface CollectionsApiListCollectionsByNFTOwnerRequest {
|
|
15286
|
-
/**
|
|
15287
|
-
* Account address
|
|
15288
|
-
* @type {string}
|
|
15289
|
-
* @memberof CollectionsApiListCollectionsByNFTOwner
|
|
15290
|
-
*/
|
|
15291
|
-
readonly accountAddress: string;
|
|
15292
|
-
/**
|
|
15293
|
-
* The name of chain
|
|
15294
|
-
* @type {string}
|
|
15295
|
-
* @memberof CollectionsApiListCollectionsByNFTOwner
|
|
15296
|
-
*/
|
|
15297
|
-
readonly chainName: string;
|
|
15298
|
-
/**
|
|
15299
|
-
* Encoded page cursor to retrieve previous or next page. Use the value returned in the response.
|
|
15300
|
-
* @type {string}
|
|
15301
|
-
* @memberof CollectionsApiListCollectionsByNFTOwner
|
|
15302
|
-
*/
|
|
15303
|
-
readonly pageCursor?: string;
|
|
15304
|
-
/**
|
|
15305
|
-
* Maximum number of items to return
|
|
15306
|
-
* @type {number}
|
|
15307
|
-
* @memberof CollectionsApiListCollectionsByNFTOwner
|
|
15308
|
-
*/
|
|
15309
|
-
readonly pageSize?: number;
|
|
15310
|
-
}
|
|
15311
|
-
/**
|
|
15312
|
-
* Request parameters for refreshCollectionMetadata operation in CollectionsApi.
|
|
15313
|
-
* @export
|
|
15314
|
-
* @interface CollectionsApiRefreshCollectionMetadataRequest
|
|
15315
|
-
*/
|
|
15316
|
-
interface CollectionsApiRefreshCollectionMetadataRequest {
|
|
15317
|
-
/**
|
|
15318
|
-
* The address contract
|
|
15319
|
-
* @type {string}
|
|
15320
|
-
* @memberof CollectionsApiRefreshCollectionMetadata
|
|
15321
|
-
*/
|
|
15322
|
-
readonly contractAddress: string;
|
|
15323
|
-
/**
|
|
15324
|
-
* The name of chain
|
|
15325
|
-
* @type {string}
|
|
15326
|
-
* @memberof CollectionsApiRefreshCollectionMetadata
|
|
15327
|
-
*/
|
|
15328
|
-
readonly chainName: string;
|
|
15329
|
-
/**
|
|
15330
|
-
* The request body
|
|
15331
|
-
* @type {RefreshCollectionMetadataRequest}
|
|
15332
|
-
* @memberof CollectionsApiRefreshCollectionMetadata
|
|
15333
|
-
*/
|
|
15334
|
-
readonly refreshCollectionMetadataRequest: RefreshCollectionMetadataRequest$1;
|
|
15335
|
-
}
|
|
15336
|
-
|
|
15337
|
-
/**
|
|
15338
|
-
* Request parameters for getMetadata operation in MetadataApi.
|
|
15339
|
-
* @export
|
|
15340
|
-
* @interface MetadataApiGetMetadataRequest
|
|
15341
|
-
*/
|
|
15342
|
-
interface MetadataApiGetMetadataRequest {
|
|
15343
|
-
/**
|
|
15344
|
-
* The name of chain
|
|
15345
|
-
* @type {string}
|
|
15346
|
-
* @memberof MetadataApiGetMetadata
|
|
15347
|
-
*/
|
|
15348
|
-
readonly chainName: string;
|
|
15349
|
-
/**
|
|
15350
|
-
* The address of metadata contract
|
|
15351
|
-
* @type {string}
|
|
15352
|
-
* @memberof MetadataApiGetMetadata
|
|
15353
|
-
*/
|
|
15354
|
-
readonly contractAddress: string;
|
|
15355
|
-
/**
|
|
15356
|
-
* The id of the metadata
|
|
15357
|
-
* @type {string}
|
|
15358
|
-
* @memberof MetadataApiGetMetadata
|
|
15359
|
-
*/
|
|
15360
|
-
readonly metadataId: string;
|
|
15361
|
-
}
|
|
15362
|
-
/**
|
|
15363
|
-
* Request parameters for listMetadata operation in MetadataApi.
|
|
15364
|
-
* @export
|
|
15365
|
-
* @interface MetadataApiListMetadataRequest
|
|
15366
|
-
*/
|
|
15367
|
-
interface MetadataApiListMetadataRequest {
|
|
15368
|
-
/**
|
|
15369
|
-
* The name of chain
|
|
15370
|
-
* @type {string}
|
|
15371
|
-
* @memberof MetadataApiListMetadata
|
|
15372
|
-
*/
|
|
15373
|
-
readonly chainName: string;
|
|
15374
|
-
/**
|
|
15375
|
-
* The address of metadata contract
|
|
15376
|
-
* @type {string}
|
|
15377
|
-
* @memberof MetadataApiListMetadata
|
|
15378
|
-
*/
|
|
15379
|
-
readonly contractAddress: string;
|
|
15380
|
-
/**
|
|
15381
|
-
* Datetime to use as the oldest updated timestamp
|
|
15382
|
-
* @type {string}
|
|
15383
|
-
* @memberof MetadataApiListMetadata
|
|
15384
|
-
*/
|
|
15385
|
-
readonly fromUpdatedAt?: string;
|
|
15386
|
-
/**
|
|
15387
|
-
* Encoded page cursor to retrieve previous or next page. Use the value returned in the response.
|
|
15388
|
-
* @type {string}
|
|
15389
|
-
* @memberof MetadataApiListMetadata
|
|
15390
|
-
*/
|
|
15391
|
-
readonly pageCursor?: string;
|
|
15392
|
-
/**
|
|
15393
|
-
* Maximum number of items to return
|
|
15394
|
-
* @type {number}
|
|
15395
|
-
* @memberof MetadataApiListMetadata
|
|
15396
|
-
*/
|
|
15397
|
-
readonly pageSize?: number;
|
|
15398
|
-
}
|
|
15399
|
-
/**
|
|
15400
|
-
* Request parameters for listMetadataForChain operation in MetadataApi.
|
|
15401
|
-
* @export
|
|
15402
|
-
* @interface MetadataApiListMetadataForChainRequest
|
|
15403
|
-
*/
|
|
15404
|
-
interface MetadataApiListMetadataForChainRequest {
|
|
15405
|
-
/**
|
|
15406
|
-
* The name of chain
|
|
15407
|
-
* @type {string}
|
|
15408
|
-
* @memberof MetadataApiListMetadataForChain
|
|
15409
|
-
*/
|
|
15410
|
-
readonly chainName: string;
|
|
15411
|
-
/**
|
|
15412
|
-
* Datetime to use as the oldest updated timestamp
|
|
15413
|
-
* @type {string}
|
|
15414
|
-
* @memberof MetadataApiListMetadataForChain
|
|
15415
|
-
*/
|
|
15416
|
-
readonly fromUpdatedAt?: string;
|
|
15417
|
-
/**
|
|
15418
|
-
* Encoded page cursor to retrieve previous or next page. Use the value returned in the response.
|
|
15419
|
-
* @type {string}
|
|
15420
|
-
* @memberof MetadataApiListMetadataForChain
|
|
15421
|
-
*/
|
|
15422
|
-
readonly pageCursor?: string;
|
|
15423
|
-
/**
|
|
15424
|
-
* Maximum number of items to return
|
|
15425
|
-
* @type {number}
|
|
15426
|
-
* @memberof MetadataApiListMetadataForChain
|
|
15427
|
-
*/
|
|
15428
|
-
readonly pageSize?: number;
|
|
15429
|
-
}
|
|
15430
|
-
/**
|
|
15431
|
-
* Request parameters for refreshMetadataByID operation in MetadataApi.
|
|
15432
|
-
* @export
|
|
15433
|
-
* @interface MetadataApiRefreshMetadataByIDRequest
|
|
15434
|
-
*/
|
|
15435
|
-
interface MetadataApiRefreshMetadataByIDRequest {
|
|
15436
|
-
/**
|
|
15437
|
-
* The name of chain
|
|
15438
|
-
* @type {string}
|
|
15439
|
-
* @memberof MetadataApiRefreshMetadataByID
|
|
15440
|
-
*/
|
|
15441
|
-
readonly chainName: string;
|
|
15442
|
-
/**
|
|
15443
|
-
* Contract address
|
|
15444
|
-
* @type {string}
|
|
15445
|
-
* @memberof MetadataApiRefreshMetadataByID
|
|
15446
|
-
*/
|
|
15447
|
-
readonly contractAddress: string;
|
|
15448
|
-
/**
|
|
15449
|
-
* NFT Metadata Refresh Request
|
|
15450
|
-
* @type {RefreshMetadataByIDRequest}
|
|
15451
|
-
* @memberof MetadataApiRefreshMetadataByID
|
|
15452
|
-
*/
|
|
15453
|
-
readonly refreshMetadataByIDRequest: RefreshMetadataByIDRequest$1;
|
|
15454
|
-
}
|
|
15455
|
-
/**
|
|
15456
|
-
* Request parameters for refreshNFTMetadataByTokenID operation in MetadataApi.
|
|
15457
|
-
* @export
|
|
15458
|
-
* @interface MetadataApiRefreshNFTMetadataByTokenIDRequest
|
|
15459
|
-
*/
|
|
15460
|
-
interface MetadataApiRefreshNFTMetadataByTokenIDRequest {
|
|
15461
|
-
/**
|
|
15462
|
-
* The address of contract
|
|
15463
|
-
* @type {string}
|
|
15464
|
-
* @memberof MetadataApiRefreshNFTMetadataByTokenID
|
|
15465
|
-
*/
|
|
15466
|
-
readonly contractAddress: string;
|
|
15467
|
-
/**
|
|
15468
|
-
* The name of chain
|
|
15469
|
-
* @type {string}
|
|
15470
|
-
* @memberof MetadataApiRefreshNFTMetadataByTokenID
|
|
15471
|
-
*/
|
|
15472
|
-
readonly chainName: string;
|
|
15473
|
-
/**
|
|
15474
|
-
* the request body
|
|
15475
|
-
* @type {RefreshNFTMetadataByTokenIDRequest}
|
|
15476
|
-
* @memberof MetadataApiRefreshNFTMetadataByTokenID
|
|
15477
|
-
*/
|
|
15478
|
-
readonly refreshNFTMetadataByTokenIDRequest: RefreshNFTMetadataByTokenIDRequest$1;
|
|
15479
|
-
}
|
|
15480
|
-
|
|
15481
|
-
/**
|
|
15482
|
-
* Request parameters for listAllNFTOwners operation in NftOwnersApi.
|
|
15483
|
-
* @export
|
|
15484
|
-
* @interface NftOwnersApiListAllNFTOwnersRequest
|
|
15485
|
-
*/
|
|
15486
|
-
interface NftOwnersApiListAllNFTOwnersRequest {
|
|
15487
|
-
/**
|
|
15488
|
-
* The name of chain
|
|
15489
|
-
* @type {string}
|
|
15490
|
-
* @memberof NftOwnersApiListAllNFTOwners
|
|
15491
|
-
*/
|
|
15492
|
-
readonly chainName: string;
|
|
15493
|
-
/**
|
|
15494
|
-
* Datetime to use as the oldest updated timestamp
|
|
15495
|
-
* @type {string}
|
|
15496
|
-
* @memberof NftOwnersApiListAllNFTOwners
|
|
15497
|
-
*/
|
|
15498
|
-
readonly fromUpdatedAt?: string;
|
|
15499
|
-
/**
|
|
15500
|
-
* Encoded page cursor to retrieve previous or next page. Use the value returned in the response.
|
|
15501
|
-
* @type {string}
|
|
15502
|
-
* @memberof NftOwnersApiListAllNFTOwners
|
|
15503
|
-
*/
|
|
15504
|
-
readonly pageCursor?: string;
|
|
15505
|
-
/**
|
|
15506
|
-
* Maximum number of items to return
|
|
15507
|
-
* @type {number}
|
|
15508
|
-
* @memberof NftOwnersApiListAllNFTOwners
|
|
15509
|
-
*/
|
|
15510
|
-
readonly pageSize?: number;
|
|
15511
|
-
}
|
|
15512
|
-
/**
|
|
15513
|
-
* Request parameters for listNFTOwners operation in NftOwnersApi.
|
|
15514
|
-
* @export
|
|
15515
|
-
* @interface NftOwnersApiListNFTOwnersRequest
|
|
15516
|
-
*/
|
|
15517
|
-
interface NftOwnersApiListNFTOwnersRequest {
|
|
15518
|
-
/**
|
|
15519
|
-
* The address of contract
|
|
15520
|
-
* @type {string}
|
|
15521
|
-
* @memberof NftOwnersApiListNFTOwners
|
|
15522
|
-
*/
|
|
15523
|
-
readonly contractAddress: string;
|
|
15524
|
-
/**
|
|
15525
|
-
* An `uint256` token id as string
|
|
15526
|
-
* @type {string}
|
|
15527
|
-
* @memberof NftOwnersApiListNFTOwners
|
|
15528
|
-
*/
|
|
15529
|
-
readonly tokenId: string;
|
|
15530
|
-
/**
|
|
15531
|
-
* The name of chain
|
|
15532
|
-
* @type {string}
|
|
15533
|
-
* @memberof NftOwnersApiListNFTOwners
|
|
15534
|
-
*/
|
|
15535
|
-
readonly chainName: string;
|
|
15536
|
-
/**
|
|
15537
|
-
* Encoded page cursor to retrieve previous or next page. Use the value returned in the response.
|
|
15538
|
-
* @type {string}
|
|
15539
|
-
* @memberof NftOwnersApiListNFTOwners
|
|
15540
|
-
*/
|
|
15541
|
-
readonly pageCursor?: string;
|
|
15542
|
-
/**
|
|
15543
|
-
* Maximum number of items to return
|
|
15544
|
-
* @type {number}
|
|
15545
|
-
* @memberof NftOwnersApiListNFTOwners
|
|
15546
|
-
*/
|
|
15547
|
-
readonly pageSize?: number;
|
|
15548
|
-
}
|
|
15549
|
-
/**
|
|
15550
|
-
* Request parameters for listOwnersByContractAddress operation in NftOwnersApi.
|
|
15551
|
-
* @export
|
|
15552
|
-
* @interface NftOwnersApiListOwnersByContractAddressRequest
|
|
15553
|
-
*/
|
|
15554
|
-
interface NftOwnersApiListOwnersByContractAddressRequest {
|
|
15555
|
-
/**
|
|
15556
|
-
* The address of contract
|
|
15557
|
-
* @type {string}
|
|
15558
|
-
* @memberof NftOwnersApiListOwnersByContractAddress
|
|
15559
|
-
*/
|
|
15560
|
-
readonly contractAddress: string;
|
|
15561
|
-
/**
|
|
15562
|
-
* The name of chain
|
|
15563
|
-
* @type {string}
|
|
15564
|
-
* @memberof NftOwnersApiListOwnersByContractAddress
|
|
15565
|
-
*/
|
|
15566
|
-
readonly chainName: string;
|
|
15567
|
-
/**
|
|
15568
|
-
* List of account addresses to filter by
|
|
15569
|
-
* @type {Array<string>}
|
|
15570
|
-
* @memberof NftOwnersApiListOwnersByContractAddress
|
|
15571
|
-
*/
|
|
15572
|
-
readonly accountAddress?: Array<string>;
|
|
15573
|
-
/**
|
|
15574
|
-
* Datetime to use as the oldest updated timestamp
|
|
15575
|
-
* @type {string}
|
|
15576
|
-
* @memberof NftOwnersApiListOwnersByContractAddress
|
|
15577
|
-
*/
|
|
15578
|
-
readonly fromUpdatedAt?: string;
|
|
15579
|
-
/**
|
|
15580
|
-
* Encoded page cursor to retrieve previous or next page. Use the value returned in the response.
|
|
15581
|
-
* @type {string}
|
|
15582
|
-
* @memberof NftOwnersApiListOwnersByContractAddress
|
|
15583
|
-
*/
|
|
15584
|
-
readonly pageCursor?: string;
|
|
15585
|
-
/**
|
|
15586
|
-
* Maximum number of items to return
|
|
15587
|
-
* @type {number}
|
|
15588
|
-
* @memberof NftOwnersApiListOwnersByContractAddress
|
|
15589
|
-
*/
|
|
15590
|
-
readonly pageSize?: number;
|
|
15591
|
-
}
|
|
15592
|
-
|
|
15593
|
-
/**
|
|
15594
|
-
* Request parameters for createMintRequest operation in NftsApi.
|
|
15595
|
-
* @export
|
|
15596
|
-
* @interface NftsApiCreateMintRequestRequest
|
|
15597
|
-
*/
|
|
15598
|
-
interface NftsApiCreateMintRequestRequest {
|
|
15599
|
-
/**
|
|
15600
|
-
* The address of contract
|
|
15601
|
-
* @type {string}
|
|
15602
|
-
* @memberof NftsApiCreateMintRequest
|
|
15603
|
-
*/
|
|
15604
|
-
readonly contractAddress: string;
|
|
15605
|
-
/**
|
|
15606
|
-
* The name of chain
|
|
15607
|
-
* @type {string}
|
|
15608
|
-
* @memberof NftsApiCreateMintRequest
|
|
15609
|
-
*/
|
|
15610
|
-
readonly chainName: string;
|
|
15611
|
-
/**
|
|
15612
|
-
* Create Mint Request Body
|
|
15613
|
-
* @type {CreateMintRequestRequest}
|
|
15614
|
-
* @memberof NftsApiCreateMintRequest
|
|
15615
|
-
*/
|
|
15616
|
-
readonly createMintRequestRequest: CreateMintRequestRequest$1;
|
|
15617
|
-
}
|
|
15618
|
-
/**
|
|
15619
|
-
* Request parameters for getMintRequest operation in NftsApi.
|
|
15620
|
-
* @export
|
|
15621
|
-
* @interface NftsApiGetMintRequestRequest
|
|
15622
|
-
*/
|
|
15623
|
-
interface NftsApiGetMintRequestRequest {
|
|
15624
|
-
/**
|
|
15625
|
-
* The address of contract
|
|
15626
|
-
* @type {string}
|
|
15627
|
-
* @memberof NftsApiGetMintRequest
|
|
15628
|
-
*/
|
|
15629
|
-
readonly contractAddress: string;
|
|
15630
|
-
/**
|
|
15631
|
-
* The name of chain
|
|
15632
|
-
* @type {string}
|
|
15633
|
-
* @memberof NftsApiGetMintRequest
|
|
15634
|
-
*/
|
|
15635
|
-
readonly chainName: string;
|
|
15636
|
-
/**
|
|
15637
|
-
* The id of the mint request
|
|
15638
|
-
* @type {string}
|
|
15639
|
-
* @memberof NftsApiGetMintRequest
|
|
15640
|
-
*/
|
|
15641
|
-
readonly referenceId: string;
|
|
15642
|
-
}
|
|
15643
|
-
/**
|
|
15644
|
-
* Request parameters for getNFT operation in NftsApi.
|
|
15645
|
-
* @export
|
|
15646
|
-
* @interface NftsApiGetNFTRequest
|
|
15647
|
-
*/
|
|
15648
|
-
interface NftsApiGetNFTRequest {
|
|
15649
|
-
/**
|
|
15650
|
-
* The address of NFT contract
|
|
15651
|
-
* @type {string}
|
|
15652
|
-
* @memberof NftsApiGetNFT
|
|
15653
|
-
*/
|
|
15654
|
-
readonly contractAddress: string;
|
|
15655
|
-
/**
|
|
15656
|
-
* An `uint256` token id as string
|
|
15657
|
-
* @type {string}
|
|
15658
|
-
* @memberof NftsApiGetNFT
|
|
15659
|
-
*/
|
|
15660
|
-
readonly tokenId: string;
|
|
15661
|
-
/**
|
|
15662
|
-
* The name of chain
|
|
15663
|
-
* @type {string}
|
|
15664
|
-
* @memberof NftsApiGetNFT
|
|
15665
|
-
*/
|
|
15666
|
-
readonly chainName: string;
|
|
15667
|
-
}
|
|
15668
|
-
/**
|
|
15669
|
-
* Request parameters for listAllNFTs operation in NftsApi.
|
|
15670
|
-
* @export
|
|
15671
|
-
* @interface NftsApiListAllNFTsRequest
|
|
15672
|
-
*/
|
|
15673
|
-
interface NftsApiListAllNFTsRequest {
|
|
15674
|
-
/**
|
|
15675
|
-
* The name of chain
|
|
15676
|
-
* @type {string}
|
|
15677
|
-
* @memberof NftsApiListAllNFTs
|
|
15678
|
-
*/
|
|
15679
|
-
readonly chainName: string;
|
|
15680
|
-
/**
|
|
15681
|
-
* Datetime to use as the oldest updated timestamp
|
|
15682
|
-
* @type {string}
|
|
15683
|
-
* @memberof NftsApiListAllNFTs
|
|
15684
|
-
*/
|
|
15685
|
-
readonly fromUpdatedAt?: string;
|
|
15686
|
-
/**
|
|
15687
|
-
* Encoded page cursor to retrieve previous or next page. Use the value returned in the response.
|
|
15688
|
-
* @type {string}
|
|
15689
|
-
* @memberof NftsApiListAllNFTs
|
|
15690
|
-
*/
|
|
15691
|
-
readonly pageCursor?: string;
|
|
15692
|
-
/**
|
|
15693
|
-
* Maximum number of items to return
|
|
15694
|
-
* @type {number}
|
|
15695
|
-
* @memberof NftsApiListAllNFTs
|
|
15696
|
-
*/
|
|
15697
|
-
readonly pageSize?: number;
|
|
15698
|
-
}
|
|
15699
|
-
/**
|
|
15700
|
-
* Request parameters for listMintRequests operation in NftsApi.
|
|
15701
|
-
* @export
|
|
15702
|
-
* @interface NftsApiListMintRequestsRequest
|
|
15703
|
-
*/
|
|
15704
|
-
interface NftsApiListMintRequestsRequest {
|
|
15705
|
-
/**
|
|
15706
|
-
* The address of contract
|
|
15707
|
-
* @type {string}
|
|
15708
|
-
* @memberof NftsApiListMintRequests
|
|
15709
|
-
*/
|
|
15710
|
-
readonly contractAddress: string;
|
|
15711
|
-
/**
|
|
15712
|
-
* The name of chain
|
|
15713
|
-
* @type {string}
|
|
15714
|
-
* @memberof NftsApiListMintRequests
|
|
15715
|
-
*/
|
|
15716
|
-
readonly chainName: string;
|
|
15717
|
-
/**
|
|
15718
|
-
* Encoded page cursor to retrieve previous or next page. Use the value returned in the response.
|
|
15719
|
-
* @type {string}
|
|
15720
|
-
* @memberof NftsApiListMintRequests
|
|
15721
|
-
*/
|
|
15722
|
-
readonly pageCursor?: string;
|
|
12500
|
+
readonly minQuantity?: string;
|
|
15723
12501
|
/**
|
|
15724
|
-
*
|
|
15725
|
-
* @type {
|
|
15726
|
-
* @memberof
|
|
12502
|
+
* Max quantity for the withdrawn asset
|
|
12503
|
+
* @type {string}
|
|
12504
|
+
* @memberof WithdrawalsApiListWithdrawals
|
|
15727
12505
|
*/
|
|
15728
|
-
readonly
|
|
12506
|
+
readonly maxQuantity?: string;
|
|
15729
12507
|
/**
|
|
15730
|
-
*
|
|
15731
|
-
* @type {
|
|
15732
|
-
* @memberof
|
|
12508
|
+
* JSON-encoded metadata filters for the withdrawn asset
|
|
12509
|
+
* @type {string}
|
|
12510
|
+
* @memberof WithdrawalsApiListWithdrawals
|
|
15733
12511
|
*/
|
|
15734
|
-
readonly
|
|
12512
|
+
readonly metadata?: string;
|
|
15735
12513
|
}
|
|
15736
12514
|
/**
|
|
15737
|
-
*
|
|
12515
|
+
* WithdrawalsApi - object-oriented interface
|
|
15738
12516
|
* @export
|
|
15739
|
-
* @
|
|
12517
|
+
* @class WithdrawalsApi
|
|
12518
|
+
* @extends {BaseAPI}
|
|
15740
12519
|
*/
|
|
15741
|
-
|
|
12520
|
+
declare class WithdrawalsApi$1 extends BaseAPI {
|
|
15742
12521
|
/**
|
|
15743
|
-
*
|
|
15744
|
-
* @
|
|
15745
|
-
* @
|
|
12522
|
+
* Creates a withdrawal. Use https://docs.x.immutable.com/reference/#/operations/getSignableWithdrawal to get request body params. This endpoint will be deprecated once StarkEx contract gets upgraded to v4, check https://docs.immutable.com/x/reference/#/operations/createWithdrawalV2.
|
|
12523
|
+
* @summary Creates a withdrawal
|
|
12524
|
+
* @param {WithdrawalsApiCreateWithdrawalRequest} requestParameters Request parameters.
|
|
12525
|
+
* @param {*} [options] Override http request option.
|
|
12526
|
+
* @throws {RequiredError}
|
|
12527
|
+
* @memberof WithdrawalsApi
|
|
15746
12528
|
*/
|
|
15747
|
-
|
|
12529
|
+
createWithdrawal(requestParameters: WithdrawalsApiCreateWithdrawalRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<CreateWithdrawalResponse$1, any>>;
|
|
15748
12530
|
/**
|
|
15749
|
-
*
|
|
15750
|
-
* @
|
|
15751
|
-
* @
|
|
12531
|
+
* Creates a withdrawal. Use https://docs.immutable.com/x/reference/#/operations/getSignableWithdrawalV2 to get request body params.
|
|
12532
|
+
* @summary Creates a withdrawal of a token for when StarkEx contract that is higher than v3
|
|
12533
|
+
* @param {WithdrawalsApiCreateWithdrawalV2Request} requestParameters Request parameters.
|
|
12534
|
+
* @param {*} [options] Override http request option.
|
|
12535
|
+
* @throws {RequiredError}
|
|
12536
|
+
* @memberof WithdrawalsApi
|
|
15752
12537
|
*/
|
|
15753
|
-
|
|
12538
|
+
createWithdrawalV2(requestParameters: WithdrawalsApiCreateWithdrawalV2Request, options?: AxiosRequestConfig): Promise<AxiosResponse<CreateWithdrawalResponse$1, any>>;
|
|
15754
12539
|
/**
|
|
15755
|
-
*
|
|
15756
|
-
* @
|
|
15757
|
-
* @
|
|
12540
|
+
* Gets details of a signable withdrawal. This endpoint will be deprecated once StarkEx contract gets upgraded to v4, check https://docs.immutable.com/x/reference/#/operations/getSignableWithdrawalV2.
|
|
12541
|
+
* @summary Gets details of a signable withdrawal
|
|
12542
|
+
* @param {WithdrawalsApiGetSignableWithdrawalRequest} requestParameters Request parameters.
|
|
12543
|
+
* @param {*} [options] Override http request option.
|
|
12544
|
+
* @throws {RequiredError}
|
|
12545
|
+
* @memberof WithdrawalsApi
|
|
15758
12546
|
*/
|
|
15759
|
-
|
|
12547
|
+
getSignableWithdrawal(requestParameters: WithdrawalsApiGetSignableWithdrawalRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetSignableWithdrawalResponse, any>>;
|
|
15760
12548
|
/**
|
|
15761
|
-
*
|
|
15762
|
-
* @
|
|
15763
|
-
* @
|
|
12549
|
+
* Gets details of a signable withdrawal
|
|
12550
|
+
* @summary Gets details of a signable withdrawal for starkex contracts that are higher than v3
|
|
12551
|
+
* @param {WithdrawalsApiGetSignableWithdrawalV2Request} requestParameters Request parameters.
|
|
12552
|
+
* @param {*} [options] Override http request option.
|
|
12553
|
+
* @throws {RequiredError}
|
|
12554
|
+
* @memberof WithdrawalsApi
|
|
15764
12555
|
*/
|
|
15765
|
-
|
|
12556
|
+
getSignableWithdrawalV2(requestParameters: WithdrawalsApiGetSignableWithdrawalV2Request, options?: AxiosRequestConfig): Promise<AxiosResponse<GetSignableWithdrawalResponseV2, any>>;
|
|
15766
12557
|
/**
|
|
15767
|
-
*
|
|
15768
|
-
* @
|
|
15769
|
-
* @
|
|
12558
|
+
* Gets details of withdrawal with the given ID
|
|
12559
|
+
* @summary Gets details of withdrawal with the given ID
|
|
12560
|
+
* @param {WithdrawalsApiGetWithdrawalRequest} requestParameters Request parameters.
|
|
12561
|
+
* @param {*} [options] Override http request option.
|
|
12562
|
+
* @throws {RequiredError}
|
|
12563
|
+
* @memberof WithdrawalsApi
|
|
15770
12564
|
*/
|
|
15771
|
-
|
|
12565
|
+
getWithdrawal(requestParameters: WithdrawalsApiGetWithdrawalRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Withdrawal$2, any>>;
|
|
15772
12566
|
/**
|
|
15773
|
-
*
|
|
15774
|
-
* @
|
|
15775
|
-
* @
|
|
12567
|
+
* Get a list of withdrawals
|
|
12568
|
+
* @summary Get a list of withdrawals
|
|
12569
|
+
* @param {WithdrawalsApiListWithdrawalsRequest} requestParameters Request parameters.
|
|
12570
|
+
* @param {*} [options] Override http request option.
|
|
12571
|
+
* @throws {RequiredError}
|
|
12572
|
+
* @memberof WithdrawalsApi
|
|
15776
12573
|
*/
|
|
15777
|
-
|
|
12574
|
+
listWithdrawals(requestParameters?: WithdrawalsApiListWithdrawalsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListWithdrawalsResponse$1, any>>;
|
|
15778
12575
|
}
|
|
12576
|
+
|
|
15779
12577
|
/**
|
|
15780
|
-
*
|
|
15781
|
-
*
|
|
15782
|
-
*
|
|
12578
|
+
* Immutable zkEVM API
|
|
12579
|
+
* Immutable Multi Rollup API
|
|
12580
|
+
*
|
|
12581
|
+
* The version of the OpenAPI document: 1.0.0
|
|
12582
|
+
* Contact: support@immutable.com
|
|
12583
|
+
*
|
|
12584
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12585
|
+
* https://openapi-generator.tech
|
|
12586
|
+
* Do not edit the class manually.
|
|
15783
12587
|
*/
|
|
15784
|
-
interface
|
|
12588
|
+
interface ConfigurationParameters {
|
|
12589
|
+
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
|
|
12590
|
+
username?: string;
|
|
12591
|
+
password?: string;
|
|
12592
|
+
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
|
|
12593
|
+
basePath?: string;
|
|
12594
|
+
baseOptions?: any;
|
|
12595
|
+
formDataCtor?: new () => any;
|
|
12596
|
+
}
|
|
12597
|
+
declare class Configuration {
|
|
15785
12598
|
/**
|
|
15786
|
-
*
|
|
15787
|
-
* @
|
|
15788
|
-
* @memberof
|
|
12599
|
+
* parameter for apiKey security
|
|
12600
|
+
* @param name security name
|
|
12601
|
+
* @memberof Configuration
|
|
15789
12602
|
*/
|
|
15790
|
-
|
|
12603
|
+
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
|
|
15791
12604
|
/**
|
|
15792
|
-
*
|
|
12605
|
+
* parameter for basic security
|
|
12606
|
+
*
|
|
15793
12607
|
* @type {string}
|
|
15794
|
-
* @memberof
|
|
12608
|
+
* @memberof Configuration
|
|
15795
12609
|
*/
|
|
15796
|
-
|
|
12610
|
+
username?: string;
|
|
15797
12611
|
/**
|
|
15798
|
-
*
|
|
12612
|
+
* parameter for basic security
|
|
12613
|
+
*
|
|
15799
12614
|
* @type {string}
|
|
15800
|
-
* @memberof
|
|
12615
|
+
* @memberof Configuration
|
|
15801
12616
|
*/
|
|
15802
|
-
|
|
12617
|
+
password?: string;
|
|
15803
12618
|
/**
|
|
15804
|
-
*
|
|
15805
|
-
* @
|
|
15806
|
-
* @
|
|
12619
|
+
* parameter for oauth2 security
|
|
12620
|
+
* @param name security name
|
|
12621
|
+
* @param scopes oauth2 scope
|
|
12622
|
+
* @memberof Configuration
|
|
15807
12623
|
*/
|
|
15808
|
-
|
|
12624
|
+
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
|
|
15809
12625
|
/**
|
|
15810
|
-
*
|
|
12626
|
+
* override base path
|
|
12627
|
+
*
|
|
15811
12628
|
* @type {string}
|
|
15812
|
-
* @memberof
|
|
12629
|
+
* @memberof Configuration
|
|
15813
12630
|
*/
|
|
15814
|
-
|
|
12631
|
+
basePath?: string;
|
|
15815
12632
|
/**
|
|
15816
|
-
*
|
|
15817
|
-
*
|
|
15818
|
-
* @
|
|
12633
|
+
* base options for axios calls
|
|
12634
|
+
*
|
|
12635
|
+
* @type {any}
|
|
12636
|
+
* @memberof Configuration
|
|
15819
12637
|
*/
|
|
15820
|
-
|
|
12638
|
+
baseOptions?: any;
|
|
15821
12639
|
/**
|
|
15822
|
-
*
|
|
15823
|
-
*
|
|
15824
|
-
*
|
|
12640
|
+
* The FormData constructor that will be used to create multipart form data
|
|
12641
|
+
* requests. You can inject this here so that execution environments that
|
|
12642
|
+
* do not support the FormData class can still run the generated client.
|
|
12643
|
+
*
|
|
12644
|
+
* @type {new () => FormData}
|
|
15825
12645
|
*/
|
|
15826
|
-
|
|
12646
|
+
formDataCtor?: new () => any;
|
|
12647
|
+
constructor(param?: ConfigurationParameters);
|
|
12648
|
+
/**
|
|
12649
|
+
* Check if the given MIME is a JSON MIME.
|
|
12650
|
+
* JSON MIME examples:
|
|
12651
|
+
* application/json
|
|
12652
|
+
* application/json; charset=UTF8
|
|
12653
|
+
* APPLICATION/JSON
|
|
12654
|
+
* application/vnd.company+json
|
|
12655
|
+
* @param mime - MIME (Multipurpose Internet Mail Extensions)
|
|
12656
|
+
* @return True if the given MIME is JSON, false otherwise.
|
|
12657
|
+
*/
|
|
12658
|
+
isJsonMime(mime: string): boolean;
|
|
15827
12659
|
}
|
|
15828
12660
|
|
|
15829
12661
|
/**
|
|
15830
|
-
*
|
|
15831
|
-
*
|
|
15832
|
-
*
|
|
12662
|
+
* Immutable zkEVM API
|
|
12663
|
+
* Immutable Multi Rollup API
|
|
12664
|
+
*
|
|
12665
|
+
* The version of the OpenAPI document: 1.0.0
|
|
12666
|
+
* Contact: support@immutable.com
|
|
12667
|
+
*
|
|
12668
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12669
|
+
* https://openapi-generator.tech
|
|
12670
|
+
* Do not edit the class manually.
|
|
15833
12671
|
*/
|
|
15834
|
-
interface TokensApiGetERC20TokenRequest {
|
|
15835
|
-
/**
|
|
15836
|
-
* The address of contract
|
|
15837
|
-
* @type {string}
|
|
15838
|
-
* @memberof TokensApiGetERC20Token
|
|
15839
|
-
*/
|
|
15840
|
-
readonly contractAddress: string;
|
|
15841
|
-
/**
|
|
15842
|
-
* The name of chain
|
|
15843
|
-
* @type {string}
|
|
15844
|
-
* @memberof TokensApiGetERC20Token
|
|
15845
|
-
*/
|
|
15846
|
-
readonly chainName: string;
|
|
15847
|
-
}
|
|
15848
12672
|
/**
|
|
15849
|
-
*
|
|
12673
|
+
*
|
|
15850
12674
|
* @export
|
|
15851
|
-
* @interface
|
|
12675
|
+
* @interface BasicAPIError
|
|
15852
12676
|
*/
|
|
15853
|
-
interface
|
|
12677
|
+
interface BasicAPIError$1 {
|
|
15854
12678
|
/**
|
|
15855
|
-
*
|
|
12679
|
+
* Error Message
|
|
15856
12680
|
* @type {string}
|
|
15857
|
-
* @memberof
|
|
12681
|
+
* @memberof BasicAPIError
|
|
15858
12682
|
*/
|
|
15859
|
-
|
|
12683
|
+
'message': string;
|
|
15860
12684
|
/**
|
|
15861
|
-
*
|
|
12685
|
+
* Link to IMX documentation that can help resolve this error
|
|
15862
12686
|
* @type {string}
|
|
15863
|
-
* @memberof
|
|
15864
|
-
*/
|
|
15865
|
-
readonly fromUpdatedAt?: string;
|
|
15866
|
-
/**
|
|
15867
|
-
* List of verification status to filter by
|
|
15868
|
-
* @type {Array<AssetVerificationStatus>}
|
|
15869
|
-
* @memberof TokensApiListERC20Tokens
|
|
15870
|
-
*/
|
|
15871
|
-
readonly verificationStatus?: Array<AssetVerificationStatus$1>;
|
|
15872
|
-
/**
|
|
15873
|
-
* [Experimental - Canonical token data may be updated] Filter by canonical or non-canonical tokens.
|
|
15874
|
-
* @type {boolean}
|
|
15875
|
-
* @memberof TokensApiListERC20Tokens
|
|
12687
|
+
* @memberof BasicAPIError
|
|
15876
12688
|
*/
|
|
15877
|
-
|
|
12689
|
+
'link': string;
|
|
15878
12690
|
/**
|
|
15879
|
-
*
|
|
12691
|
+
* Trace ID of the initial request
|
|
15880
12692
|
* @type {string}
|
|
15881
|
-
* @memberof
|
|
15882
|
-
*/
|
|
15883
|
-
readonly pageCursor?: string;
|
|
15884
|
-
/**
|
|
15885
|
-
* Maximum number of items to return
|
|
15886
|
-
* @type {number}
|
|
15887
|
-
* @memberof TokensApiListERC20Tokens
|
|
12693
|
+
* @memberof BasicAPIError
|
|
15888
12694
|
*/
|
|
15889
|
-
|
|
12695
|
+
'trace_id': string;
|
|
15890
12696
|
}
|
|
15891
12697
|
|
|
12698
|
+
/**
|
|
12699
|
+
* Immutable zkEVM API
|
|
12700
|
+
* Immutable Multi Rollup API
|
|
12701
|
+
*
|
|
12702
|
+
* The version of the OpenAPI document: 1.0.0
|
|
12703
|
+
* Contact: support@immutable.com
|
|
12704
|
+
*
|
|
12705
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12706
|
+
* https://openapi-generator.tech
|
|
12707
|
+
* Do not edit the class manually.
|
|
12708
|
+
*/
|
|
12709
|
+
/**
|
|
12710
|
+
* The activity type
|
|
12711
|
+
* @export
|
|
12712
|
+
* @enum {string}
|
|
12713
|
+
*/
|
|
12714
|
+
declare const ActivityType$2: {
|
|
12715
|
+
readonly Mint: "mint";
|
|
12716
|
+
readonly Burn: "burn";
|
|
12717
|
+
readonly Transfer: "transfer";
|
|
12718
|
+
readonly Sale: "sale";
|
|
12719
|
+
readonly Deposit: "deposit";
|
|
12720
|
+
readonly Withdrawal: "withdrawal";
|
|
12721
|
+
};
|
|
12722
|
+
type ActivityType$2 = typeof ActivityType$2[keyof typeof ActivityType$2];
|
|
12723
|
+
|
|
15892
12724
|
/**
|
|
15893
12725
|
* Immutable zkEVM API
|
|
15894
12726
|
* Immutable Multi Rollup API
|
|
@@ -20147,175 +16979,175 @@ declare class BlockchainData {
|
|
|
20147
16979
|
* @returns a promise that resolves with a list of activities
|
|
20148
16980
|
* @throws {@link index.APIError}
|
|
20149
16981
|
*/
|
|
20150
|
-
listActivities(request:
|
|
16982
|
+
listActivities(request: ListActivitiesRequestParams): Promise<ListActivitiesResult>;
|
|
20151
16983
|
/**
|
|
20152
16984
|
* List activities sorted by updated_at timestamp ascending, useful for time based data replication
|
|
20153
16985
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
20154
16986
|
* @returns a promise that resolves with a list of activities
|
|
20155
16987
|
* @throws {@link index.APIError}
|
|
20156
16988
|
*/
|
|
20157
|
-
listActivityHistory(request:
|
|
16989
|
+
listActivityHistory(request: ListActivityHistoryRequestParams): Promise<ListActivitiesResult>;
|
|
20158
16990
|
/**
|
|
20159
16991
|
* Get a single activity by ID
|
|
20160
16992
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
20161
16993
|
* @returns a promise that resolves with a single activity
|
|
20162
16994
|
* @throws {@link index.APIError}
|
|
20163
16995
|
*/
|
|
20164
|
-
getActivity(request:
|
|
16996
|
+
getActivity(request: GetActivityRequestParams): Promise<GetActivityResult>;
|
|
20165
16997
|
/**
|
|
20166
16998
|
* List supported chains
|
|
20167
16999
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
20168
17000
|
* @returns a promise that resolves with a list of supported chains
|
|
20169
17001
|
* @throws {@link index.APIError}
|
|
20170
17002
|
*/
|
|
20171
|
-
listChains(request:
|
|
17003
|
+
listChains(request: ListChainsRequestParams): Promise<ListChainsResult>;
|
|
20172
17004
|
/**
|
|
20173
17005
|
* List all collections
|
|
20174
17006
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
20175
17007
|
* @returns a promise that resolves with a list of collections
|
|
20176
17008
|
* @throws {@link index.APIError}
|
|
20177
17009
|
*/
|
|
20178
|
-
listCollections(request:
|
|
17010
|
+
listCollections(request: ListCollectionsRequestParams): Promise<ListCollectionsResult>;
|
|
20179
17011
|
/**
|
|
20180
17012
|
* List collections by NFT owner
|
|
20181
17013
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
20182
17014
|
* @returns a promise that resolves with a list of collections
|
|
20183
17015
|
* @throws {@link index.APIError}
|
|
20184
17016
|
*/
|
|
20185
|
-
listCollectionsByNFTOwner(request:
|
|
17017
|
+
listCollectionsByNFTOwner(request: ListCollectionsByNFTOwnerRequestParams): Promise<ListCollectionsResult>;
|
|
20186
17018
|
/**
|
|
20187
17019
|
* Get a collection by contract address
|
|
20188
17020
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
20189
17021
|
* @returns a promise that resolves with a single collection
|
|
20190
17022
|
* @throws {@link index.APIError}
|
|
20191
17023
|
*/
|
|
20192
|
-
getCollection(request:
|
|
17024
|
+
getCollection(request: GetCollectionRequestParams): Promise<GetCollectionResult>;
|
|
20193
17025
|
/**
|
|
20194
17026
|
* Get NFT by token ID
|
|
20195
17027
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
20196
17028
|
* @returns a promise that resolves with a single NFT
|
|
20197
17029
|
* @throws {@link index.APIError}
|
|
20198
17030
|
*/
|
|
20199
|
-
getNFT(request:
|
|
17031
|
+
getNFT(request: GetNFTRequestParams): Promise<GetNFTResult>;
|
|
20200
17032
|
/**
|
|
20201
17033
|
* List NFTs by contract address
|
|
20202
17034
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
20203
17035
|
* @returns a promise that resolves with a list of NFTs
|
|
20204
17036
|
* @throws {@link index.APIError}
|
|
20205
17037
|
*/
|
|
20206
|
-
listNFTs(request:
|
|
17038
|
+
listNFTs(request: ListNFTsRequestParams): Promise<ListNFTsResult>;
|
|
20207
17039
|
/**
|
|
20208
17040
|
* List NFTs by account address
|
|
20209
17041
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
20210
17042
|
* @returns a promise that resolves with a list of NFTs
|
|
20211
17043
|
* @throws {@link index.APIError}
|
|
20212
17044
|
*/
|
|
20213
|
-
listNFTsByAccountAddress(request:
|
|
17045
|
+
listNFTsByAccountAddress(request: ListNFTsByAccountAddressRequestParams): Promise<ListNFTsResult>;
|
|
20214
17046
|
/**
|
|
20215
17047
|
* List All NFTs on a chain
|
|
20216
17048
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
20217
17049
|
* @returns a promise that resolves with a list of NFTs
|
|
20218
17050
|
* @throws {@link index.APIError}
|
|
20219
17051
|
*/
|
|
20220
|
-
listAllNFTs(request:
|
|
17052
|
+
listAllNFTs(request: ListAllNFTsRequestParams): Promise<ListNFTsResult>;
|
|
20221
17053
|
/**
|
|
20222
17054
|
* Create a mint request to mint a set of NFTs for a given collection
|
|
20223
17055
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
20224
17056
|
* @returns a promise that resolves with the remaining rate limits
|
|
20225
17057
|
* @throws {@link index.APIError}
|
|
20226
17058
|
*/
|
|
20227
|
-
createMintRequest(request:
|
|
17059
|
+
createMintRequest(request: CreateMintRequestRequestParams): Promise<CreateMintRequestResult>;
|
|
20228
17060
|
/**
|
|
20229
17061
|
* List all mint requests for a given contract address
|
|
20230
17062
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
20231
17063
|
* @returns a promise that resolves with a list of mint requests
|
|
20232
17064
|
* @throws {@link index.APIError}
|
|
20233
17065
|
*/
|
|
20234
|
-
listMintRequests(request:
|
|
17066
|
+
listMintRequests(request: ListMintRequestsRequestParams): Promise<ListMintRequestsResult>;
|
|
20235
17067
|
/**
|
|
20236
17068
|
* Retrieve the status of a single mint request identified by its reference ID
|
|
20237
17069
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
20238
17070
|
* @returns a promise that resolves with a single mint request
|
|
20239
17071
|
* @throws {@link index.APIError}
|
|
20240
17072
|
*/
|
|
20241
|
-
getMintRequest(request:
|
|
17073
|
+
getMintRequest(request: GetMintRequestRequestParams): Promise<ListMintRequestsResult>;
|
|
20242
17074
|
/**
|
|
20243
17075
|
* List NFT owners by token ID
|
|
20244
17076
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
20245
17077
|
* @returns a promise that resolves with a list of NFT owners
|
|
20246
17078
|
* @throws {@link index.APIError}
|
|
20247
17079
|
*/
|
|
20248
|
-
listNFTOwners(request:
|
|
17080
|
+
listNFTOwners(request: ListNFTOwnersRequestParams): Promise<ListNFTOwnersResult>;
|
|
20249
17081
|
/**
|
|
20250
17082
|
* List NFT owners by contract address
|
|
20251
17083
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
20252
17084
|
* @returns a promise that resolves with a list of NFT owners
|
|
20253
17085
|
* @throws {@link index.APIError}
|
|
20254
17086
|
*/
|
|
20255
|
-
listNFTOwnersByContractAddress(request:
|
|
17087
|
+
listNFTOwnersByContractAddress(request: ListOwnersByContractAddressRequestParams): Promise<ListNFTOwnersResult>;
|
|
20256
17088
|
/**
|
|
20257
17089
|
* List All NFT owners on a chain
|
|
20258
17090
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
20259
17091
|
* @returns a promise that resolves with a list of NFT owners
|
|
20260
17092
|
* @throws {@link index.APIError}
|
|
20261
17093
|
*/
|
|
20262
|
-
listAllNFTOwners(request:
|
|
17094
|
+
listAllNFTOwners(request: ListAllNFTOwnersRequestParams): Promise<ListNFTOwnersResult>;
|
|
20263
17095
|
/**
|
|
20264
17096
|
* List ERC20 Token contracts
|
|
20265
17097
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
20266
17098
|
* @returns a promise that resolves with a list of ERC20 Tokens
|
|
20267
17099
|
* @throws {@link index.APIError}
|
|
20268
17100
|
*/
|
|
20269
|
-
listTokens(request:
|
|
17101
|
+
listTokens(request: ListERC20TokensRequestParams): Promise<ListTokensResult>;
|
|
20270
17102
|
/**
|
|
20271
17103
|
* Get details for an ERC20 Token by contract address
|
|
20272
17104
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
20273
17105
|
* @returns a promise that resolves with a list of ERC20 Tokens
|
|
20274
17106
|
* @throws {@link index.APIError}
|
|
20275
17107
|
*/
|
|
20276
|
-
getToken(request:
|
|
17108
|
+
getToken(request: GetERC20TokenRequestParams): Promise<GetTokenResult>;
|
|
20277
17109
|
/**
|
|
20278
17110
|
* Get metadata by ID
|
|
20279
17111
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
20280
17112
|
* @returns a promise that resolves with a single Metadata
|
|
20281
17113
|
* @throws {@link index.APIError}
|
|
20282
17114
|
*/
|
|
20283
|
-
getMetadata(request:
|
|
17115
|
+
getMetadata(request: GetMetadataRequestParams): Promise<GetMetadataResult>;
|
|
20284
17116
|
/**
|
|
20285
17117
|
* List NFT Metadata by contract address
|
|
20286
17118
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
20287
17119
|
* @returns a promise that resolves with a list of Metadata
|
|
20288
17120
|
* @throws {@link index.APIError}
|
|
20289
17121
|
*/
|
|
20290
|
-
listNFTMetadataByContractAddress(request:
|
|
17122
|
+
listNFTMetadataByContractAddress(request: ListMetadataRequestParams): Promise<ListMetadataResult>;
|
|
20291
17123
|
/**
|
|
20292
17124
|
* List NFT Metadata by chain
|
|
20293
17125
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
20294
17126
|
* @returns a promise that resolves with a list of Metadata
|
|
20295
17127
|
* @throws {@link index.APIError}
|
|
20296
17128
|
*/
|
|
20297
|
-
listNFTMetadataByChain(request:
|
|
17129
|
+
listNFTMetadataByChain(request: ListMetadataForChainRequestParams): Promise<ListMetadataResult>;
|
|
20298
17130
|
/**
|
|
20299
17131
|
* Refresh collection metadata
|
|
20300
17132
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
20301
17133
|
* @returns a promise that resolves with the updated collection
|
|
20302
17134
|
* @throws {@link index.APIError}
|
|
20303
17135
|
*/
|
|
20304
|
-
refreshCollectionMetadata(request:
|
|
17136
|
+
refreshCollectionMetadata(request: RefreshCollectionMetadataRequestParams): Promise<RefreshCollectionMetadataResult>;
|
|
20305
17137
|
/**
|
|
20306
17138
|
* Refresh metadata for specific NFTs
|
|
20307
17139
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
20308
17140
|
* @returns a promise that resolves with the remaining rate limits
|
|
20309
17141
|
* @throws {@link index.APIError}
|
|
20310
17142
|
*/
|
|
20311
|
-
refreshNFTMetadata(request:
|
|
17143
|
+
refreshNFTMetadata(request: RefreshNFTMetadataByTokenIDRequestParams): Promise<MetadataRefreshRateLimitResult>;
|
|
20312
17144
|
/**
|
|
20313
17145
|
* Refresh metadata by ID. This will refresh metadata for all NFTs that reference the given metadata ID.
|
|
20314
17146
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
20315
17147
|
* @returns a promise that resolves with the remaining rate limits
|
|
20316
17148
|
* @throws {@link index.APIError}
|
|
20317
17149
|
*/
|
|
20318
|
-
refreshStackedMetadata(request:
|
|
17150
|
+
refreshStackedMetadata(request: RefreshMetadataByIDRequestParams): Promise<MetadataRefreshRateLimitResult>;
|
|
20319
17151
|
}
|
|
20320
17152
|
|
|
20321
17153
|
/**
|
|
@@ -21217,15 +18049,15 @@ interface BalancesApiListBalancesRequest extends BalancesApiListBalancesRequest$
|
|
|
21217
18049
|
}
|
|
21218
18050
|
interface CancelOrderResponse extends CancelOrderResponse$1 {
|
|
21219
18051
|
}
|
|
21220
|
-
interface Collection extends Collection$
|
|
18052
|
+
interface Collection extends Collection$2 {
|
|
21221
18053
|
}
|
|
21222
18054
|
interface CollectionFilter extends CollectionFilter$1 {
|
|
21223
18055
|
}
|
|
21224
|
-
interface CollectionsApiGetCollectionRequest extends CollectionsApiGetCollectionRequest$
|
|
18056
|
+
interface CollectionsApiGetCollectionRequest extends CollectionsApiGetCollectionRequest$1 {
|
|
21225
18057
|
}
|
|
21226
18058
|
interface CollectionsApiListCollectionFiltersRequest extends CollectionsApiListCollectionFiltersRequest$1 {
|
|
21227
18059
|
}
|
|
21228
|
-
interface CollectionsApiListCollectionsRequest extends CollectionsApiListCollectionsRequest$
|
|
18060
|
+
interface CollectionsApiListCollectionsRequest extends CollectionsApiListCollectionsRequest$1 {
|
|
21229
18061
|
}
|
|
21230
18062
|
interface CreateCollectionRequest extends CreateCollectionRequest$1 {
|
|
21231
18063
|
}
|
|
@@ -21253,7 +18085,7 @@ interface CreateWithdrawalResponse extends CreateWithdrawalResponse$1 {
|
|
|
21253
18085
|
}
|
|
21254
18086
|
interface CurrencyWithLimits extends CurrencyWithLimits$1 {
|
|
21255
18087
|
}
|
|
21256
|
-
interface Deposit extends Deposit$
|
|
18088
|
+
interface Deposit extends Deposit$2 {
|
|
21257
18089
|
}
|
|
21258
18090
|
interface DepositsApiGetDepositRequest extends DepositsApiGetDepositRequest$1 {
|
|
21259
18091
|
}
|
|
@@ -21311,7 +18143,7 @@ interface MetadataSchemaProperty extends MetadataSchemaProperty$1 {
|
|
|
21311
18143
|
}
|
|
21312
18144
|
interface MetadataSchemaRequest extends MetadataSchemaRequest$1 {
|
|
21313
18145
|
}
|
|
21314
|
-
interface Mint extends Mint$
|
|
18146
|
+
interface Mint extends Mint$2 {
|
|
21315
18147
|
}
|
|
21316
18148
|
interface MintFee extends MintFee$1 {
|
|
21317
18149
|
}
|
|
@@ -21385,7 +18217,7 @@ interface TradesApiGetTradeV3Request extends TradesApiGetTradeV3Request$1 {
|
|
|
21385
18217
|
}
|
|
21386
18218
|
interface TradesApiListTradesV3Request extends TradesApiListTradesV3Request$1 {
|
|
21387
18219
|
}
|
|
21388
|
-
interface Transfer extends Transfer$
|
|
18220
|
+
interface Transfer extends Transfer$2 {
|
|
21389
18221
|
}
|
|
21390
18222
|
interface TransfersApiGetTransferRequest extends TransfersApiGetTransferRequest$1 {
|
|
21391
18223
|
}
|
|
@@ -21393,7 +18225,7 @@ interface TransfersApiListTransfersRequest extends TransfersApiListTransfersRequ
|
|
|
21393
18225
|
}
|
|
21394
18226
|
interface UpdateCollectionRequest extends UpdateCollectionRequest$1 {
|
|
21395
18227
|
}
|
|
21396
|
-
interface Withdrawal extends Withdrawal$
|
|
18228
|
+
interface Withdrawal extends Withdrawal$2 {
|
|
21397
18229
|
}
|
|
21398
18230
|
interface WithdrawalsApiGetWithdrawalRequest extends WithdrawalsApiGetWithdrawalRequest$1 {
|
|
21399
18231
|
}
|
|
@@ -27030,11 +23862,13 @@ declare class Passport {
|
|
|
27030
23862
|
* @param options.useCachedSession = false - If true, and no active session exists, then the user will not be
|
|
27031
23863
|
* prompted to log in and the Promise will resolve with a null value.
|
|
27032
23864
|
* @param options.anonymousId - If provided, Passport internal metrics will be enriched with this value.
|
|
23865
|
+
* @param options.useSilentLogin - If true, and no active session exists, then the user will not be prompted to log in. Instead, we will attempt to authenticate the user silently. This approach will fail if the user does not have an active session with the authentication server, or if user input is required (for example, consent is required).
|
|
27033
23866
|
* @returns {Promise<UserProfile | null>} the user profile if the user is logged in, otherwise null
|
|
27034
23867
|
*/
|
|
27035
23868
|
login(options?: {
|
|
27036
|
-
useCachedSession
|
|
23869
|
+
useCachedSession?: boolean;
|
|
27037
23870
|
anonymousId?: string;
|
|
23871
|
+
useSilentLogin?: boolean;
|
|
27038
23872
|
}): Promise<UserProfile | null>;
|
|
27039
23873
|
loginCallback(): Promise<void>;
|
|
27040
23874
|
loginWithDeviceFlow(options?: {
|
|
@@ -29457,6 +26291,7 @@ interface CheckoutModuleConfiguration extends ModuleConfiguration<CheckoutOverri
|
|
|
29457
26291
|
* @property {GasEstimateTokenConfig | undefined} gasEstimateTokens
|
|
29458
26292
|
* @property {ImxAddressConfig | undefined} imxAddressMapping
|
|
29459
26293
|
* @property {TelemetryConfig | undefined} telemetry
|
|
26294
|
+
* @property {SquidConfig | undefined} squid
|
|
29460
26295
|
*/
|
|
29461
26296
|
type RemoteConfiguration = {
|
|
29462
26297
|
/** The config used for the Connect. */
|
|
@@ -29475,6 +26310,8 @@ type RemoteConfiguration = {
|
|
|
29475
26310
|
imxAddressMapping?: ImxAddressConfig;
|
|
29476
26311
|
/** Telemetry config. */
|
|
29477
26312
|
telemetry?: TelemetryConfig;
|
|
26313
|
+
/** Squid config. */
|
|
26314
|
+
squid?: SquidConfig;
|
|
29478
26315
|
};
|
|
29479
26316
|
/**
|
|
29480
26317
|
* A type representing the fee structure for an OnRamp provider
|
|
@@ -29586,6 +26423,13 @@ type ImxAddressConfig = {
|
|
|
29586
26423
|
type TelemetryConfig = {
|
|
29587
26424
|
segmentPublishableKey: string;
|
|
29588
26425
|
};
|
|
26426
|
+
/**
|
|
26427
|
+
* A type representing the squid integrator id.
|
|
26428
|
+
* @property {string} integratorId
|
|
26429
|
+
*/
|
|
26430
|
+
type SquidConfig = {
|
|
26431
|
+
integratorId: string;
|
|
26432
|
+
};
|
|
29589
26433
|
/**
|
|
29590
26434
|
* A type representing the required information to estimate gas for a transaction.
|
|
29591
26435
|
* @type {{ [key: string]: { bridgeToL2Addresses?: GasEstimateBridgeToL2TokenConfig, swapAddresses?: GasEstimateSwapTokenConfig } }}
|
|
@@ -30554,7 +27398,8 @@ declare enum OrchestrationEventType {
|
|
|
30554
27398
|
REQUEST_SWAP = "request-swap",
|
|
30555
27399
|
REQUEST_BRIDGE = "request-bridge",
|
|
30556
27400
|
REQUEST_ONRAMP = "request-onramp",
|
|
30557
|
-
REQUEST_ADD_FUNDS = "request-add-funds"
|
|
27401
|
+
REQUEST_ADD_FUNDS = "request-add-funds",
|
|
27402
|
+
REQUEST_GO_BACK = "request-go-back"
|
|
30558
27403
|
}
|
|
30559
27404
|
/**
|
|
30560
27405
|
* Represents the connect event object when the connect widget is requested.
|
|
@@ -30612,7 +27457,11 @@ type RequestOnrampEvent = {
|
|
|
30612
27457
|
* Represents the add funds event object when the add funds widget is requested.
|
|
30613
27458
|
*/
|
|
30614
27459
|
type RequestAddFundsEvent = {};
|
|
30615
|
-
|
|
27460
|
+
/**
|
|
27461
|
+
* Represents the object provide after go back event is requested
|
|
27462
|
+
*/
|
|
27463
|
+
type RequestGoBackEvent = {};
|
|
27464
|
+
type OrchestrationEventData = RequestConnectEvent | RequestWalletEvent | RequestSwapEvent | RequestBridgeEvent | RequestOnrampEvent | RequestGoBackEvent;
|
|
30616
27465
|
|
|
30617
27466
|
/**
|
|
30618
27467
|
* Enum of possible OnRamp Widget event types.
|
|
@@ -30763,8 +27612,7 @@ declare enum AddFundsEventType {
|
|
|
30763
27612
|
LANGUAGE_CHANGED = "language-changed",
|
|
30764
27613
|
REQUEST_BRIDGE = "request-bridge",
|
|
30765
27614
|
REQUEST_ONRAMP = "request-onramp",
|
|
30766
|
-
REQUEST_SWAP = "request-swap"
|
|
30767
|
-
GO_BACK = "go-back"
|
|
27615
|
+
REQUEST_SWAP = "request-swap"
|
|
30768
27616
|
}
|
|
30769
27617
|
|
|
30770
27618
|
type AddFundsWidgetParams = {
|
|
@@ -30777,9 +27625,11 @@ type AddFundsWidgetParams = {
|
|
|
30777
27625
|
/** Configure to show on bridge option */
|
|
30778
27626
|
showBridgeOption?: boolean;
|
|
30779
27627
|
/** Token address of the fund to be added */
|
|
30780
|
-
|
|
27628
|
+
toTokenAddress?: string;
|
|
30781
27629
|
/** Amount of the fund to be added */
|
|
30782
|
-
|
|
27630
|
+
toAmount?: string;
|
|
27631
|
+
/** Whether to show a back button on the first screen, on click triggers REQUEST_GO_BACK event */
|
|
27632
|
+
showBackButton?: boolean;
|
|
30783
27633
|
};
|
|
30784
27634
|
|
|
30785
27635
|
declare enum ConnectTargetLayer {
|
|
@@ -30812,6 +27662,8 @@ type BridgeWidgetParams = {
|
|
|
30812
27662
|
walletProviderName?: WalletProviderName;
|
|
30813
27663
|
/** The language to use for the bridge widget */
|
|
30814
27664
|
language?: WidgetLanguage;
|
|
27665
|
+
/** Whether to show a back button on the first screen, on click triggers REQUEST_GO_BACK event */
|
|
27666
|
+
showBackButton?: boolean;
|
|
30815
27667
|
};
|
|
30816
27668
|
|
|
30817
27669
|
/**
|
|
@@ -30851,6 +27703,8 @@ type SwapWidgetParams = {
|
|
|
30851
27703
|
autoProceed?: boolean;
|
|
30852
27704
|
/** The direction of the swap */
|
|
30853
27705
|
direction?: SwapDirection;
|
|
27706
|
+
/** Whether to show a back button on the first screen, on click triggers REQUEST_GO_BACK event */
|
|
27707
|
+
showBackButton?: boolean;
|
|
30854
27708
|
};
|
|
30855
27709
|
|
|
30856
27710
|
/**
|
|
@@ -30868,6 +27722,8 @@ type OnRampWidgetParams = {
|
|
|
30868
27722
|
walletProviderName?: WalletProviderName;
|
|
30869
27723
|
/** The language to use for the onramp widget */
|
|
30870
27724
|
language?: WidgetLanguage;
|
|
27725
|
+
/** Whether to show a back button on the first screen, on click triggers REQUEST_GO_BACK event */
|
|
27726
|
+
showBackButton?: boolean;
|
|
30871
27727
|
};
|
|
30872
27728
|
|
|
30873
27729
|
/**
|
|
@@ -31014,6 +27870,7 @@ type OrchestrationMapping = {
|
|
|
31014
27870
|
[OrchestrationEventType.REQUEST_BRIDGE]: RequestBridgeEvent;
|
|
31015
27871
|
[OrchestrationEventType.REQUEST_ONRAMP]: RequestOnrampEvent;
|
|
31016
27872
|
[OrchestrationEventType.REQUEST_ADD_FUNDS]: RequestAddFundsEvent;
|
|
27873
|
+
[OrchestrationEventType.REQUEST_GO_BACK]: RequestGoBackEvent;
|
|
31017
27874
|
};
|
|
31018
27875
|
type ProviderEventMapping = {
|
|
31019
27876
|
[ProviderEventType.PROVIDER_UPDATED]: ProviderUpdated;
|
|
@@ -31076,7 +27933,6 @@ type WidgetEventData = {
|
|
|
31076
27933
|
};
|
|
31077
27934
|
[WidgetType.ADD_FUNDS]: {
|
|
31078
27935
|
[AddFundsEventType.CLOSE_WIDGET]: {};
|
|
31079
|
-
[AddFundsEventType.GO_BACK]: {};
|
|
31080
27936
|
[AddFundsEventType.REQUEST_BRIDGE]: {};
|
|
31081
27937
|
[AddFundsEventType.REQUEST_SWAP]: {};
|
|
31082
27938
|
[AddFundsEventType.REQUEST_ONRAMP]: {};
|
|
@@ -31547,7 +28403,8 @@ declare enum PostMessageHandlerEventType {
|
|
|
31547
28403
|
PROVIDER_RELAY = "IMTBL_PROVIDER_RELAY",
|
|
31548
28404
|
PROVIDER_UPDATED = "IMTBL_PROVIDER_UPDATED",
|
|
31549
28405
|
EIP_6963_EVENT = "IMTBL_EIP_6963_EVENT",
|
|
31550
|
-
WIDGET_EVENT = "IMTBL_CHECKOUT_WIDGET_EVENT"
|
|
28406
|
+
WIDGET_EVENT = "IMTBL_CHECKOUT_WIDGET_EVENT",
|
|
28407
|
+
WIDGET_PROVIDER_EVENT = "IMTBL_WIDGET_PROVIDER_EVENT"
|
|
31551
28408
|
}
|
|
31552
28409
|
type WidgetEventDetail<T extends WidgetType> = {
|
|
31553
28410
|
[K in keyof WidgetEventData[T]]: {
|
|
@@ -31579,6 +28436,9 @@ type PostMessageData = {
|
|
|
31579
28436
|
} | {
|
|
31580
28437
|
type: PostMessageHandlerEventType.WIDGET_EVENT;
|
|
31581
28438
|
payload: PostMessageWidgetEventData;
|
|
28439
|
+
} | {
|
|
28440
|
+
type: PostMessageHandlerEventType.WIDGET_PROVIDER_EVENT;
|
|
28441
|
+
payload: any;
|
|
31582
28442
|
};
|
|
31583
28443
|
|
|
31584
28444
|
type PostMessageHandlerConfiguration = {
|
|
@@ -31876,6 +28736,7 @@ type checkout_d_RemoteConfiguration = RemoteConfiguration;
|
|
|
31876
28736
|
type checkout_d_RequestAddFundsEvent = RequestAddFundsEvent;
|
|
31877
28737
|
type checkout_d_RequestBridgeEvent = RequestBridgeEvent;
|
|
31878
28738
|
type checkout_d_RequestConnectEvent = RequestConnectEvent;
|
|
28739
|
+
type checkout_d_RequestGoBackEvent = RequestGoBackEvent;
|
|
31879
28740
|
type checkout_d_RequestOnrampEvent = RequestOnrampEvent;
|
|
31880
28741
|
type checkout_d_RequestSwapEvent = RequestSwapEvent;
|
|
31881
28742
|
type checkout_d_RequestWalletEvent = RequestWalletEvent;
|
|
@@ -31910,6 +28771,7 @@ type checkout_d_SmartCheckoutParams = SmartCheckoutParams;
|
|
|
31910
28771
|
type checkout_d_SmartCheckoutResult = SmartCheckoutResult;
|
|
31911
28772
|
type checkout_d_SmartCheckoutRouter = SmartCheckoutRouter;
|
|
31912
28773
|
type checkout_d_SmartCheckoutSufficient = SmartCheckoutSufficient;
|
|
28774
|
+
type checkout_d_SquidConfig = SquidConfig;
|
|
31913
28775
|
type checkout_d_SuccessfulGaslessCancellation = SuccessfulGaslessCancellation;
|
|
31914
28776
|
type checkout_d_SwapDirection = SwapDirection;
|
|
31915
28777
|
declare const checkout_d_SwapDirection: typeof SwapDirection;
|
|
@@ -31969,7 +28831,7 @@ declare const checkout_d_getPassportProviderDetail: typeof getPassportProviderDe
|
|
|
31969
28831
|
declare const checkout_d_isAddressSanctioned: typeof isAddressSanctioned;
|
|
31970
28832
|
declare const checkout_d_validateProvider: typeof validateProvider;
|
|
31971
28833
|
declare namespace checkout_d {
|
|
31972
|
-
export { checkout_d_AddFundsEventType as AddFundsEventType, type checkout_d_AddFundsWidgetParams as AddFundsWidgetParams, type checkout_d_AllowedNetworkConfig as AllowedNetworkConfig, type checkout_d_AvailableRoutingOptions as AvailableRoutingOptions, type checkout_d_BalanceDelta as BalanceDelta, checkout_d_BlockExplorerService as BlockExplorerService, type checkout_d_BridgeClaimWithdrawalFailed as BridgeClaimWithdrawalFailed, type checkout_d_BridgeClaimWithdrawalSuccess as BridgeClaimWithdrawalSuccess, checkout_d_BridgeEventType as BridgeEventType, type checkout_d_BridgeFailed as BridgeFailed, type checkout_d_BridgeFundingStep as BridgeFundingStep, type checkout_d_BridgeTransactionSent as BridgeTransactionSent, type checkout_d_BridgeWidgetConfiguration as BridgeWidgetConfiguration, type checkout_d_BridgeWidgetParams as BridgeWidgetParams, type checkout_d_BuyOrder as BuyOrder, type checkout_d_BuyOverrides as BuyOverrides, type checkout_d_BuyParams as BuyParams, type checkout_d_BuyResult as BuyResult, type checkout_d_BuyResultFailed as BuyResultFailed, type checkout_d_BuyResultFulfillmentsUnsettled as BuyResultFulfillmentsUnsettled, type checkout_d_BuyResultInsufficientFunds as BuyResultInsufficientFunds, type checkout_d_BuyResultSuccess as BuyResultSuccess, type checkout_d_BuyToken as BuyToken, type checkout_d_CancelOverrides as CancelOverrides, type checkout_d_CancelParams as CancelParams, type checkout_d_CancelResult as CancelResult, type checkout_d_CancelResultFailed as CancelResultFailed, type checkout_d_CancelResultFulfillmentsUnsettled as CancelResultFulfillmentsUnsettled, type checkout_d_CancelResultGasless as CancelResultGasless, type checkout_d_CancelResultSuccess as CancelResultSuccess, checkout_d_ChainId as ChainId, checkout_d_ChainName as ChainName, checkout_d_ChainSlug as ChainSlug, type checkout_d_CheckConnectionParams as CheckConnectionParams, type checkout_d_CheckConnectionResult as CheckConnectionResult, type checkout_d_CheckouWidgetBridgeFlowParams as CheckouWidgetBridgeFlowParams, type checkout_d_CheckouWidgetOnRampFlowParams as CheckouWidgetOnRampFlowParams, type checkout_d_CheckouWidgetSaleFlowParams as CheckouWidgetSaleFlowParams, type checkout_d_CheckouWidgetSwapFlowParams as CheckouWidgetSwapFlowParams, checkout_d_Checkout as Checkout, type checkout_d_CheckoutBridgeClaimWithdrawalFailedEvent as CheckoutBridgeClaimWithdrawalFailedEvent, type checkout_d_CheckoutBridgeClaimWithdrawalSuccessEvent as CheckoutBridgeClaimWithdrawalSuccessEvent, type checkout_d_CheckoutBridgeConfiguration as CheckoutBridgeConfiguration, type checkout_d_CheckoutBridgeFailureEvent as CheckoutBridgeFailureEvent, type checkout_d_CheckoutBridgeSuccessEvent as CheckoutBridgeSuccessEvent, checkout_d_CheckoutConfiguration as CheckoutConfiguration, type checkout_d_CheckoutConnectFailureEvent as CheckoutConnectFailureEvent, type checkout_d_CheckoutConnectSuccessEvent as CheckoutConnectSuccessEvent, checkout_d_CheckoutErrorType as CheckoutErrorType, checkout_d_CheckoutEventType as CheckoutEventType, type checkout_d_CheckoutFailureEvent as CheckoutFailureEvent, checkout_d_CheckoutFailureEventType as CheckoutFailureEventType, checkout_d_CheckoutFlowType as CheckoutFlowType, type checkout_d_CheckoutModuleConfiguration as CheckoutModuleConfiguration, type checkout_d_CheckoutNetworkSwitchEvent as CheckoutNetworkSwitchEvent, type checkout_d_CheckoutOnRampConfiguration as CheckoutOnRampConfiguration, type checkout_d_CheckoutOnRampFailureEvent as CheckoutOnRampFailureEvent, type checkout_d_CheckoutOnRampSuccessEvent as CheckoutOnRampSuccessEvent, type checkout_d_CheckoutPaymentMethodSelectedEvent as CheckoutPaymentMethodSelectedEvent, type checkout_d_CheckoutPaymentTokenSelectedEvent as CheckoutPaymentTokenSelectedEvent, type checkout_d_CheckoutProviderUpdatedEvent as CheckoutProviderUpdatedEvent, type checkout_d_CheckoutSaleFailureEvent as CheckoutSaleFailureEvent, type checkout_d_CheckoutSaleSuccessEvent as CheckoutSaleSuccessEvent, type checkout_d_CheckoutSaleSuccessfulTransactionEvent as CheckoutSaleSuccessfulTransactionEvent, checkout_d_CheckoutStatus as CheckoutStatus, type checkout_d_CheckoutSuccessEvent as CheckoutSuccessEvent, checkout_d_CheckoutSuccessEventType as CheckoutSuccessEventType, type checkout_d_CheckoutSwapConfiguration as CheckoutSwapConfiguration, type checkout_d_CheckoutSwapFailureEvent as CheckoutSwapFailureEvent, type checkout_d_CheckoutSwapRejectedEvent as CheckoutSwapRejectedEvent, type checkout_d_CheckoutSwapSuccessEvent as CheckoutSwapSuccessEvent, type checkout_d_CheckoutUserActionEvent as CheckoutUserActionEvent, checkout_d_CheckoutUserActionEventType as CheckoutUserActionEventType, type checkout_d_CheckoutWidgetConfiguration as CheckoutWidgetConfiguration, type checkout_d_CheckoutWidgetConnectFlowParams as CheckoutWidgetConnectFlowParams, type checkout_d_CheckoutWidgetFlowParams as CheckoutWidgetFlowParams, type checkout_d_CheckoutWidgetParams as CheckoutWidgetParams, type checkout_d_CheckoutWidgetWalletFlowParams as CheckoutWidgetWalletFlowParams, type checkout_d_CheckoutWidgetsConfig as CheckoutWidgetsConfig, checkout_d_ConnectEventType as ConnectEventType, type checkout_d_ConnectParams as ConnectParams, type checkout_d_ConnectResult as ConnectResult, checkout_d_ConnectTargetLayer as ConnectTargetLayer, type checkout_d_ConnectWidgetConfiguration as ConnectWidgetConfiguration, type checkout_d_ConnectWidgetParams as ConnectWidgetParams, type checkout_d_ConnectionFailed as ConnectionFailed, type checkout_d_ConnectionSuccess as ConnectionSuccess, type checkout_d_CreateProviderParams as CreateProviderParams, type checkout_d_CreateProviderResult as CreateProviderResult, type checkout_d_DexConfig as DexConfig, type checkout_d_EIP1193Provider as EIP1193Provider, type checkout_d_EIP6963ProviderDetail as EIP6963ProviderDetail, type checkout_d_EIP6963ProviderInfo as EIP6963ProviderInfo, type checkout_d_ERC20ItemRequirement as ERC20ItemRequirement, type checkout_d_ERC721Balance as ERC721Balance, type checkout_d_ERC721ItemRequirement as ERC721ItemRequirement, type checkout_d_ErrorType as ErrorType, checkout_d_ExchangeType as ExchangeType, type checkout_d_FailedGaslessCancellation as FailedGaslessCancellation, type Fee$1 as Fee, type checkout_d_FeePercentage as FeePercentage, type checkout_d_FeeToken as FeeToken, checkout_d_FeeType as FeeType, type checkout_d_FiatRampParams as FiatRampParams, type checkout_d_FulfillmentTransaction as FulfillmentTransaction, type checkout_d_FundingItem as FundingItem, type checkout_d_FundingRoute as FundingRoute, type checkout_d_FundingStep as FundingStep, checkout_d_FundingStepType as FundingStepType, type checkout_d_GasAmount as GasAmount, type checkout_d_GasEstimateBridgeToL2Result as GasEstimateBridgeToL2Result, type checkout_d_GasEstimateParams as GasEstimateParams, type checkout_d_GasEstimateSwapResult as GasEstimateSwapResult, type checkout_d_GasEstimateTokenConfig as GasEstimateTokenConfig, checkout_d_GasEstimateType as GasEstimateType, type checkout_d_GasToken as GasToken, checkout_d_GasTokenType as GasTokenType, type checkout_d_GetAllBalancesParams as GetAllBalancesParams, type checkout_d_GetAllBalancesResult as GetAllBalancesResult, type checkout_d_GetBalanceParams as GetBalanceParams, type checkout_d_GetBalanceResult as GetBalanceResult, type checkout_d_GetNetworkAllowListParams as GetNetworkAllowListParams, type checkout_d_GetNetworkAllowListResult as GetNetworkAllowListResult, type checkout_d_GetNetworkParams as GetNetworkParams, type checkout_d_GetTokenAllowListParams as GetTokenAllowListParams, type checkout_d_GetTokenAllowListResult as GetTokenAllowListResult, type checkout_d_GetTokenInfoParams as GetTokenInfoParams, type checkout_d_GetWalletAllowListParams as GetWalletAllowListParams, type checkout_d_GetWalletAllowListResult as GetWalletAllowListResult, checkout_d_IMMUTABLE_API_BASE_URL as IMMUTABLE_API_BASE_URL, checkout_d_IMTBLWidgetEvents as IMTBLWidgetEvents, type checkout_d_IWidgetsFactory as IWidgetsFactory, type checkout_d_ItemBalance as ItemBalance, checkout_d_ItemType as ItemType, type checkout_d_LanguageChanged as LanguageChanged, type checkout_d_NativeItemRequirement as NativeItemRequirement, type checkout_d_NetworkFilter as NetworkFilter, checkout_d_NetworkFilterTypes as NetworkFilterTypes, type checkout_d_NetworkInfo as NetworkInfo, type checkout_d_NoRouteOptions as NoRouteOptions, type checkout_d_NoRoutesFound as NoRoutesFound, checkout_d_OnRampEventType as OnRampEventType, type checkout_d_OnRampFailed as OnRampFailed, type checkout_d_OnRampFundingStep as OnRampFundingStep, type checkout_d_OnRampProviderFees as OnRampProviderFees, type checkout_d_OnRampSuccess as OnRampSuccess, type checkout_d_OnRampWidgetParams as OnRampWidgetParams, type checkout_d_OnrampWidgetConfiguration as OnrampWidgetConfiguration, type checkout_d_OrchestrationEvent as OrchestrationEvent, type checkout_d_OrchestrationEventData as OrchestrationEventData, checkout_d_OrchestrationEventType as OrchestrationEventType, type checkout_d_OrderFee as OrderFee, type checkout_d_PendingGaslessCancellation as PendingGaslessCancellation, type checkout_d_PostMessageData as PostMessageData, checkout_d_PostMessageHandler as PostMessageHandler, type checkout_d_PostMessageHandlerConfiguration as PostMessageHandlerConfiguration, checkout_d_PostMessageHandlerEventType as PostMessageHandlerEventType, type checkout_d_ProviderEvent as ProviderEvent, checkout_d_ProviderEventType as ProviderEventType, type checkout_d_ProviderUpdated as ProviderUpdated, type checkout_d_RemoteConfiguration as RemoteConfiguration, type checkout_d_RequestAddFundsEvent as RequestAddFundsEvent, type checkout_d_RequestBridgeEvent as RequestBridgeEvent, type checkout_d_RequestConnectEvent as RequestConnectEvent, type checkout_d_RequestOnrampEvent as RequestOnrampEvent, type checkout_d_RequestSwapEvent as RequestSwapEvent, type checkout_d_RequestWalletEvent as RequestWalletEvent, type checkout_d_RoutesFound as RoutesFound, type checkout_d_RoutingOutcome as RoutingOutcome, checkout_d_RoutingOutcomeType as RoutingOutcomeType, checkout_d_SaleEventType as SaleEventType, type checkout_d_SaleFailed as SaleFailed, type checkout_d_SaleItem as SaleItem, type checkout_d_SalePaymentMethod as SalePaymentMethod, type checkout_d_SalePaymentToken as SalePaymentToken, checkout_d_SalePaymentTypes as SalePaymentTypes, type checkout_d_SaleSuccess as SaleSuccess, type checkout_d_SaleTransactionSuccess as SaleTransactionSuccess, type checkout_d_SaleWidgetConfiguration as SaleWidgetConfiguration, type checkout_d_SaleWidgetParams as SaleWidgetParams, type checkout_d_SellOrder as SellOrder, type checkout_d_SellParams as SellParams, type checkout_d_SellResult as SellResult, type checkout_d_SellResultFailed as SellResultFailed, type checkout_d_SellResultInsufficientFunds as SellResultInsufficientFunds, type checkout_d_SellResultSuccess as SellResultSuccess, type checkout_d_SellToken as SellToken, type checkout_d_SemanticVersion as SemanticVersion, type checkout_d_SendTransactionParams as SendTransactionParams, type checkout_d_SendTransactionResult as SendTransactionResult, type checkout_d_SmartCheckoutInsufficient as SmartCheckoutInsufficient, type checkout_d_SmartCheckoutParams as SmartCheckoutParams, type checkout_d_SmartCheckoutResult as SmartCheckoutResult, type checkout_d_SmartCheckoutRouter as SmartCheckoutRouter, type checkout_d_SmartCheckoutSufficient as SmartCheckoutSufficient, type checkout_d_SuccessfulGaslessCancellation as SuccessfulGaslessCancellation, checkout_d_SwapDirection as SwapDirection, checkout_d_SwapEventType as SwapEventType, type checkout_d_SwapFailed as SwapFailed, type checkout_d_SwapFees as SwapFees, type checkout_d_SwapFundingStep as SwapFundingStep, type checkout_d_SwapRejected as SwapRejected, type checkout_d_SwapSuccess as SwapSuccess, type checkout_d_SwapWidgetConfiguration as SwapWidgetConfiguration, type checkout_d_SwapWidgetParams as SwapWidgetParams, type checkout_d_SwitchNetworkParams as SwitchNetworkParams, type checkout_d_SwitchNetworkResult as SwitchNetworkResult, type checkout_d_TelemetryConfig as TelemetryConfig, type checkout_d_TokenAmountEstimate as TokenAmountEstimate, type checkout_d_TokenBalance as TokenBalance, type checkout_d_TokenFilter as TokenFilter, checkout_d_TokenFilterTypes as TokenFilterTypes, type checkout_d_TokenInfo as TokenInfo, checkout_d_TransactionOrGasType as TransactionOrGasType, type checkout_d_TransactionRequirement as TransactionRequirement, type checkout_d_WalletConnectConfig as WalletConnectConfig, type checkout_d_WalletConnectManager as WalletConnectManager, type checkout_d_WalletConnectProviderChanged as WalletConnectProviderChanged, type checkout_d_WalletDisconnect as WalletDisconnect, checkout_d_WalletEventType as WalletEventType, type checkout_d_WalletFilter as WalletFilter, checkout_d_WalletFilterTypes as WalletFilterTypes, type checkout_d_WalletInfo as WalletInfo, type checkout_d_WalletNetworkSwitch as WalletNetworkSwitch, checkout_d_WalletProviderName as WalletProviderName, checkout_d_WalletProviderRdns as WalletProviderRdns, type checkout_d_WalletWidgetConfiguration as WalletWidgetConfiguration, type checkout_d_WalletWidgetParams as WalletWidgetParams, type checkout_d_Widget as Widget, type checkout_d_WidgetConfiguration as WidgetConfiguration, type checkout_d_WidgetConfigurations as WidgetConfigurations, type checkout_d_WidgetEvent as WidgetEvent, type checkout_d_WidgetEventData as WidgetEventData, type checkout_d_WidgetEventTypes as WidgetEventTypes, type checkout_d_WidgetLanguage as WidgetLanguage, type checkout_d_WidgetParameters as WidgetParameters, type checkout_d_WidgetProperties as WidgetProperties, checkout_d_WidgetTheme as WidgetTheme, checkout_d_WidgetType as WidgetType, checkout_d_getMetaMaskProviderDetail as getMetaMaskProviderDetail, checkout_d_getPassportProviderDetail as getPassportProviderDetail, checkout_d_isAddressSanctioned as isAddressSanctioned, checkout_d_validateProvider as validateProvider };
|
|
28834
|
+
export { checkout_d_AddFundsEventType as AddFundsEventType, type checkout_d_AddFundsWidgetParams as AddFundsWidgetParams, type checkout_d_AllowedNetworkConfig as AllowedNetworkConfig, type checkout_d_AvailableRoutingOptions as AvailableRoutingOptions, type checkout_d_BalanceDelta as BalanceDelta, checkout_d_BlockExplorerService as BlockExplorerService, type checkout_d_BridgeClaimWithdrawalFailed as BridgeClaimWithdrawalFailed, type checkout_d_BridgeClaimWithdrawalSuccess as BridgeClaimWithdrawalSuccess, checkout_d_BridgeEventType as BridgeEventType, type checkout_d_BridgeFailed as BridgeFailed, type checkout_d_BridgeFundingStep as BridgeFundingStep, type checkout_d_BridgeTransactionSent as BridgeTransactionSent, type checkout_d_BridgeWidgetConfiguration as BridgeWidgetConfiguration, type checkout_d_BridgeWidgetParams as BridgeWidgetParams, type checkout_d_BuyOrder as BuyOrder, type checkout_d_BuyOverrides as BuyOverrides, type checkout_d_BuyParams as BuyParams, type checkout_d_BuyResult as BuyResult, type checkout_d_BuyResultFailed as BuyResultFailed, type checkout_d_BuyResultFulfillmentsUnsettled as BuyResultFulfillmentsUnsettled, type checkout_d_BuyResultInsufficientFunds as BuyResultInsufficientFunds, type checkout_d_BuyResultSuccess as BuyResultSuccess, type checkout_d_BuyToken as BuyToken, type checkout_d_CancelOverrides as CancelOverrides, type checkout_d_CancelParams as CancelParams, type checkout_d_CancelResult as CancelResult, type checkout_d_CancelResultFailed as CancelResultFailed, type checkout_d_CancelResultFulfillmentsUnsettled as CancelResultFulfillmentsUnsettled, type checkout_d_CancelResultGasless as CancelResultGasless, type checkout_d_CancelResultSuccess as CancelResultSuccess, checkout_d_ChainId as ChainId, checkout_d_ChainName as ChainName, checkout_d_ChainSlug as ChainSlug, type checkout_d_CheckConnectionParams as CheckConnectionParams, type checkout_d_CheckConnectionResult as CheckConnectionResult, type checkout_d_CheckouWidgetBridgeFlowParams as CheckouWidgetBridgeFlowParams, type checkout_d_CheckouWidgetOnRampFlowParams as CheckouWidgetOnRampFlowParams, type checkout_d_CheckouWidgetSaleFlowParams as CheckouWidgetSaleFlowParams, type checkout_d_CheckouWidgetSwapFlowParams as CheckouWidgetSwapFlowParams, checkout_d_Checkout as Checkout, type checkout_d_CheckoutBridgeClaimWithdrawalFailedEvent as CheckoutBridgeClaimWithdrawalFailedEvent, type checkout_d_CheckoutBridgeClaimWithdrawalSuccessEvent as CheckoutBridgeClaimWithdrawalSuccessEvent, type checkout_d_CheckoutBridgeConfiguration as CheckoutBridgeConfiguration, type checkout_d_CheckoutBridgeFailureEvent as CheckoutBridgeFailureEvent, type checkout_d_CheckoutBridgeSuccessEvent as CheckoutBridgeSuccessEvent, checkout_d_CheckoutConfiguration as CheckoutConfiguration, type checkout_d_CheckoutConnectFailureEvent as CheckoutConnectFailureEvent, type checkout_d_CheckoutConnectSuccessEvent as CheckoutConnectSuccessEvent, checkout_d_CheckoutErrorType as CheckoutErrorType, checkout_d_CheckoutEventType as CheckoutEventType, type checkout_d_CheckoutFailureEvent as CheckoutFailureEvent, checkout_d_CheckoutFailureEventType as CheckoutFailureEventType, checkout_d_CheckoutFlowType as CheckoutFlowType, type checkout_d_CheckoutModuleConfiguration as CheckoutModuleConfiguration, type checkout_d_CheckoutNetworkSwitchEvent as CheckoutNetworkSwitchEvent, type checkout_d_CheckoutOnRampConfiguration as CheckoutOnRampConfiguration, type checkout_d_CheckoutOnRampFailureEvent as CheckoutOnRampFailureEvent, type checkout_d_CheckoutOnRampSuccessEvent as CheckoutOnRampSuccessEvent, type checkout_d_CheckoutPaymentMethodSelectedEvent as CheckoutPaymentMethodSelectedEvent, type checkout_d_CheckoutPaymentTokenSelectedEvent as CheckoutPaymentTokenSelectedEvent, type checkout_d_CheckoutProviderUpdatedEvent as CheckoutProviderUpdatedEvent, type checkout_d_CheckoutSaleFailureEvent as CheckoutSaleFailureEvent, type checkout_d_CheckoutSaleSuccessEvent as CheckoutSaleSuccessEvent, type checkout_d_CheckoutSaleSuccessfulTransactionEvent as CheckoutSaleSuccessfulTransactionEvent, checkout_d_CheckoutStatus as CheckoutStatus, type checkout_d_CheckoutSuccessEvent as CheckoutSuccessEvent, checkout_d_CheckoutSuccessEventType as CheckoutSuccessEventType, type checkout_d_CheckoutSwapConfiguration as CheckoutSwapConfiguration, type checkout_d_CheckoutSwapFailureEvent as CheckoutSwapFailureEvent, type checkout_d_CheckoutSwapRejectedEvent as CheckoutSwapRejectedEvent, type checkout_d_CheckoutSwapSuccessEvent as CheckoutSwapSuccessEvent, type checkout_d_CheckoutUserActionEvent as CheckoutUserActionEvent, checkout_d_CheckoutUserActionEventType as CheckoutUserActionEventType, type checkout_d_CheckoutWidgetConfiguration as CheckoutWidgetConfiguration, type checkout_d_CheckoutWidgetConnectFlowParams as CheckoutWidgetConnectFlowParams, type checkout_d_CheckoutWidgetFlowParams as CheckoutWidgetFlowParams, type checkout_d_CheckoutWidgetParams as CheckoutWidgetParams, type checkout_d_CheckoutWidgetWalletFlowParams as CheckoutWidgetWalletFlowParams, type checkout_d_CheckoutWidgetsConfig as CheckoutWidgetsConfig, checkout_d_ConnectEventType as ConnectEventType, type checkout_d_ConnectParams as ConnectParams, type checkout_d_ConnectResult as ConnectResult, checkout_d_ConnectTargetLayer as ConnectTargetLayer, type checkout_d_ConnectWidgetConfiguration as ConnectWidgetConfiguration, type checkout_d_ConnectWidgetParams as ConnectWidgetParams, type checkout_d_ConnectionFailed as ConnectionFailed, type checkout_d_ConnectionSuccess as ConnectionSuccess, type checkout_d_CreateProviderParams as CreateProviderParams, type checkout_d_CreateProviderResult as CreateProviderResult, type checkout_d_DexConfig as DexConfig, type checkout_d_EIP1193Provider as EIP1193Provider, type checkout_d_EIP6963ProviderDetail as EIP6963ProviderDetail, type checkout_d_EIP6963ProviderInfo as EIP6963ProviderInfo, type checkout_d_ERC20ItemRequirement as ERC20ItemRequirement, type checkout_d_ERC721Balance as ERC721Balance, type checkout_d_ERC721ItemRequirement as ERC721ItemRequirement, type checkout_d_ErrorType as ErrorType, checkout_d_ExchangeType as ExchangeType, type checkout_d_FailedGaslessCancellation as FailedGaslessCancellation, type Fee$1 as Fee, type checkout_d_FeePercentage as FeePercentage, type checkout_d_FeeToken as FeeToken, checkout_d_FeeType as FeeType, type checkout_d_FiatRampParams as FiatRampParams, type checkout_d_FulfillmentTransaction as FulfillmentTransaction, type checkout_d_FundingItem as FundingItem, type checkout_d_FundingRoute as FundingRoute, type checkout_d_FundingStep as FundingStep, checkout_d_FundingStepType as FundingStepType, type checkout_d_GasAmount as GasAmount, type checkout_d_GasEstimateBridgeToL2Result as GasEstimateBridgeToL2Result, type checkout_d_GasEstimateParams as GasEstimateParams, type checkout_d_GasEstimateSwapResult as GasEstimateSwapResult, type checkout_d_GasEstimateTokenConfig as GasEstimateTokenConfig, checkout_d_GasEstimateType as GasEstimateType, type checkout_d_GasToken as GasToken, checkout_d_GasTokenType as GasTokenType, type checkout_d_GetAllBalancesParams as GetAllBalancesParams, type checkout_d_GetAllBalancesResult as GetAllBalancesResult, type checkout_d_GetBalanceParams as GetBalanceParams, type checkout_d_GetBalanceResult as GetBalanceResult, type checkout_d_GetNetworkAllowListParams as GetNetworkAllowListParams, type checkout_d_GetNetworkAllowListResult as GetNetworkAllowListResult, type checkout_d_GetNetworkParams as GetNetworkParams, type checkout_d_GetTokenAllowListParams as GetTokenAllowListParams, type checkout_d_GetTokenAllowListResult as GetTokenAllowListResult, type checkout_d_GetTokenInfoParams as GetTokenInfoParams, type checkout_d_GetWalletAllowListParams as GetWalletAllowListParams, type checkout_d_GetWalletAllowListResult as GetWalletAllowListResult, checkout_d_IMMUTABLE_API_BASE_URL as IMMUTABLE_API_BASE_URL, checkout_d_IMTBLWidgetEvents as IMTBLWidgetEvents, type checkout_d_IWidgetsFactory as IWidgetsFactory, type checkout_d_ItemBalance as ItemBalance, checkout_d_ItemType as ItemType, type checkout_d_LanguageChanged as LanguageChanged, type checkout_d_NativeItemRequirement as NativeItemRequirement, type checkout_d_NetworkFilter as NetworkFilter, checkout_d_NetworkFilterTypes as NetworkFilterTypes, type checkout_d_NetworkInfo as NetworkInfo, type checkout_d_NoRouteOptions as NoRouteOptions, type checkout_d_NoRoutesFound as NoRoutesFound, checkout_d_OnRampEventType as OnRampEventType, type checkout_d_OnRampFailed as OnRampFailed, type checkout_d_OnRampFundingStep as OnRampFundingStep, type checkout_d_OnRampProviderFees as OnRampProviderFees, type checkout_d_OnRampSuccess as OnRampSuccess, type checkout_d_OnRampWidgetParams as OnRampWidgetParams, type checkout_d_OnrampWidgetConfiguration as OnrampWidgetConfiguration, type checkout_d_OrchestrationEvent as OrchestrationEvent, type checkout_d_OrchestrationEventData as OrchestrationEventData, checkout_d_OrchestrationEventType as OrchestrationEventType, type checkout_d_OrderFee as OrderFee, type checkout_d_PendingGaslessCancellation as PendingGaslessCancellation, type checkout_d_PostMessageData as PostMessageData, checkout_d_PostMessageHandler as PostMessageHandler, type checkout_d_PostMessageHandlerConfiguration as PostMessageHandlerConfiguration, checkout_d_PostMessageHandlerEventType as PostMessageHandlerEventType, type checkout_d_ProviderEvent as ProviderEvent, checkout_d_ProviderEventType as ProviderEventType, type checkout_d_ProviderUpdated as ProviderUpdated, type checkout_d_RemoteConfiguration as RemoteConfiguration, type checkout_d_RequestAddFundsEvent as RequestAddFundsEvent, type checkout_d_RequestBridgeEvent as RequestBridgeEvent, type checkout_d_RequestConnectEvent as RequestConnectEvent, type checkout_d_RequestGoBackEvent as RequestGoBackEvent, type checkout_d_RequestOnrampEvent as RequestOnrampEvent, type checkout_d_RequestSwapEvent as RequestSwapEvent, type checkout_d_RequestWalletEvent as RequestWalletEvent, type checkout_d_RoutesFound as RoutesFound, type checkout_d_RoutingOutcome as RoutingOutcome, checkout_d_RoutingOutcomeType as RoutingOutcomeType, checkout_d_SaleEventType as SaleEventType, type checkout_d_SaleFailed as SaleFailed, type checkout_d_SaleItem as SaleItem, type checkout_d_SalePaymentMethod as SalePaymentMethod, type checkout_d_SalePaymentToken as SalePaymentToken, checkout_d_SalePaymentTypes as SalePaymentTypes, type checkout_d_SaleSuccess as SaleSuccess, type checkout_d_SaleTransactionSuccess as SaleTransactionSuccess, type checkout_d_SaleWidgetConfiguration as SaleWidgetConfiguration, type checkout_d_SaleWidgetParams as SaleWidgetParams, type checkout_d_SellOrder as SellOrder, type checkout_d_SellParams as SellParams, type checkout_d_SellResult as SellResult, type checkout_d_SellResultFailed as SellResultFailed, type checkout_d_SellResultInsufficientFunds as SellResultInsufficientFunds, type checkout_d_SellResultSuccess as SellResultSuccess, type checkout_d_SellToken as SellToken, type checkout_d_SemanticVersion as SemanticVersion, type checkout_d_SendTransactionParams as SendTransactionParams, type checkout_d_SendTransactionResult as SendTransactionResult, type checkout_d_SmartCheckoutInsufficient as SmartCheckoutInsufficient, type checkout_d_SmartCheckoutParams as SmartCheckoutParams, type checkout_d_SmartCheckoutResult as SmartCheckoutResult, type checkout_d_SmartCheckoutRouter as SmartCheckoutRouter, type checkout_d_SmartCheckoutSufficient as SmartCheckoutSufficient, type checkout_d_SquidConfig as SquidConfig, type checkout_d_SuccessfulGaslessCancellation as SuccessfulGaslessCancellation, checkout_d_SwapDirection as SwapDirection, checkout_d_SwapEventType as SwapEventType, type checkout_d_SwapFailed as SwapFailed, type checkout_d_SwapFees as SwapFees, type checkout_d_SwapFundingStep as SwapFundingStep, type checkout_d_SwapRejected as SwapRejected, type checkout_d_SwapSuccess as SwapSuccess, type checkout_d_SwapWidgetConfiguration as SwapWidgetConfiguration, type checkout_d_SwapWidgetParams as SwapWidgetParams, type checkout_d_SwitchNetworkParams as SwitchNetworkParams, type checkout_d_SwitchNetworkResult as SwitchNetworkResult, type checkout_d_TelemetryConfig as TelemetryConfig, type checkout_d_TokenAmountEstimate as TokenAmountEstimate, type checkout_d_TokenBalance as TokenBalance, type checkout_d_TokenFilter as TokenFilter, checkout_d_TokenFilterTypes as TokenFilterTypes, type checkout_d_TokenInfo as TokenInfo, checkout_d_TransactionOrGasType as TransactionOrGasType, type checkout_d_TransactionRequirement as TransactionRequirement, type checkout_d_WalletConnectConfig as WalletConnectConfig, type checkout_d_WalletConnectManager as WalletConnectManager, type checkout_d_WalletConnectProviderChanged as WalletConnectProviderChanged, type checkout_d_WalletDisconnect as WalletDisconnect, checkout_d_WalletEventType as WalletEventType, type checkout_d_WalletFilter as WalletFilter, checkout_d_WalletFilterTypes as WalletFilterTypes, type checkout_d_WalletInfo as WalletInfo, type checkout_d_WalletNetworkSwitch as WalletNetworkSwitch, checkout_d_WalletProviderName as WalletProviderName, checkout_d_WalletProviderRdns as WalletProviderRdns, type checkout_d_WalletWidgetConfiguration as WalletWidgetConfiguration, type checkout_d_WalletWidgetParams as WalletWidgetParams, type checkout_d_Widget as Widget, type checkout_d_WidgetConfiguration as WidgetConfiguration, type checkout_d_WidgetConfigurations as WidgetConfigurations, type checkout_d_WidgetEvent as WidgetEvent, type checkout_d_WidgetEventData as WidgetEventData, type checkout_d_WidgetEventTypes as WidgetEventTypes, type checkout_d_WidgetLanguage as WidgetLanguage, type checkout_d_WidgetParameters as WidgetParameters, type checkout_d_WidgetProperties as WidgetProperties, checkout_d_WidgetTheme as WidgetTheme, checkout_d_WidgetType as WidgetType, checkout_d_getMetaMaskProviderDetail as getMetaMaskProviderDetail, checkout_d_getPassportProviderDetail as getPassportProviderDetail, checkout_d_isAddressSanctioned as isAddressSanctioned, checkout_d_validateProvider as validateProvider };
|
|
31973
28835
|
}
|
|
31974
28836
|
|
|
31975
28837
|
type x_d_APIError = APIError;
|
|
@@ -32520,7 +29382,7 @@ type WebhookHandlers = {
|
|
|
32520
29382
|
xOrderAccepted?: (event: OrderV3$1) => Promise<void>;
|
|
32521
29383
|
xOrderFilled?: (event: OrderV3$1) => Promise<void>;
|
|
32522
29384
|
xOrderCancelled?: (event: OrderV3$1) => Promise<void>;
|
|
32523
|
-
xTransferCreated?: (event: Transfer$
|
|
29385
|
+
xTransferCreated?: (event: Transfer$2) => Promise<void>;
|
|
32524
29386
|
all?: (event: any) => Promise<void>;
|
|
32525
29387
|
};
|
|
32526
29388
|
/**
|