@trustware/sdk-staging 1.1.8-staging.7 → 1.1.8-staging.8
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/constants.cjs +1 -1
- package/dist/constants.mjs +1 -1
- package/dist/{core-DnrIv4h8.d.ts → core-BQ0mFnLc.d.ts} +1 -1
- package/dist/{core-BUe031hU.d.cts → core-BjQwlpoI.d.cts} +1 -1
- package/dist/core.cjs +481 -49
- package/dist/core.cjs.map +1 -1
- package/dist/core.d.cts +1 -1
- package/dist/core.d.ts +1 -1
- package/dist/core.mjs +482 -50
- package/dist/core.mjs.map +1 -1
- package/dist/index.cjs +2273 -1609
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +1983 -1318
- package/dist/index.mjs.map +1 -1
- package/dist/smart-account.cjs +1 -1
- package/dist/smart-account.d.cts +24 -24
- package/dist/smart-account.d.ts +24 -24
- package/dist/smart-account.mjs +1 -1
- package/dist/wallet.cjs +1 -1
- package/dist/wallet.mjs +1 -1
- package/dist/widget.cjs +2260 -1596
- package/dist/widget.cjs.map +1 -1
- package/dist/widget.mjs +1970 -1305
- package/dist/widget.mjs.map +1 -1
- package/package.json +3 -2
package/dist/smart-account.cjs
CHANGED
|
@@ -12265,7 +12265,7 @@ var init_constants = __esm({
|
|
|
12265
12265
|
"src/constants.ts"() {
|
|
12266
12266
|
"use strict";
|
|
12267
12267
|
SDK_NAME = "@trustware/sdk";
|
|
12268
|
-
SDK_VERSION = "1.1.8-staging.
|
|
12268
|
+
SDK_VERSION = "1.1.8-staging.8";
|
|
12269
12269
|
API_ROOT = "https://bv-staging-api.trustware.io";
|
|
12270
12270
|
API_PREFIX = "/api";
|
|
12271
12271
|
}
|
package/dist/smart-account.d.cts
CHANGED
|
@@ -343,12 +343,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
343
343
|
[x: `int56[${string}]`]: undefined;
|
|
344
344
|
[x: `int88[${string}]`]: undefined;
|
|
345
345
|
[x: `int232[${string}]`]: undefined;
|
|
346
|
+
[x: `int64[${string}]`]: undefined;
|
|
346
347
|
[x: `int120[${string}]`]: undefined;
|
|
347
348
|
[x: `int200[${string}]`]: undefined;
|
|
348
349
|
[x: `int48[${string}]`]: undefined;
|
|
349
350
|
[x: `int24[${string}]`]: undefined;
|
|
350
351
|
[x: `int32[${string}]`]: undefined;
|
|
351
|
-
[x: `int64[${string}]`]: undefined;
|
|
352
352
|
[x: `int72[${string}]`]: undefined;
|
|
353
353
|
[x: `int80[${string}]`]: undefined;
|
|
354
354
|
[x: `int96[${string}]`]: undefined;
|
|
@@ -375,12 +375,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
375
375
|
[x: `uint56[${string}]`]: undefined;
|
|
376
376
|
[x: `uint88[${string}]`]: undefined;
|
|
377
377
|
[x: `uint232[${string}]`]: undefined;
|
|
378
|
+
[x: `uint64[${string}]`]: undefined;
|
|
378
379
|
[x: `uint120[${string}]`]: undefined;
|
|
379
380
|
[x: `uint200[${string}]`]: undefined;
|
|
380
381
|
[x: `uint48[${string}]`]: undefined;
|
|
381
382
|
[x: `uint24[${string}]`]: undefined;
|
|
382
383
|
[x: `uint32[${string}]`]: undefined;
|
|
383
|
-
[x: `uint64[${string}]`]: undefined;
|
|
384
384
|
[x: `uint72[${string}]`]: undefined;
|
|
385
385
|
[x: `uint80[${string}]`]: undefined;
|
|
386
386
|
[x: `uint96[${string}]`]: undefined;
|
|
@@ -444,12 +444,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
444
444
|
int56?: undefined;
|
|
445
445
|
int88?: undefined;
|
|
446
446
|
int232?: undefined;
|
|
447
|
+
int64?: undefined;
|
|
447
448
|
int120?: undefined;
|
|
448
449
|
int200?: undefined;
|
|
449
450
|
int48?: undefined;
|
|
450
451
|
int24?: undefined;
|
|
451
452
|
int32?: undefined;
|
|
452
|
-
int64?: undefined;
|
|
453
453
|
int72?: undefined;
|
|
454
454
|
int80?: undefined;
|
|
455
455
|
int96?: undefined;
|
|
@@ -475,12 +475,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
475
475
|
uint56?: undefined;
|
|
476
476
|
uint88?: undefined;
|
|
477
477
|
uint232?: undefined;
|
|
478
|
+
uint64?: undefined;
|
|
478
479
|
uint120?: undefined;
|
|
479
480
|
uint200?: undefined;
|
|
480
481
|
uint48?: undefined;
|
|
481
482
|
uint24?: undefined;
|
|
482
483
|
uint32?: undefined;
|
|
483
|
-
uint64?: undefined;
|
|
484
484
|
uint72?: undefined;
|
|
485
485
|
uint80?: undefined;
|
|
486
486
|
uint96?: undefined;
|
|
@@ -550,12 +550,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
550
550
|
[x: `int56[${string}]`]: undefined;
|
|
551
551
|
[x: `int88[${string}]`]: undefined;
|
|
552
552
|
[x: `int232[${string}]`]: undefined;
|
|
553
|
+
[x: `int64[${string}]`]: undefined;
|
|
553
554
|
[x: `int120[${string}]`]: undefined;
|
|
554
555
|
[x: `int200[${string}]`]: undefined;
|
|
555
556
|
[x: `int48[${string}]`]: undefined;
|
|
556
557
|
[x: `int24[${string}]`]: undefined;
|
|
557
558
|
[x: `int32[${string}]`]: undefined;
|
|
558
|
-
[x: `int64[${string}]`]: undefined;
|
|
559
559
|
[x: `int72[${string}]`]: undefined;
|
|
560
560
|
[x: `int80[${string}]`]: undefined;
|
|
561
561
|
[x: `int96[${string}]`]: undefined;
|
|
@@ -582,12 +582,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
582
582
|
[x: `uint56[${string}]`]: undefined;
|
|
583
583
|
[x: `uint88[${string}]`]: undefined;
|
|
584
584
|
[x: `uint232[${string}]`]: undefined;
|
|
585
|
+
[x: `uint64[${string}]`]: undefined;
|
|
585
586
|
[x: `uint120[${string}]`]: undefined;
|
|
586
587
|
[x: `uint200[${string}]`]: undefined;
|
|
587
588
|
[x: `uint48[${string}]`]: undefined;
|
|
588
589
|
[x: `uint24[${string}]`]: undefined;
|
|
589
590
|
[x: `uint32[${string}]`]: undefined;
|
|
590
|
-
[x: `uint64[${string}]`]: undefined;
|
|
591
591
|
[x: `uint72[${string}]`]: undefined;
|
|
592
592
|
[x: `uint80[${string}]`]: undefined;
|
|
593
593
|
[x: `uint96[${string}]`]: undefined;
|
|
@@ -651,12 +651,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
651
651
|
int56?: undefined;
|
|
652
652
|
int88?: undefined;
|
|
653
653
|
int232?: undefined;
|
|
654
|
+
int64?: undefined;
|
|
654
655
|
int120?: undefined;
|
|
655
656
|
int200?: undefined;
|
|
656
657
|
int48?: undefined;
|
|
657
658
|
int24?: undefined;
|
|
658
659
|
int32?: undefined;
|
|
659
|
-
int64?: undefined;
|
|
660
660
|
int72?: undefined;
|
|
661
661
|
int80?: undefined;
|
|
662
662
|
int96?: undefined;
|
|
@@ -682,12 +682,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
682
682
|
uint56?: undefined;
|
|
683
683
|
uint88?: undefined;
|
|
684
684
|
uint232?: undefined;
|
|
685
|
+
uint64?: undefined;
|
|
685
686
|
uint120?: undefined;
|
|
686
687
|
uint200?: undefined;
|
|
687
688
|
uint48?: undefined;
|
|
688
689
|
uint24?: undefined;
|
|
689
690
|
uint32?: undefined;
|
|
690
|
-
uint64?: undefined;
|
|
691
691
|
uint72?: undefined;
|
|
692
692
|
uint80?: undefined;
|
|
693
693
|
uint96?: undefined;
|
|
@@ -2775,12 +2775,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
2775
2775
|
[x: `int56[${string}]`]: undefined;
|
|
2776
2776
|
[x: `int88[${string}]`]: undefined;
|
|
2777
2777
|
[x: `int232[${string}]`]: undefined;
|
|
2778
|
+
[x: `int64[${string}]`]: undefined;
|
|
2778
2779
|
[x: `int120[${string}]`]: undefined;
|
|
2779
2780
|
[x: `int200[${string}]`]: undefined;
|
|
2780
2781
|
[x: `int48[${string}]`]: undefined;
|
|
2781
2782
|
[x: `int24[${string}]`]: undefined;
|
|
2782
2783
|
[x: `int32[${string}]`]: undefined;
|
|
2783
|
-
[x: `int64[${string}]`]: undefined;
|
|
2784
2784
|
[x: `int72[${string}]`]: undefined;
|
|
2785
2785
|
[x: `int80[${string}]`]: undefined;
|
|
2786
2786
|
[x: `int96[${string}]`]: undefined;
|
|
@@ -2807,12 +2807,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
2807
2807
|
[x: `uint56[${string}]`]: undefined;
|
|
2808
2808
|
[x: `uint88[${string}]`]: undefined;
|
|
2809
2809
|
[x: `uint232[${string}]`]: undefined;
|
|
2810
|
+
[x: `uint64[${string}]`]: undefined;
|
|
2810
2811
|
[x: `uint120[${string}]`]: undefined;
|
|
2811
2812
|
[x: `uint200[${string}]`]: undefined;
|
|
2812
2813
|
[x: `uint48[${string}]`]: undefined;
|
|
2813
2814
|
[x: `uint24[${string}]`]: undefined;
|
|
2814
2815
|
[x: `uint32[${string}]`]: undefined;
|
|
2815
|
-
[x: `uint64[${string}]`]: undefined;
|
|
2816
2816
|
[x: `uint72[${string}]`]: undefined;
|
|
2817
2817
|
[x: `uint80[${string}]`]: undefined;
|
|
2818
2818
|
[x: `uint96[${string}]`]: undefined;
|
|
@@ -2876,12 +2876,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
2876
2876
|
int56?: undefined;
|
|
2877
2877
|
int88?: undefined;
|
|
2878
2878
|
int232?: undefined;
|
|
2879
|
+
int64?: undefined;
|
|
2879
2880
|
int120?: undefined;
|
|
2880
2881
|
int200?: undefined;
|
|
2881
2882
|
int48?: undefined;
|
|
2882
2883
|
int24?: undefined;
|
|
2883
2884
|
int32?: undefined;
|
|
2884
|
-
int64?: undefined;
|
|
2885
2885
|
int72?: undefined;
|
|
2886
2886
|
int80?: undefined;
|
|
2887
2887
|
int96?: undefined;
|
|
@@ -2907,12 +2907,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
2907
2907
|
uint56?: undefined;
|
|
2908
2908
|
uint88?: undefined;
|
|
2909
2909
|
uint232?: undefined;
|
|
2910
|
+
uint64?: undefined;
|
|
2910
2911
|
uint120?: undefined;
|
|
2911
2912
|
uint200?: undefined;
|
|
2912
2913
|
uint48?: undefined;
|
|
2913
2914
|
uint24?: undefined;
|
|
2914
2915
|
uint32?: undefined;
|
|
2915
|
-
uint64?: undefined;
|
|
2916
2916
|
uint72?: undefined;
|
|
2917
2917
|
uint80?: undefined;
|
|
2918
2918
|
uint96?: undefined;
|
|
@@ -2998,12 +2998,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
2998
2998
|
[x: `int56[${string}]`]: undefined;
|
|
2999
2999
|
[x: `int88[${string}]`]: undefined;
|
|
3000
3000
|
[x: `int232[${string}]`]: undefined;
|
|
3001
|
+
[x: `int64[${string}]`]: undefined;
|
|
3001
3002
|
[x: `int120[${string}]`]: undefined;
|
|
3002
3003
|
[x: `int200[${string}]`]: undefined;
|
|
3003
3004
|
[x: `int48[${string}]`]: undefined;
|
|
3004
3005
|
[x: `int24[${string}]`]: undefined;
|
|
3005
3006
|
[x: `int32[${string}]`]: undefined;
|
|
3006
|
-
[x: `int64[${string}]`]: undefined;
|
|
3007
3007
|
[x: `int72[${string}]`]: undefined;
|
|
3008
3008
|
[x: `int80[${string}]`]: undefined;
|
|
3009
3009
|
[x: `int96[${string}]`]: undefined;
|
|
@@ -3030,12 +3030,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
3030
3030
|
[x: `uint56[${string}]`]: undefined;
|
|
3031
3031
|
[x: `uint88[${string}]`]: undefined;
|
|
3032
3032
|
[x: `uint232[${string}]`]: undefined;
|
|
3033
|
+
[x: `uint64[${string}]`]: undefined;
|
|
3033
3034
|
[x: `uint120[${string}]`]: undefined;
|
|
3034
3035
|
[x: `uint200[${string}]`]: undefined;
|
|
3035
3036
|
[x: `uint48[${string}]`]: undefined;
|
|
3036
3037
|
[x: `uint24[${string}]`]: undefined;
|
|
3037
3038
|
[x: `uint32[${string}]`]: undefined;
|
|
3038
|
-
[x: `uint64[${string}]`]: undefined;
|
|
3039
3039
|
[x: `uint72[${string}]`]: undefined;
|
|
3040
3040
|
[x: `uint80[${string}]`]: undefined;
|
|
3041
3041
|
[x: `uint96[${string}]`]: undefined;
|
|
@@ -3099,12 +3099,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
3099
3099
|
int56?: undefined;
|
|
3100
3100
|
int88?: undefined;
|
|
3101
3101
|
int232?: undefined;
|
|
3102
|
+
int64?: undefined;
|
|
3102
3103
|
int120?: undefined;
|
|
3103
3104
|
int200?: undefined;
|
|
3104
3105
|
int48?: undefined;
|
|
3105
3106
|
int24?: undefined;
|
|
3106
3107
|
int32?: undefined;
|
|
3107
|
-
int64?: undefined;
|
|
3108
3108
|
int72?: undefined;
|
|
3109
3109
|
int80?: undefined;
|
|
3110
3110
|
int96?: undefined;
|
|
@@ -3130,12 +3130,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
3130
3130
|
uint56?: undefined;
|
|
3131
3131
|
uint88?: undefined;
|
|
3132
3132
|
uint232?: undefined;
|
|
3133
|
+
uint64?: undefined;
|
|
3133
3134
|
uint120?: undefined;
|
|
3134
3135
|
uint200?: undefined;
|
|
3135
3136
|
uint48?: undefined;
|
|
3136
3137
|
uint24?: undefined;
|
|
3137
3138
|
uint32?: undefined;
|
|
3138
|
-
uint64?: undefined;
|
|
3139
3139
|
uint72?: undefined;
|
|
3140
3140
|
uint80?: undefined;
|
|
3141
3141
|
uint96?: undefined;
|
|
@@ -3468,12 +3468,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
3468
3468
|
[x: `int56[${string}]`]: undefined;
|
|
3469
3469
|
[x: `int88[${string}]`]: undefined;
|
|
3470
3470
|
[x: `int232[${string}]`]: undefined;
|
|
3471
|
+
[x: `int64[${string}]`]: undefined;
|
|
3471
3472
|
[x: `int120[${string}]`]: undefined;
|
|
3472
3473
|
[x: `int200[${string}]`]: undefined;
|
|
3473
3474
|
[x: `int48[${string}]`]: undefined;
|
|
3474
3475
|
[x: `int24[${string}]`]: undefined;
|
|
3475
3476
|
[x: `int32[${string}]`]: undefined;
|
|
3476
|
-
[x: `int64[${string}]`]: undefined;
|
|
3477
3477
|
[x: `int72[${string}]`]: undefined;
|
|
3478
3478
|
[x: `int80[${string}]`]: undefined;
|
|
3479
3479
|
[x: `int96[${string}]`]: undefined;
|
|
@@ -3500,12 +3500,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
3500
3500
|
[x: `uint56[${string}]`]: undefined;
|
|
3501
3501
|
[x: `uint88[${string}]`]: undefined;
|
|
3502
3502
|
[x: `uint232[${string}]`]: undefined;
|
|
3503
|
+
[x: `uint64[${string}]`]: undefined;
|
|
3503
3504
|
[x: `uint120[${string}]`]: undefined;
|
|
3504
3505
|
[x: `uint200[${string}]`]: undefined;
|
|
3505
3506
|
[x: `uint48[${string}]`]: undefined;
|
|
3506
3507
|
[x: `uint24[${string}]`]: undefined;
|
|
3507
3508
|
[x: `uint32[${string}]`]: undefined;
|
|
3508
|
-
[x: `uint64[${string}]`]: undefined;
|
|
3509
3509
|
[x: `uint72[${string}]`]: undefined;
|
|
3510
3510
|
[x: `uint80[${string}]`]: undefined;
|
|
3511
3511
|
[x: `uint96[${string}]`]: undefined;
|
|
@@ -3569,12 +3569,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
3569
3569
|
int56?: undefined;
|
|
3570
3570
|
int88?: undefined;
|
|
3571
3571
|
int232?: undefined;
|
|
3572
|
+
int64?: undefined;
|
|
3572
3573
|
int120?: undefined;
|
|
3573
3574
|
int200?: undefined;
|
|
3574
3575
|
int48?: undefined;
|
|
3575
3576
|
int24?: undefined;
|
|
3576
3577
|
int32?: undefined;
|
|
3577
|
-
int64?: undefined;
|
|
3578
3578
|
int72?: undefined;
|
|
3579
3579
|
int80?: undefined;
|
|
3580
3580
|
int96?: undefined;
|
|
@@ -3600,12 +3600,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
3600
3600
|
uint56?: undefined;
|
|
3601
3601
|
uint88?: undefined;
|
|
3602
3602
|
uint232?: undefined;
|
|
3603
|
+
uint64?: undefined;
|
|
3603
3604
|
uint120?: undefined;
|
|
3604
3605
|
uint200?: undefined;
|
|
3605
3606
|
uint48?: undefined;
|
|
3606
3607
|
uint24?: undefined;
|
|
3607
3608
|
uint32?: undefined;
|
|
3608
|
-
uint64?: undefined;
|
|
3609
3609
|
uint72?: undefined;
|
|
3610
3610
|
uint80?: undefined;
|
|
3611
3611
|
uint96?: undefined;
|
|
@@ -3691,12 +3691,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
3691
3691
|
[x: `int56[${string}]`]: undefined;
|
|
3692
3692
|
[x: `int88[${string}]`]: undefined;
|
|
3693
3693
|
[x: `int232[${string}]`]: undefined;
|
|
3694
|
+
[x: `int64[${string}]`]: undefined;
|
|
3694
3695
|
[x: `int120[${string}]`]: undefined;
|
|
3695
3696
|
[x: `int200[${string}]`]: undefined;
|
|
3696
3697
|
[x: `int48[${string}]`]: undefined;
|
|
3697
3698
|
[x: `int24[${string}]`]: undefined;
|
|
3698
3699
|
[x: `int32[${string}]`]: undefined;
|
|
3699
|
-
[x: `int64[${string}]`]: undefined;
|
|
3700
3700
|
[x: `int72[${string}]`]: undefined;
|
|
3701
3701
|
[x: `int80[${string}]`]: undefined;
|
|
3702
3702
|
[x: `int96[${string}]`]: undefined;
|
|
@@ -3723,12 +3723,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
3723
3723
|
[x: `uint56[${string}]`]: undefined;
|
|
3724
3724
|
[x: `uint88[${string}]`]: undefined;
|
|
3725
3725
|
[x: `uint232[${string}]`]: undefined;
|
|
3726
|
+
[x: `uint64[${string}]`]: undefined;
|
|
3726
3727
|
[x: `uint120[${string}]`]: undefined;
|
|
3727
3728
|
[x: `uint200[${string}]`]: undefined;
|
|
3728
3729
|
[x: `uint48[${string}]`]: undefined;
|
|
3729
3730
|
[x: `uint24[${string}]`]: undefined;
|
|
3730
3731
|
[x: `uint32[${string}]`]: undefined;
|
|
3731
|
-
[x: `uint64[${string}]`]: undefined;
|
|
3732
3732
|
[x: `uint72[${string}]`]: undefined;
|
|
3733
3733
|
[x: `uint80[${string}]`]: undefined;
|
|
3734
3734
|
[x: `uint96[${string}]`]: undefined;
|
|
@@ -3792,12 +3792,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
3792
3792
|
int56?: undefined;
|
|
3793
3793
|
int88?: undefined;
|
|
3794
3794
|
int232?: undefined;
|
|
3795
|
+
int64?: undefined;
|
|
3795
3796
|
int120?: undefined;
|
|
3796
3797
|
int200?: undefined;
|
|
3797
3798
|
int48?: undefined;
|
|
3798
3799
|
int24?: undefined;
|
|
3799
3800
|
int32?: undefined;
|
|
3800
|
-
int64?: undefined;
|
|
3801
3801
|
int72?: undefined;
|
|
3802
3802
|
int80?: undefined;
|
|
3803
3803
|
int96?: undefined;
|
|
@@ -3823,12 +3823,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
3823
3823
|
uint56?: undefined;
|
|
3824
3824
|
uint88?: undefined;
|
|
3825
3825
|
uint232?: undefined;
|
|
3826
|
+
uint64?: undefined;
|
|
3826
3827
|
uint120?: undefined;
|
|
3827
3828
|
uint200?: undefined;
|
|
3828
3829
|
uint48?: undefined;
|
|
3829
3830
|
uint24?: undefined;
|
|
3830
3831
|
uint32?: undefined;
|
|
3831
|
-
uint64?: undefined;
|
|
3832
3832
|
uint72?: undefined;
|
|
3833
3833
|
uint80?: undefined;
|
|
3834
3834
|
uint96?: undefined;
|
package/dist/smart-account.d.ts
CHANGED
|
@@ -343,12 +343,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
343
343
|
[x: `int56[${string}]`]: undefined;
|
|
344
344
|
[x: `int88[${string}]`]: undefined;
|
|
345
345
|
[x: `int232[${string}]`]: undefined;
|
|
346
|
+
[x: `int64[${string}]`]: undefined;
|
|
346
347
|
[x: `int120[${string}]`]: undefined;
|
|
347
348
|
[x: `int200[${string}]`]: undefined;
|
|
348
349
|
[x: `int48[${string}]`]: undefined;
|
|
349
350
|
[x: `int24[${string}]`]: undefined;
|
|
350
351
|
[x: `int32[${string}]`]: undefined;
|
|
351
|
-
[x: `int64[${string}]`]: undefined;
|
|
352
352
|
[x: `int72[${string}]`]: undefined;
|
|
353
353
|
[x: `int80[${string}]`]: undefined;
|
|
354
354
|
[x: `int96[${string}]`]: undefined;
|
|
@@ -375,12 +375,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
375
375
|
[x: `uint56[${string}]`]: undefined;
|
|
376
376
|
[x: `uint88[${string}]`]: undefined;
|
|
377
377
|
[x: `uint232[${string}]`]: undefined;
|
|
378
|
+
[x: `uint64[${string}]`]: undefined;
|
|
378
379
|
[x: `uint120[${string}]`]: undefined;
|
|
379
380
|
[x: `uint200[${string}]`]: undefined;
|
|
380
381
|
[x: `uint48[${string}]`]: undefined;
|
|
381
382
|
[x: `uint24[${string}]`]: undefined;
|
|
382
383
|
[x: `uint32[${string}]`]: undefined;
|
|
383
|
-
[x: `uint64[${string}]`]: undefined;
|
|
384
384
|
[x: `uint72[${string}]`]: undefined;
|
|
385
385
|
[x: `uint80[${string}]`]: undefined;
|
|
386
386
|
[x: `uint96[${string}]`]: undefined;
|
|
@@ -444,12 +444,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
444
444
|
int56?: undefined;
|
|
445
445
|
int88?: undefined;
|
|
446
446
|
int232?: undefined;
|
|
447
|
+
int64?: undefined;
|
|
447
448
|
int120?: undefined;
|
|
448
449
|
int200?: undefined;
|
|
449
450
|
int48?: undefined;
|
|
450
451
|
int24?: undefined;
|
|
451
452
|
int32?: undefined;
|
|
452
|
-
int64?: undefined;
|
|
453
453
|
int72?: undefined;
|
|
454
454
|
int80?: undefined;
|
|
455
455
|
int96?: undefined;
|
|
@@ -475,12 +475,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
475
475
|
uint56?: undefined;
|
|
476
476
|
uint88?: undefined;
|
|
477
477
|
uint232?: undefined;
|
|
478
|
+
uint64?: undefined;
|
|
478
479
|
uint120?: undefined;
|
|
479
480
|
uint200?: undefined;
|
|
480
481
|
uint48?: undefined;
|
|
481
482
|
uint24?: undefined;
|
|
482
483
|
uint32?: undefined;
|
|
483
|
-
uint64?: undefined;
|
|
484
484
|
uint72?: undefined;
|
|
485
485
|
uint80?: undefined;
|
|
486
486
|
uint96?: undefined;
|
|
@@ -550,12 +550,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
550
550
|
[x: `int56[${string}]`]: undefined;
|
|
551
551
|
[x: `int88[${string}]`]: undefined;
|
|
552
552
|
[x: `int232[${string}]`]: undefined;
|
|
553
|
+
[x: `int64[${string}]`]: undefined;
|
|
553
554
|
[x: `int120[${string}]`]: undefined;
|
|
554
555
|
[x: `int200[${string}]`]: undefined;
|
|
555
556
|
[x: `int48[${string}]`]: undefined;
|
|
556
557
|
[x: `int24[${string}]`]: undefined;
|
|
557
558
|
[x: `int32[${string}]`]: undefined;
|
|
558
|
-
[x: `int64[${string}]`]: undefined;
|
|
559
559
|
[x: `int72[${string}]`]: undefined;
|
|
560
560
|
[x: `int80[${string}]`]: undefined;
|
|
561
561
|
[x: `int96[${string}]`]: undefined;
|
|
@@ -582,12 +582,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
582
582
|
[x: `uint56[${string}]`]: undefined;
|
|
583
583
|
[x: `uint88[${string}]`]: undefined;
|
|
584
584
|
[x: `uint232[${string}]`]: undefined;
|
|
585
|
+
[x: `uint64[${string}]`]: undefined;
|
|
585
586
|
[x: `uint120[${string}]`]: undefined;
|
|
586
587
|
[x: `uint200[${string}]`]: undefined;
|
|
587
588
|
[x: `uint48[${string}]`]: undefined;
|
|
588
589
|
[x: `uint24[${string}]`]: undefined;
|
|
589
590
|
[x: `uint32[${string}]`]: undefined;
|
|
590
|
-
[x: `uint64[${string}]`]: undefined;
|
|
591
591
|
[x: `uint72[${string}]`]: undefined;
|
|
592
592
|
[x: `uint80[${string}]`]: undefined;
|
|
593
593
|
[x: `uint96[${string}]`]: undefined;
|
|
@@ -651,12 +651,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
651
651
|
int56?: undefined;
|
|
652
652
|
int88?: undefined;
|
|
653
653
|
int232?: undefined;
|
|
654
|
+
int64?: undefined;
|
|
654
655
|
int120?: undefined;
|
|
655
656
|
int200?: undefined;
|
|
656
657
|
int48?: undefined;
|
|
657
658
|
int24?: undefined;
|
|
658
659
|
int32?: undefined;
|
|
659
|
-
int64?: undefined;
|
|
660
660
|
int72?: undefined;
|
|
661
661
|
int80?: undefined;
|
|
662
662
|
int96?: undefined;
|
|
@@ -682,12 +682,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
682
682
|
uint56?: undefined;
|
|
683
683
|
uint88?: undefined;
|
|
684
684
|
uint232?: undefined;
|
|
685
|
+
uint64?: undefined;
|
|
685
686
|
uint120?: undefined;
|
|
686
687
|
uint200?: undefined;
|
|
687
688
|
uint48?: undefined;
|
|
688
689
|
uint24?: undefined;
|
|
689
690
|
uint32?: undefined;
|
|
690
|
-
uint64?: undefined;
|
|
691
691
|
uint72?: undefined;
|
|
692
692
|
uint80?: undefined;
|
|
693
693
|
uint96?: undefined;
|
|
@@ -2775,12 +2775,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
2775
2775
|
[x: `int56[${string}]`]: undefined;
|
|
2776
2776
|
[x: `int88[${string}]`]: undefined;
|
|
2777
2777
|
[x: `int232[${string}]`]: undefined;
|
|
2778
|
+
[x: `int64[${string}]`]: undefined;
|
|
2778
2779
|
[x: `int120[${string}]`]: undefined;
|
|
2779
2780
|
[x: `int200[${string}]`]: undefined;
|
|
2780
2781
|
[x: `int48[${string}]`]: undefined;
|
|
2781
2782
|
[x: `int24[${string}]`]: undefined;
|
|
2782
2783
|
[x: `int32[${string}]`]: undefined;
|
|
2783
|
-
[x: `int64[${string}]`]: undefined;
|
|
2784
2784
|
[x: `int72[${string}]`]: undefined;
|
|
2785
2785
|
[x: `int80[${string}]`]: undefined;
|
|
2786
2786
|
[x: `int96[${string}]`]: undefined;
|
|
@@ -2807,12 +2807,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
2807
2807
|
[x: `uint56[${string}]`]: undefined;
|
|
2808
2808
|
[x: `uint88[${string}]`]: undefined;
|
|
2809
2809
|
[x: `uint232[${string}]`]: undefined;
|
|
2810
|
+
[x: `uint64[${string}]`]: undefined;
|
|
2810
2811
|
[x: `uint120[${string}]`]: undefined;
|
|
2811
2812
|
[x: `uint200[${string}]`]: undefined;
|
|
2812
2813
|
[x: `uint48[${string}]`]: undefined;
|
|
2813
2814
|
[x: `uint24[${string}]`]: undefined;
|
|
2814
2815
|
[x: `uint32[${string}]`]: undefined;
|
|
2815
|
-
[x: `uint64[${string}]`]: undefined;
|
|
2816
2816
|
[x: `uint72[${string}]`]: undefined;
|
|
2817
2817
|
[x: `uint80[${string}]`]: undefined;
|
|
2818
2818
|
[x: `uint96[${string}]`]: undefined;
|
|
@@ -2876,12 +2876,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
2876
2876
|
int56?: undefined;
|
|
2877
2877
|
int88?: undefined;
|
|
2878
2878
|
int232?: undefined;
|
|
2879
|
+
int64?: undefined;
|
|
2879
2880
|
int120?: undefined;
|
|
2880
2881
|
int200?: undefined;
|
|
2881
2882
|
int48?: undefined;
|
|
2882
2883
|
int24?: undefined;
|
|
2883
2884
|
int32?: undefined;
|
|
2884
|
-
int64?: undefined;
|
|
2885
2885
|
int72?: undefined;
|
|
2886
2886
|
int80?: undefined;
|
|
2887
2887
|
int96?: undefined;
|
|
@@ -2907,12 +2907,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
2907
2907
|
uint56?: undefined;
|
|
2908
2908
|
uint88?: undefined;
|
|
2909
2909
|
uint232?: undefined;
|
|
2910
|
+
uint64?: undefined;
|
|
2910
2911
|
uint120?: undefined;
|
|
2911
2912
|
uint200?: undefined;
|
|
2912
2913
|
uint48?: undefined;
|
|
2913
2914
|
uint24?: undefined;
|
|
2914
2915
|
uint32?: undefined;
|
|
2915
|
-
uint64?: undefined;
|
|
2916
2916
|
uint72?: undefined;
|
|
2917
2917
|
uint80?: undefined;
|
|
2918
2918
|
uint96?: undefined;
|
|
@@ -2998,12 +2998,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
2998
2998
|
[x: `int56[${string}]`]: undefined;
|
|
2999
2999
|
[x: `int88[${string}]`]: undefined;
|
|
3000
3000
|
[x: `int232[${string}]`]: undefined;
|
|
3001
|
+
[x: `int64[${string}]`]: undefined;
|
|
3001
3002
|
[x: `int120[${string}]`]: undefined;
|
|
3002
3003
|
[x: `int200[${string}]`]: undefined;
|
|
3003
3004
|
[x: `int48[${string}]`]: undefined;
|
|
3004
3005
|
[x: `int24[${string}]`]: undefined;
|
|
3005
3006
|
[x: `int32[${string}]`]: undefined;
|
|
3006
|
-
[x: `int64[${string}]`]: undefined;
|
|
3007
3007
|
[x: `int72[${string}]`]: undefined;
|
|
3008
3008
|
[x: `int80[${string}]`]: undefined;
|
|
3009
3009
|
[x: `int96[${string}]`]: undefined;
|
|
@@ -3030,12 +3030,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
3030
3030
|
[x: `uint56[${string}]`]: undefined;
|
|
3031
3031
|
[x: `uint88[${string}]`]: undefined;
|
|
3032
3032
|
[x: `uint232[${string}]`]: undefined;
|
|
3033
|
+
[x: `uint64[${string}]`]: undefined;
|
|
3033
3034
|
[x: `uint120[${string}]`]: undefined;
|
|
3034
3035
|
[x: `uint200[${string}]`]: undefined;
|
|
3035
3036
|
[x: `uint48[${string}]`]: undefined;
|
|
3036
3037
|
[x: `uint24[${string}]`]: undefined;
|
|
3037
3038
|
[x: `uint32[${string}]`]: undefined;
|
|
3038
|
-
[x: `uint64[${string}]`]: undefined;
|
|
3039
3039
|
[x: `uint72[${string}]`]: undefined;
|
|
3040
3040
|
[x: `uint80[${string}]`]: undefined;
|
|
3041
3041
|
[x: `uint96[${string}]`]: undefined;
|
|
@@ -3099,12 +3099,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
3099
3099
|
int56?: undefined;
|
|
3100
3100
|
int88?: undefined;
|
|
3101
3101
|
int232?: undefined;
|
|
3102
|
+
int64?: undefined;
|
|
3102
3103
|
int120?: undefined;
|
|
3103
3104
|
int200?: undefined;
|
|
3104
3105
|
int48?: undefined;
|
|
3105
3106
|
int24?: undefined;
|
|
3106
3107
|
int32?: undefined;
|
|
3107
|
-
int64?: undefined;
|
|
3108
3108
|
int72?: undefined;
|
|
3109
3109
|
int80?: undefined;
|
|
3110
3110
|
int96?: undefined;
|
|
@@ -3130,12 +3130,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
3130
3130
|
uint56?: undefined;
|
|
3131
3131
|
uint88?: undefined;
|
|
3132
3132
|
uint232?: undefined;
|
|
3133
|
+
uint64?: undefined;
|
|
3133
3134
|
uint120?: undefined;
|
|
3134
3135
|
uint200?: undefined;
|
|
3135
3136
|
uint48?: undefined;
|
|
3136
3137
|
uint24?: undefined;
|
|
3137
3138
|
uint32?: undefined;
|
|
3138
|
-
uint64?: undefined;
|
|
3139
3139
|
uint72?: undefined;
|
|
3140
3140
|
uint80?: undefined;
|
|
3141
3141
|
uint96?: undefined;
|
|
@@ -3468,12 +3468,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
3468
3468
|
[x: `int56[${string}]`]: undefined;
|
|
3469
3469
|
[x: `int88[${string}]`]: undefined;
|
|
3470
3470
|
[x: `int232[${string}]`]: undefined;
|
|
3471
|
+
[x: `int64[${string}]`]: undefined;
|
|
3471
3472
|
[x: `int120[${string}]`]: undefined;
|
|
3472
3473
|
[x: `int200[${string}]`]: undefined;
|
|
3473
3474
|
[x: `int48[${string}]`]: undefined;
|
|
3474
3475
|
[x: `int24[${string}]`]: undefined;
|
|
3475
3476
|
[x: `int32[${string}]`]: undefined;
|
|
3476
|
-
[x: `int64[${string}]`]: undefined;
|
|
3477
3477
|
[x: `int72[${string}]`]: undefined;
|
|
3478
3478
|
[x: `int80[${string}]`]: undefined;
|
|
3479
3479
|
[x: `int96[${string}]`]: undefined;
|
|
@@ -3500,12 +3500,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
3500
3500
|
[x: `uint56[${string}]`]: undefined;
|
|
3501
3501
|
[x: `uint88[${string}]`]: undefined;
|
|
3502
3502
|
[x: `uint232[${string}]`]: undefined;
|
|
3503
|
+
[x: `uint64[${string}]`]: undefined;
|
|
3503
3504
|
[x: `uint120[${string}]`]: undefined;
|
|
3504
3505
|
[x: `uint200[${string}]`]: undefined;
|
|
3505
3506
|
[x: `uint48[${string}]`]: undefined;
|
|
3506
3507
|
[x: `uint24[${string}]`]: undefined;
|
|
3507
3508
|
[x: `uint32[${string}]`]: undefined;
|
|
3508
|
-
[x: `uint64[${string}]`]: undefined;
|
|
3509
3509
|
[x: `uint72[${string}]`]: undefined;
|
|
3510
3510
|
[x: `uint80[${string}]`]: undefined;
|
|
3511
3511
|
[x: `uint96[${string}]`]: undefined;
|
|
@@ -3569,12 +3569,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
3569
3569
|
int56?: undefined;
|
|
3570
3570
|
int88?: undefined;
|
|
3571
3571
|
int232?: undefined;
|
|
3572
|
+
int64?: undefined;
|
|
3572
3573
|
int120?: undefined;
|
|
3573
3574
|
int200?: undefined;
|
|
3574
3575
|
int48?: undefined;
|
|
3575
3576
|
int24?: undefined;
|
|
3576
3577
|
int32?: undefined;
|
|
3577
|
-
int64?: undefined;
|
|
3578
3578
|
int72?: undefined;
|
|
3579
3579
|
int80?: undefined;
|
|
3580
3580
|
int96?: undefined;
|
|
@@ -3600,12 +3600,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
3600
3600
|
uint56?: undefined;
|
|
3601
3601
|
uint88?: undefined;
|
|
3602
3602
|
uint232?: undefined;
|
|
3603
|
+
uint64?: undefined;
|
|
3603
3604
|
uint120?: undefined;
|
|
3604
3605
|
uint200?: undefined;
|
|
3605
3606
|
uint48?: undefined;
|
|
3606
3607
|
uint24?: undefined;
|
|
3607
3608
|
uint32?: undefined;
|
|
3608
|
-
uint64?: undefined;
|
|
3609
3609
|
uint72?: undefined;
|
|
3610
3610
|
uint80?: undefined;
|
|
3611
3611
|
uint96?: undefined;
|
|
@@ -3691,12 +3691,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
3691
3691
|
[x: `int56[${string}]`]: undefined;
|
|
3692
3692
|
[x: `int88[${string}]`]: undefined;
|
|
3693
3693
|
[x: `int232[${string}]`]: undefined;
|
|
3694
|
+
[x: `int64[${string}]`]: undefined;
|
|
3694
3695
|
[x: `int120[${string}]`]: undefined;
|
|
3695
3696
|
[x: `int200[${string}]`]: undefined;
|
|
3696
3697
|
[x: `int48[${string}]`]: undefined;
|
|
3697
3698
|
[x: `int24[${string}]`]: undefined;
|
|
3698
3699
|
[x: `int32[${string}]`]: undefined;
|
|
3699
|
-
[x: `int64[${string}]`]: undefined;
|
|
3700
3700
|
[x: `int72[${string}]`]: undefined;
|
|
3701
3701
|
[x: `int80[${string}]`]: undefined;
|
|
3702
3702
|
[x: `int96[${string}]`]: undefined;
|
|
@@ -3723,12 +3723,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
3723
3723
|
[x: `uint56[${string}]`]: undefined;
|
|
3724
3724
|
[x: `uint88[${string}]`]: undefined;
|
|
3725
3725
|
[x: `uint232[${string}]`]: undefined;
|
|
3726
|
+
[x: `uint64[${string}]`]: undefined;
|
|
3726
3727
|
[x: `uint120[${string}]`]: undefined;
|
|
3727
3728
|
[x: `uint200[${string}]`]: undefined;
|
|
3728
3729
|
[x: `uint48[${string}]`]: undefined;
|
|
3729
3730
|
[x: `uint24[${string}]`]: undefined;
|
|
3730
3731
|
[x: `uint32[${string}]`]: undefined;
|
|
3731
|
-
[x: `uint64[${string}]`]: undefined;
|
|
3732
3732
|
[x: `uint72[${string}]`]: undefined;
|
|
3733
3733
|
[x: `uint80[${string}]`]: undefined;
|
|
3734
3734
|
[x: `uint96[${string}]`]: undefined;
|
|
@@ -3792,12 +3792,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
3792
3792
|
int56?: undefined;
|
|
3793
3793
|
int88?: undefined;
|
|
3794
3794
|
int232?: undefined;
|
|
3795
|
+
int64?: undefined;
|
|
3795
3796
|
int120?: undefined;
|
|
3796
3797
|
int200?: undefined;
|
|
3797
3798
|
int48?: undefined;
|
|
3798
3799
|
int24?: undefined;
|
|
3799
3800
|
int32?: undefined;
|
|
3800
|
-
int64?: undefined;
|
|
3801
3801
|
int72?: undefined;
|
|
3802
3802
|
int80?: undefined;
|
|
3803
3803
|
int96?: undefined;
|
|
@@ -3823,12 +3823,12 @@ declare function createTrustwareSmartAccountClient(eoaAddress: `0x${string}`, ch
|
|
|
3823
3823
|
uint56?: undefined;
|
|
3824
3824
|
uint88?: undefined;
|
|
3825
3825
|
uint232?: undefined;
|
|
3826
|
+
uint64?: undefined;
|
|
3826
3827
|
uint120?: undefined;
|
|
3827
3828
|
uint200?: undefined;
|
|
3828
3829
|
uint48?: undefined;
|
|
3829
3830
|
uint24?: undefined;
|
|
3830
3831
|
uint32?: undefined;
|
|
3831
|
-
uint64?: undefined;
|
|
3832
3832
|
uint72?: undefined;
|
|
3833
3833
|
uint80?: undefined;
|
|
3834
3834
|
uint96?: undefined;
|
package/dist/smart-account.mjs
CHANGED
|
@@ -12241,7 +12241,7 @@ var init_constants = __esm({
|
|
|
12241
12241
|
"src/constants.ts"() {
|
|
12242
12242
|
"use strict";
|
|
12243
12243
|
SDK_NAME = "@trustware/sdk";
|
|
12244
|
-
SDK_VERSION = "1.1.8-staging.
|
|
12244
|
+
SDK_VERSION = "1.1.8-staging.8";
|
|
12245
12245
|
API_ROOT = "https://bv-staging-api.trustware.io";
|
|
12246
12246
|
API_PREFIX = "/api";
|
|
12247
12247
|
}
|