@sentio/sdk 4.3.2 → 4.3.3
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/aptos/builtin/0x1.d.ts +147 -1
- package/dist/aptos/builtin/0x1.d.ts.map +1 -1
- package/dist/aptos/builtin/0x1.js +243 -2
- package/dist/aptos/builtin/0x1.js.map +1 -1
- package/dist/sui/builtin/0x2.d.ts +14 -0
- package/dist/sui/builtin/0x2.d.ts.map +1 -1
- package/dist/sui/builtin/0x2.js +30 -1
- package/dist/sui/builtin/0x2.js.map +1 -1
- package/dist/sui/builtin/0x3.d.ts +0 -5
- package/dist/sui/builtin/0x3.d.ts.map +1 -1
- package/dist/sui/builtin/0x3.js +1 -27
- package/dist/sui/builtin/0x3.js.map +1 -1
- package/package.json +9 -9
- package/src/aptos/abis/0x1.json +273 -3
- package/src/aptos/builtin/0x1.ts +528 -2
- package/src/sui/abis/0x2.json +84 -1
- package/src/sui/abis/0x3.json +0 -202
- package/src/sui/builtin/0x2.ts +52 -1
- package/src/sui/builtin/0x3.ts +1 -45
package/src/sui/abis/0x2.json
CHANGED
|
@@ -29008,6 +29008,77 @@
|
|
|
29008
29008
|
"visibility": 2,
|
|
29009
29009
|
"isEntry": false
|
|
29010
29010
|
},
|
|
29011
|
+
{
|
|
29012
|
+
"typeParameters": [],
|
|
29013
|
+
"parameters": [
|
|
29014
|
+
{
|
|
29015
|
+
"reference": 1,
|
|
29016
|
+
"body": {
|
|
29017
|
+
"typeParameterInstantiation": [
|
|
29018
|
+
{
|
|
29019
|
+
"typeParameterInstantiation": [],
|
|
29020
|
+
"type": 3
|
|
29021
|
+
}
|
|
29022
|
+
],
|
|
29023
|
+
"type": 9
|
|
29024
|
+
}
|
|
29025
|
+
},
|
|
29026
|
+
{
|
|
29027
|
+
"body": {
|
|
29028
|
+
"typeParameterInstantiation": [],
|
|
29029
|
+
"type": 3
|
|
29030
|
+
}
|
|
29031
|
+
},
|
|
29032
|
+
{
|
|
29033
|
+
"reference": 1,
|
|
29034
|
+
"body": {
|
|
29035
|
+
"typeParameterInstantiation": [
|
|
29036
|
+
{
|
|
29037
|
+
"typeParameterInstantiation": [
|
|
29038
|
+
{
|
|
29039
|
+
"typeParameterInstantiation": [],
|
|
29040
|
+
"type": 10,
|
|
29041
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::ristretto255::G"
|
|
29042
|
+
}
|
|
29043
|
+
],
|
|
29044
|
+
"type": 10,
|
|
29045
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::group_ops::Element"
|
|
29046
|
+
}
|
|
29047
|
+
],
|
|
29048
|
+
"type": 9
|
|
29049
|
+
}
|
|
29050
|
+
},
|
|
29051
|
+
{
|
|
29052
|
+
"reference": 1,
|
|
29053
|
+
"body": {
|
|
29054
|
+
"typeParameterInstantiation": [
|
|
29055
|
+
{
|
|
29056
|
+
"typeParameterInstantiation": [],
|
|
29057
|
+
"type": 3
|
|
29058
|
+
}
|
|
29059
|
+
],
|
|
29060
|
+
"type": 9
|
|
29061
|
+
}
|
|
29062
|
+
},
|
|
29063
|
+
{
|
|
29064
|
+
"body": {
|
|
29065
|
+
"typeParameterInstantiation": [],
|
|
29066
|
+
"type": 3
|
|
29067
|
+
}
|
|
29068
|
+
}
|
|
29069
|
+
],
|
|
29070
|
+
"returns": [
|
|
29071
|
+
{
|
|
29072
|
+
"body": {
|
|
29073
|
+
"typeParameterInstantiation": [],
|
|
29074
|
+
"type": 2
|
|
29075
|
+
}
|
|
29076
|
+
}
|
|
29077
|
+
],
|
|
29078
|
+
"name": "verify_bulletproofs_with_dst_ristretto255",
|
|
29079
|
+
"visibility": 2,
|
|
29080
|
+
"isEntry": false
|
|
29081
|
+
},
|
|
29011
29082
|
{
|
|
29012
29083
|
"typeParameters": [],
|
|
29013
29084
|
"parameters": [
|
|
@@ -29045,6 +29116,18 @@
|
|
|
29045
29116
|
],
|
|
29046
29117
|
"type": 9
|
|
29047
29118
|
}
|
|
29119
|
+
},
|
|
29120
|
+
{
|
|
29121
|
+
"reference": 1,
|
|
29122
|
+
"body": {
|
|
29123
|
+
"typeParameterInstantiation": [
|
|
29124
|
+
{
|
|
29125
|
+
"typeParameterInstantiation": [],
|
|
29126
|
+
"type": 3
|
|
29127
|
+
}
|
|
29128
|
+
],
|
|
29129
|
+
"type": 9
|
|
29130
|
+
}
|
|
29048
29131
|
}
|
|
29049
29132
|
],
|
|
29050
29133
|
"returns": [
|
|
@@ -29055,7 +29138,7 @@
|
|
|
29055
29138
|
}
|
|
29056
29139
|
}
|
|
29057
29140
|
],
|
|
29058
|
-
"name": "
|
|
29141
|
+
"name": "verify_bulletproofs_with_dst_ristretto255_internal",
|
|
29059
29142
|
"visibility": 1,
|
|
29060
29143
|
"isEntry": false
|
|
29061
29144
|
}
|
package/src/sui/abis/0x3.json
CHANGED
|
@@ -11662,28 +11662,6 @@
|
|
|
11662
11662
|
"visibility": 2,
|
|
11663
11663
|
"isEntry": false
|
|
11664
11664
|
},
|
|
11665
|
-
{
|
|
11666
|
-
"typeParameters": [],
|
|
11667
|
-
"parameters": [
|
|
11668
|
-
{
|
|
11669
|
-
"reference": 2,
|
|
11670
|
-
"body": {
|
|
11671
|
-
"typeParameterInstantiation": [
|
|
11672
|
-
{
|
|
11673
|
-
"typeParameterInstantiation": [],
|
|
11674
|
-
"type": 10,
|
|
11675
|
-
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000003::validator::Validator"
|
|
11676
|
-
}
|
|
11677
|
-
],
|
|
11678
|
-
"type": 9
|
|
11679
|
-
}
|
|
11680
|
-
}
|
|
11681
|
-
],
|
|
11682
|
-
"returns": [],
|
|
11683
|
-
"name": "adjust_stake_and_gas_price",
|
|
11684
|
-
"visibility": 1,
|
|
11685
|
-
"isEntry": false
|
|
11686
|
-
},
|
|
11687
11665
|
{
|
|
11688
11666
|
"typeParameters": [],
|
|
11689
11667
|
"parameters": [
|
|
@@ -12402,81 +12380,6 @@
|
|
|
12402
12380
|
"visibility": 3,
|
|
12403
12381
|
"isEntry": false
|
|
12404
12382
|
},
|
|
12405
|
-
{
|
|
12406
|
-
"typeParameters": [],
|
|
12407
|
-
"parameters": [
|
|
12408
|
-
{
|
|
12409
|
-
"reference": 1,
|
|
12410
|
-
"body": {
|
|
12411
|
-
"typeParameterInstantiation": [
|
|
12412
|
-
{
|
|
12413
|
-
"typeParameterInstantiation": [],
|
|
12414
|
-
"type": 10,
|
|
12415
|
-
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000003::validator::Validator"
|
|
12416
|
-
}
|
|
12417
|
-
],
|
|
12418
|
-
"type": 10,
|
|
12419
|
-
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::table_vec::TableVec"
|
|
12420
|
-
}
|
|
12421
|
-
},
|
|
12422
|
-
{
|
|
12423
|
-
"reference": 1,
|
|
12424
|
-
"body": {
|
|
12425
|
-
"typeParameterInstantiation": [],
|
|
12426
|
-
"type": 10,
|
|
12427
|
-
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000003::validator::Validator"
|
|
12428
|
-
}
|
|
12429
|
-
}
|
|
12430
|
-
],
|
|
12431
|
-
"returns": [
|
|
12432
|
-
{
|
|
12433
|
-
"body": {
|
|
12434
|
-
"typeParameterInstantiation": [],
|
|
12435
|
-
"type": 6
|
|
12436
|
-
}
|
|
12437
|
-
}
|
|
12438
|
-
],
|
|
12439
|
-
"name": "count_duplicates_tablevec",
|
|
12440
|
-
"visibility": 1,
|
|
12441
|
-
"isEntry": false
|
|
12442
|
-
},
|
|
12443
|
-
{
|
|
12444
|
-
"typeParameters": [],
|
|
12445
|
-
"parameters": [
|
|
12446
|
-
{
|
|
12447
|
-
"reference": 1,
|
|
12448
|
-
"body": {
|
|
12449
|
-
"typeParameterInstantiation": [
|
|
12450
|
-
{
|
|
12451
|
-
"typeParameterInstantiation": [],
|
|
12452
|
-
"type": 10,
|
|
12453
|
-
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000003::validator::Validator"
|
|
12454
|
-
}
|
|
12455
|
-
],
|
|
12456
|
-
"type": 9
|
|
12457
|
-
}
|
|
12458
|
-
},
|
|
12459
|
-
{
|
|
12460
|
-
"reference": 1,
|
|
12461
|
-
"body": {
|
|
12462
|
-
"typeParameterInstantiation": [],
|
|
12463
|
-
"type": 10,
|
|
12464
|
-
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000003::validator::Validator"
|
|
12465
|
-
}
|
|
12466
|
-
}
|
|
12467
|
-
],
|
|
12468
|
-
"returns": [
|
|
12469
|
-
{
|
|
12470
|
-
"body": {
|
|
12471
|
-
"typeParameterInstantiation": [],
|
|
12472
|
-
"type": 6
|
|
12473
|
-
}
|
|
12474
|
-
}
|
|
12475
|
-
],
|
|
12476
|
-
"name": "count_duplicates_vec",
|
|
12477
|
-
"visibility": 1,
|
|
12478
|
-
"isEntry": false
|
|
12479
|
-
},
|
|
12480
12383
|
{
|
|
12481
12384
|
"typeParameters": [],
|
|
12482
12385
|
"parameters": [
|
|
@@ -12583,23 +12486,6 @@
|
|
|
12583
12486
|
"visibility": 1,
|
|
12584
12487
|
"isEntry": false
|
|
12585
12488
|
},
|
|
12586
|
-
{
|
|
12587
|
-
"typeParameters": [],
|
|
12588
|
-
"parameters": [
|
|
12589
|
-
{
|
|
12590
|
-
"reference": 2,
|
|
12591
|
-
"body": {
|
|
12592
|
-
"typeParameterInstantiation": [],
|
|
12593
|
-
"type": 10,
|
|
12594
|
-
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000003::validator_set::ValidatorSet"
|
|
12595
|
-
}
|
|
12596
|
-
}
|
|
12597
|
-
],
|
|
12598
|
-
"returns": [],
|
|
12599
|
-
"name": "effectuate_staged_metadata",
|
|
12600
|
-
"visibility": 1,
|
|
12601
|
-
"isEntry": false
|
|
12602
|
-
},
|
|
12603
12489
|
{
|
|
12604
12490
|
"typeParameters": [],
|
|
12605
12491
|
"parameters": [
|
|
@@ -13121,43 +13007,6 @@
|
|
|
13121
13007
|
"visibility": 3,
|
|
13122
13008
|
"isEntry": false
|
|
13123
13009
|
},
|
|
13124
|
-
{
|
|
13125
|
-
"typeParameters": [],
|
|
13126
|
-
"parameters": [
|
|
13127
|
-
{
|
|
13128
|
-
"reference": 1,
|
|
13129
|
-
"body": {
|
|
13130
|
-
"typeParameterInstantiation": [
|
|
13131
|
-
{
|
|
13132
|
-
"typeParameterInstantiation": [],
|
|
13133
|
-
"type": 10,
|
|
13134
|
-
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000003::validator::Validator"
|
|
13135
|
-
}
|
|
13136
|
-
],
|
|
13137
|
-
"type": 9
|
|
13138
|
-
}
|
|
13139
|
-
},
|
|
13140
|
-
{
|
|
13141
|
-
"reference": 1,
|
|
13142
|
-
"body": {
|
|
13143
|
-
"typeParameterInstantiation": [],
|
|
13144
|
-
"type": 10,
|
|
13145
|
-
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000003::validator::Validator"
|
|
13146
|
-
}
|
|
13147
|
-
}
|
|
13148
|
-
],
|
|
13149
|
-
"returns": [
|
|
13150
|
-
{
|
|
13151
|
-
"body": {
|
|
13152
|
-
"typeParameterInstantiation": [],
|
|
13153
|
-
"type": 2
|
|
13154
|
-
}
|
|
13155
|
-
}
|
|
13156
|
-
],
|
|
13157
|
-
"name": "is_duplicate_validator",
|
|
13158
|
-
"visibility": 3,
|
|
13159
|
-
"isEntry": false
|
|
13160
|
-
},
|
|
13161
13010
|
{
|
|
13162
13011
|
"typeParameters": [],
|
|
13163
13012
|
"parameters": [
|
|
@@ -13499,36 +13348,6 @@
|
|
|
13499
13348
|
"visibility": 1,
|
|
13500
13349
|
"isEntry": false
|
|
13501
13350
|
},
|
|
13502
|
-
{
|
|
13503
|
-
"typeParameters": [],
|
|
13504
|
-
"parameters": [
|
|
13505
|
-
{
|
|
13506
|
-
"reference": 2,
|
|
13507
|
-
"body": {
|
|
13508
|
-
"typeParameterInstantiation": [
|
|
13509
|
-
{
|
|
13510
|
-
"typeParameterInstantiation": [],
|
|
13511
|
-
"type": 10,
|
|
13512
|
-
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000003::validator::Validator"
|
|
13513
|
-
}
|
|
13514
|
-
],
|
|
13515
|
-
"type": 9
|
|
13516
|
-
}
|
|
13517
|
-
},
|
|
13518
|
-
{
|
|
13519
|
-
"reference": 1,
|
|
13520
|
-
"body": {
|
|
13521
|
-
"typeParameterInstantiation": [],
|
|
13522
|
-
"type": 10,
|
|
13523
|
-
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::tx_context::TxContext"
|
|
13524
|
-
}
|
|
13525
|
-
}
|
|
13526
|
-
],
|
|
13527
|
-
"returns": [],
|
|
13528
|
-
"name": "process_pending_stakes_and_withdraws",
|
|
13529
|
-
"visibility": 1,
|
|
13530
|
-
"isEntry": false
|
|
13531
|
-
},
|
|
13532
13351
|
{
|
|
13533
13352
|
"typeParameters": [],
|
|
13534
13353
|
"parameters": [
|
|
@@ -13848,27 +13667,6 @@
|
|
|
13848
13667
|
"visibility": 3,
|
|
13849
13668
|
"isEntry": false
|
|
13850
13669
|
},
|
|
13851
|
-
{
|
|
13852
|
-
"typeParameters": [],
|
|
13853
|
-
"parameters": [
|
|
13854
|
-
{
|
|
13855
|
-
"reference": 2,
|
|
13856
|
-
"body": {
|
|
13857
|
-
"typeParameterInstantiation": [
|
|
13858
|
-
{
|
|
13859
|
-
"typeParameterInstantiation": [],
|
|
13860
|
-
"type": 6
|
|
13861
|
-
}
|
|
13862
|
-
],
|
|
13863
|
-
"type": 9
|
|
13864
|
-
}
|
|
13865
|
-
}
|
|
13866
|
-
],
|
|
13867
|
-
"returns": [],
|
|
13868
|
-
"name": "sort_removal_list",
|
|
13869
|
-
"visibility": 1,
|
|
13870
|
-
"isEntry": false
|
|
13871
|
-
},
|
|
13872
13670
|
{
|
|
13873
13671
|
"typeParameters": [],
|
|
13874
13672
|
"parameters": [
|