@super-protocol/sdk-js 2.1.4-beta.0 → 2.1.4-beta.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.
@@ -3118,7 +3118,7 @@ export declare const abi: readonly [{
3118
3118
  readonly type: "uint256";
3119
3119
  }, {
3120
3120
  readonly internalType: "string";
3121
- readonly name: "resultInfo";
3121
+ readonly name: "fieldsDataBlob";
3122
3122
  readonly type: "string";
3123
3123
  }, {
3124
3124
  readonly internalType: "string";
@@ -3211,7 +3211,7 @@ export declare const abi: readonly [{
3211
3211
  readonly type: "uint256";
3212
3212
  }, {
3213
3213
  readonly internalType: "string";
3214
- readonly name: "resultInfo";
3214
+ readonly name: "fieldsDataBlob";
3215
3215
  readonly type: "string";
3216
3216
  }, {
3217
3217
  readonly internalType: "string";
@@ -3304,7 +3304,7 @@ export declare const abi: readonly [{
3304
3304
  readonly type: "uint256";
3305
3305
  }, {
3306
3306
  readonly internalType: "string";
3307
- readonly name: "resultInfo";
3307
+ readonly name: "fieldsDataBlob";
3308
3308
  readonly type: "string";
3309
3309
  }, {
3310
3310
  readonly internalType: "string";
@@ -3406,7 +3406,7 @@ export declare const abi: readonly [{
3406
3406
  readonly type: "uint256";
3407
3407
  }, {
3408
3408
  readonly internalType: "string";
3409
- readonly name: "resultInfo";
3409
+ readonly name: "fieldsDataBlob";
3410
3410
  readonly type: "string";
3411
3411
  }, {
3412
3412
  readonly internalType: "string";
@@ -4139,7 +4139,7 @@ export declare const abi: readonly [{
4139
4139
  readonly type: "uint256";
4140
4140
  }, {
4141
4141
  readonly internalType: "string";
4142
- readonly name: "resultInfo";
4142
+ readonly name: "fieldsDataBlob";
4143
4143
  readonly type: "string";
4144
4144
  }, {
4145
4145
  readonly internalType: "string";
@@ -6628,7 +6628,7 @@ export declare const abi: readonly [{
6628
6628
  readonly type: "uint256";
6629
6629
  }, {
6630
6630
  readonly internalType: "string";
6631
- readonly name: "resultInfo";
6631
+ readonly name: "fieldsDataBlob";
6632
6632
  readonly type: "string";
6633
6633
  }, {
6634
6634
  readonly internalType: "string";
@@ -6703,7 +6703,7 @@ export declare const abi: readonly [{
6703
6703
  readonly type: "uint256";
6704
6704
  }, {
6705
6705
  readonly internalType: "string";
6706
- readonly name: "resultInfo";
6706
+ readonly name: "fieldsDataBlob";
6707
6707
  readonly type: "string";
6708
6708
  }, {
6709
6709
  readonly internalType: "string";
@@ -8122,7 +8122,7 @@ export declare const abi: readonly [{
8122
8122
  readonly type: "uint256";
8123
8123
  }, {
8124
8124
  readonly internalType: "string";
8125
- readonly name: "resultInfo";
8125
+ readonly name: "fieldsDataBlob";
8126
8126
  readonly type: "string";
8127
8127
  }, {
8128
8128
  readonly internalType: "string";
@@ -8219,7 +8219,7 @@ export declare const abi: readonly [{
8219
8219
  readonly type: "uint256";
8220
8220
  }, {
8221
8221
  readonly internalType: "string";
8222
- readonly name: "resultInfo";
8222
+ readonly name: "fieldsDataBlob";
8223
8223
  readonly type: "string";
8224
8224
  }, {
8225
8225
  readonly internalType: "string";
@@ -8323,7 +8323,7 @@ export declare const abi: readonly [{
8323
8323
  readonly type: "uint256";
8324
8324
  }, {
8325
8325
  readonly internalType: "string";
8326
- readonly name: "resultInfo";
8326
+ readonly name: "fieldsDataBlob";
8327
8327
  readonly type: "string";
8328
8328
  }, {
8329
8329
  readonly internalType: "string";
@@ -8546,7 +8546,7 @@ export declare const abi: readonly [{
8546
8546
  readonly type: "uint256";
8547
8547
  }, {
8548
8548
  readonly internalType: "string";
8549
- readonly name: "resultInfo";
8549
+ readonly name: "fieldsDataBlob";
8550
8550
  readonly type: "string";
8551
8551
  }, {
8552
8552
  readonly internalType: "string";
@@ -9608,6 +9608,80 @@ export declare const abi: readonly [{
9608
9608
  }];
9609
9609
  readonly stateMutability: "view";
9610
9610
  readonly type: "function";
9611
+ }, {
9612
+ readonly inputs: readonly [{
9613
+ readonly internalType: "uint256";
9614
+ readonly name: "item";
9615
+ readonly type: "uint256";
9616
+ }];
9617
+ readonly name: "add";
9618
+ readonly outputs: readonly [];
9619
+ readonly stateMutability: "nonpayable";
9620
+ readonly type: "function";
9621
+ }, {
9622
+ readonly inputs: readonly [];
9623
+ readonly name: "clear";
9624
+ readonly outputs: readonly [];
9625
+ readonly stateMutability: "nonpayable";
9626
+ readonly type: "function";
9627
+ }, {
9628
+ readonly inputs: readonly [];
9629
+ readonly name: "getAll";
9630
+ readonly outputs: readonly [{
9631
+ readonly internalType: "uint256[]";
9632
+ readonly name: "";
9633
+ readonly type: "uint256[]";
9634
+ }];
9635
+ readonly stateMutability: "view";
9636
+ readonly type: "function";
9637
+ }, {
9638
+ readonly inputs: readonly [{
9639
+ readonly internalType: "uint256";
9640
+ readonly name: "item";
9641
+ readonly type: "uint256";
9642
+ }];
9643
+ readonly name: "getItemIndex";
9644
+ readonly outputs: readonly [{
9645
+ readonly internalType: "uint256";
9646
+ readonly name: "";
9647
+ readonly type: "uint256";
9648
+ }];
9649
+ readonly stateMutability: "view";
9650
+ readonly type: "function";
9651
+ }, {
9652
+ readonly inputs: readonly [];
9653
+ readonly name: "isEmpty";
9654
+ readonly outputs: readonly [{
9655
+ readonly internalType: "bool";
9656
+ readonly name: "";
9657
+ readonly type: "bool";
9658
+ }];
9659
+ readonly stateMutability: "view";
9660
+ readonly type: "function";
9661
+ }, {
9662
+ readonly inputs: readonly [{
9663
+ readonly internalType: "uint256";
9664
+ readonly name: "item";
9665
+ readonly type: "uint256";
9666
+ }];
9667
+ readonly name: "isExists";
9668
+ readonly outputs: readonly [{
9669
+ readonly internalType: "bool";
9670
+ readonly name: "";
9671
+ readonly type: "bool";
9672
+ }];
9673
+ readonly stateMutability: "view";
9674
+ readonly type: "function";
9675
+ }, {
9676
+ readonly inputs: readonly [{
9677
+ readonly internalType: "uint256";
9678
+ readonly name: "item";
9679
+ readonly type: "uint256";
9680
+ }];
9681
+ readonly name: "remove";
9682
+ readonly outputs: readonly [];
9683
+ readonly stateMutability: "nonpayable";
9684
+ readonly type: "function";
9611
9685
  }, {
9612
9686
  readonly anonymous: false;
9613
9687
  readonly inputs: readonly [{