@sentio/sdk 4.5.0 → 4.5.1-rc.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/aptos/builtin/0x1.d.ts +11 -0
- package/dist/aptos/builtin/0x1.d.ts.map +1 -1
- package/dist/aptos/builtin/0x1.js +10 -1
- package/dist/aptos/builtin/0x1.js.map +1 -1
- package/dist/iota/builtin/0x2.d.ts +241 -2
- package/dist/iota/builtin/0x2.d.ts.map +1 -1
- package/dist/iota/builtin/0x2.js +766 -17
- package/dist/iota/builtin/0x2.js.map +1 -1
- package/dist/iota/builtin/0x3.d.ts +34 -64
- package/dist/iota/builtin/0x3.d.ts.map +1 -1
- package/dist/iota/builtin/0x3.js +210 -163
- package/dist/iota/builtin/0x3.js.map +1 -1
- package/dist/sui/builtin/0x2.d.ts +201 -2
- package/dist/sui/builtin/0x2.d.ts.map +1 -1
- package/dist/sui/builtin/0x2.js +574 -1
- package/dist/sui/builtin/0x2.js.map +1 -1
- package/package.json +7 -7
- package/src/aptos/abis/0x1.json +51 -1
- package/src/aptos/builtin/0x1.ts +21 -1
- package/src/iota/abis/0x2.json +2292 -1083
- package/src/iota/abis/0x3.json +229 -264
- package/src/iota/builtin/0x2.ts +1323 -78
- package/src/iota/builtin/0x3.ts +281 -258
- package/src/sui/abis/0x2.json +1216 -3
- package/src/sui/builtin/0x2.ts +918 -4
package/src/sui/abis/0x2.json
CHANGED
|
@@ -16207,8 +16207,7 @@
|
|
|
16207
16207
|
{
|
|
16208
16208
|
"constraints": [
|
|
16209
16209
|
1,
|
|
16210
|
-
2
|
|
16211
|
-
3
|
|
16210
|
+
2
|
|
16212
16211
|
]
|
|
16213
16212
|
}
|
|
16214
16213
|
],
|
|
@@ -17720,6 +17719,56 @@
|
|
|
17720
17719
|
"name": "event"
|
|
17721
17720
|
}
|
|
17722
17721
|
},
|
|
17722
|
+
{
|
|
17723
|
+
"address": "0x2",
|
|
17724
|
+
"module": {
|
|
17725
|
+
"datatypes": [
|
|
17726
|
+
{
|
|
17727
|
+
"abilities": [
|
|
17728
|
+
4
|
|
17729
|
+
],
|
|
17730
|
+
"typeParameters": [],
|
|
17731
|
+
"fields": [
|
|
17732
|
+
{
|
|
17733
|
+
"name": "id",
|
|
17734
|
+
"position": 0,
|
|
17735
|
+
"type": {
|
|
17736
|
+
"typeParameterInstantiation": [],
|
|
17737
|
+
"type": 10,
|
|
17738
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::object::UID"
|
|
17739
|
+
}
|
|
17740
|
+
}
|
|
17741
|
+
],
|
|
17742
|
+
"variants": [],
|
|
17743
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::forwarding_address::ForwardingAddressRegistry",
|
|
17744
|
+
"definingId": "0x0000000000000000000000000000000000000000000000000000000000000002",
|
|
17745
|
+
"module": "forwarding_address",
|
|
17746
|
+
"name": "ForwardingAddressRegistry",
|
|
17747
|
+
"kind": 1
|
|
17748
|
+
}
|
|
17749
|
+
],
|
|
17750
|
+
"functions": [
|
|
17751
|
+
{
|
|
17752
|
+
"typeParameters": [],
|
|
17753
|
+
"parameters": [
|
|
17754
|
+
{
|
|
17755
|
+
"reference": 1,
|
|
17756
|
+
"body": {
|
|
17757
|
+
"typeParameterInstantiation": [],
|
|
17758
|
+
"type": 10,
|
|
17759
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::tx_context::TxContext"
|
|
17760
|
+
}
|
|
17761
|
+
}
|
|
17762
|
+
],
|
|
17763
|
+
"returns": [],
|
|
17764
|
+
"name": "create",
|
|
17765
|
+
"visibility": 1,
|
|
17766
|
+
"isEntry": false
|
|
17767
|
+
}
|
|
17768
|
+
],
|
|
17769
|
+
"name": "forwarding_address"
|
|
17770
|
+
}
|
|
17771
|
+
},
|
|
17723
17772
|
{
|
|
17724
17773
|
"address": "0x2",
|
|
17725
17774
|
"module": {
|
|
@@ -23298,6 +23347,130 @@
|
|
|
23298
23347
|
"visibility": 2,
|
|
23299
23348
|
"isEntry": false
|
|
23300
23349
|
},
|
|
23350
|
+
{
|
|
23351
|
+
"typeParameters": [
|
|
23352
|
+
{
|
|
23353
|
+
"constraints": [
|
|
23354
|
+
1,
|
|
23355
|
+
2,
|
|
23356
|
+
3
|
|
23357
|
+
]
|
|
23358
|
+
},
|
|
23359
|
+
{
|
|
23360
|
+
"constraints": [
|
|
23361
|
+
3
|
|
23362
|
+
]
|
|
23363
|
+
}
|
|
23364
|
+
],
|
|
23365
|
+
"parameters": [
|
|
23366
|
+
{
|
|
23367
|
+
"reference": 2,
|
|
23368
|
+
"body": {
|
|
23369
|
+
"typeParameterInstantiation": [
|
|
23370
|
+
{
|
|
23371
|
+
"typeParameterInstantiation": [],
|
|
23372
|
+
"type": 11,
|
|
23373
|
+
"typeParameter": 0
|
|
23374
|
+
},
|
|
23375
|
+
{
|
|
23376
|
+
"typeParameterInstantiation": [],
|
|
23377
|
+
"type": 11,
|
|
23378
|
+
"typeParameter": 1
|
|
23379
|
+
}
|
|
23380
|
+
],
|
|
23381
|
+
"type": 10,
|
|
23382
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::linked_table::LinkedTable"
|
|
23383
|
+
}
|
|
23384
|
+
},
|
|
23385
|
+
{
|
|
23386
|
+
"body": {
|
|
23387
|
+
"typeParameterInstantiation": [],
|
|
23388
|
+
"type": 11,
|
|
23389
|
+
"typeParameter": 0
|
|
23390
|
+
}
|
|
23391
|
+
},
|
|
23392
|
+
{
|
|
23393
|
+
"body": {
|
|
23394
|
+
"typeParameterInstantiation": [],
|
|
23395
|
+
"type": 11,
|
|
23396
|
+
"typeParameter": 0
|
|
23397
|
+
}
|
|
23398
|
+
},
|
|
23399
|
+
{
|
|
23400
|
+
"body": {
|
|
23401
|
+
"typeParameterInstantiation": [],
|
|
23402
|
+
"type": 11,
|
|
23403
|
+
"typeParameter": 1
|
|
23404
|
+
}
|
|
23405
|
+
}
|
|
23406
|
+
],
|
|
23407
|
+
"returns": [],
|
|
23408
|
+
"name": "insert_after",
|
|
23409
|
+
"visibility": 2,
|
|
23410
|
+
"isEntry": false
|
|
23411
|
+
},
|
|
23412
|
+
{
|
|
23413
|
+
"typeParameters": [
|
|
23414
|
+
{
|
|
23415
|
+
"constraints": [
|
|
23416
|
+
1,
|
|
23417
|
+
2,
|
|
23418
|
+
3
|
|
23419
|
+
]
|
|
23420
|
+
},
|
|
23421
|
+
{
|
|
23422
|
+
"constraints": [
|
|
23423
|
+
3
|
|
23424
|
+
]
|
|
23425
|
+
}
|
|
23426
|
+
],
|
|
23427
|
+
"parameters": [
|
|
23428
|
+
{
|
|
23429
|
+
"reference": 2,
|
|
23430
|
+
"body": {
|
|
23431
|
+
"typeParameterInstantiation": [
|
|
23432
|
+
{
|
|
23433
|
+
"typeParameterInstantiation": [],
|
|
23434
|
+
"type": 11,
|
|
23435
|
+
"typeParameter": 0
|
|
23436
|
+
},
|
|
23437
|
+
{
|
|
23438
|
+
"typeParameterInstantiation": [],
|
|
23439
|
+
"type": 11,
|
|
23440
|
+
"typeParameter": 1
|
|
23441
|
+
}
|
|
23442
|
+
],
|
|
23443
|
+
"type": 10,
|
|
23444
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::linked_table::LinkedTable"
|
|
23445
|
+
}
|
|
23446
|
+
},
|
|
23447
|
+
{
|
|
23448
|
+
"body": {
|
|
23449
|
+
"typeParameterInstantiation": [],
|
|
23450
|
+
"type": 11,
|
|
23451
|
+
"typeParameter": 0
|
|
23452
|
+
}
|
|
23453
|
+
},
|
|
23454
|
+
{
|
|
23455
|
+
"body": {
|
|
23456
|
+
"typeParameterInstantiation": [],
|
|
23457
|
+
"type": 11,
|
|
23458
|
+
"typeParameter": 0
|
|
23459
|
+
}
|
|
23460
|
+
},
|
|
23461
|
+
{
|
|
23462
|
+
"body": {
|
|
23463
|
+
"typeParameterInstantiation": [],
|
|
23464
|
+
"type": 11,
|
|
23465
|
+
"typeParameter": 1
|
|
23466
|
+
}
|
|
23467
|
+
}
|
|
23468
|
+
],
|
|
23469
|
+
"returns": [],
|
|
23470
|
+
"name": "insert_before",
|
|
23471
|
+
"visibility": 2,
|
|
23472
|
+
"isEntry": false
|
|
23473
|
+
},
|
|
23301
23474
|
{
|
|
23302
23475
|
"typeParameters": [
|
|
23303
23476
|
{
|
|
@@ -24769,6 +24942,22 @@
|
|
|
24769
24942
|
"visibility": 1,
|
|
24770
24943
|
"isEntry": false
|
|
24771
24944
|
},
|
|
24945
|
+
{
|
|
24946
|
+
"typeParameters": [],
|
|
24947
|
+
"parameters": [],
|
|
24948
|
+
"returns": [
|
|
24949
|
+
{
|
|
24950
|
+
"body": {
|
|
24951
|
+
"typeParameterInstantiation": [],
|
|
24952
|
+
"type": 10,
|
|
24953
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::object::UID"
|
|
24954
|
+
}
|
|
24955
|
+
}
|
|
24956
|
+
],
|
|
24957
|
+
"name": "forwarding_address_registry",
|
|
24958
|
+
"visibility": 3,
|
|
24959
|
+
"isEntry": false
|
|
24960
|
+
},
|
|
24772
24961
|
{
|
|
24773
24962
|
"typeParameters": [
|
|
24774
24963
|
{
|
|
@@ -24997,6 +25186,12 @@
|
|
|
24997
25186
|
{
|
|
24998
25187
|
"typeParameters": [],
|
|
24999
25188
|
"parameters": [
|
|
25189
|
+
{
|
|
25190
|
+
"body": {
|
|
25191
|
+
"typeParameterInstantiation": [],
|
|
25192
|
+
"type": 1
|
|
25193
|
+
}
|
|
25194
|
+
},
|
|
25000
25195
|
{
|
|
25001
25196
|
"body": {
|
|
25002
25197
|
"typeParameterInstantiation": [],
|
|
@@ -25036,6 +25231,12 @@
|
|
|
25036
25231
|
{
|
|
25037
25232
|
"typeParameters": [],
|
|
25038
25233
|
"parameters": [
|
|
25234
|
+
{
|
|
25235
|
+
"body": {
|
|
25236
|
+
"typeParameterInstantiation": [],
|
|
25237
|
+
"type": 1
|
|
25238
|
+
}
|
|
25239
|
+
},
|
|
25039
25240
|
{
|
|
25040
25241
|
"body": {
|
|
25041
25242
|
"typeParameterInstantiation": [],
|
|
@@ -25044,7 +25245,7 @@
|
|
|
25044
25245
|
}
|
|
25045
25246
|
],
|
|
25046
25247
|
"returns": [],
|
|
25047
|
-
"name": "
|
|
25248
|
+
"name": "record_new_uid_from_hash",
|
|
25048
25249
|
"visibility": 1,
|
|
25049
25250
|
"isEntry": false
|
|
25050
25251
|
},
|
|
@@ -26810,6 +27011,59 @@
|
|
|
26810
27011
|
"visibility": 2,
|
|
26811
27012
|
"isEntry": true
|
|
26812
27013
|
},
|
|
27014
|
+
{
|
|
27015
|
+
"typeParameters": [],
|
|
27016
|
+
"parameters": [
|
|
27017
|
+
{
|
|
27018
|
+
"reference": 1,
|
|
27019
|
+
"body": {
|
|
27020
|
+
"typeParameterInstantiation": [],
|
|
27021
|
+
"type": 10,
|
|
27022
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::package::UpgradeCap"
|
|
27023
|
+
}
|
|
27024
|
+
}
|
|
27025
|
+
],
|
|
27026
|
+
"returns": [
|
|
27027
|
+
{
|
|
27028
|
+
"body": {
|
|
27029
|
+
"typeParameterInstantiation": [],
|
|
27030
|
+
"type": 10,
|
|
27031
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::object::ID"
|
|
27032
|
+
}
|
|
27033
|
+
}
|
|
27034
|
+
],
|
|
27035
|
+
"name": "original_package_id",
|
|
27036
|
+
"visibility": 2,
|
|
27037
|
+
"isEntry": false
|
|
27038
|
+
},
|
|
27039
|
+
{
|
|
27040
|
+
"typeParameters": [],
|
|
27041
|
+
"parameters": [
|
|
27042
|
+
{
|
|
27043
|
+
"body": {
|
|
27044
|
+
"typeParameterInstantiation": [],
|
|
27045
|
+
"type": 1
|
|
27046
|
+
}
|
|
27047
|
+
},
|
|
27048
|
+
{
|
|
27049
|
+
"body": {
|
|
27050
|
+
"typeParameterInstantiation": [],
|
|
27051
|
+
"type": 6
|
|
27052
|
+
}
|
|
27053
|
+
}
|
|
27054
|
+
],
|
|
27055
|
+
"returns": [
|
|
27056
|
+
{
|
|
27057
|
+
"body": {
|
|
27058
|
+
"typeParameterInstantiation": [],
|
|
27059
|
+
"type": 1
|
|
27060
|
+
}
|
|
27061
|
+
}
|
|
27062
|
+
],
|
|
27063
|
+
"name": "original_package_id_impl",
|
|
27064
|
+
"visibility": 1,
|
|
27065
|
+
"isEntry": false
|
|
27066
|
+
},
|
|
26813
27067
|
{
|
|
26814
27068
|
"typeParameters": [],
|
|
26815
27069
|
"parameters": [
|
|
@@ -29906,6 +30160,965 @@
|
|
|
29906
30160
|
"name": "ristretto255"
|
|
29907
30161
|
}
|
|
29908
30162
|
},
|
|
30163
|
+
{
|
|
30164
|
+
"address": "0x2",
|
|
30165
|
+
"module": {
|
|
30166
|
+
"datatypes": [
|
|
30167
|
+
{
|
|
30168
|
+
"abilities": [
|
|
30169
|
+
2
|
|
30170
|
+
],
|
|
30171
|
+
"typeParameters": [
|
|
30172
|
+
{
|
|
30173
|
+
"constraints": [
|
|
30174
|
+
2
|
|
30175
|
+
],
|
|
30176
|
+
"isPhantom": true
|
|
30177
|
+
}
|
|
30178
|
+
],
|
|
30179
|
+
"fields": [
|
|
30180
|
+
{
|
|
30181
|
+
"name": "pos0",
|
|
30182
|
+
"position": 0,
|
|
30183
|
+
"type": {
|
|
30184
|
+
"typeParameterInstantiation": [],
|
|
30185
|
+
"type": 6
|
|
30186
|
+
}
|
|
30187
|
+
}
|
|
30188
|
+
],
|
|
30189
|
+
"variants": [],
|
|
30190
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::scratch::BorrowMarker",
|
|
30191
|
+
"definingId": "0x0000000000000000000000000000000000000000000000000000000000000002",
|
|
30192
|
+
"module": "scratch",
|
|
30193
|
+
"name": "BorrowMarker",
|
|
30194
|
+
"kind": 1
|
|
30195
|
+
},
|
|
30196
|
+
{
|
|
30197
|
+
"abilities": [
|
|
30198
|
+
1,
|
|
30199
|
+
2
|
|
30200
|
+
],
|
|
30201
|
+
"typeParameters": [],
|
|
30202
|
+
"fields": [
|
|
30203
|
+
{
|
|
30204
|
+
"name": "dummy_field",
|
|
30205
|
+
"position": 0,
|
|
30206
|
+
"type": {
|
|
30207
|
+
"typeParameterInstantiation": [],
|
|
30208
|
+
"type": 2
|
|
30209
|
+
}
|
|
30210
|
+
}
|
|
30211
|
+
],
|
|
30212
|
+
"variants": [],
|
|
30213
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::scratch::BorrowMarkerKey",
|
|
30214
|
+
"definingId": "0x0000000000000000000000000000000000000000000000000000000000000002",
|
|
30215
|
+
"module": "scratch",
|
|
30216
|
+
"name": "BorrowMarkerKey",
|
|
30217
|
+
"kind": 1
|
|
30218
|
+
},
|
|
30219
|
+
{
|
|
30220
|
+
"abilities": [
|
|
30221
|
+
1,
|
|
30222
|
+
2
|
|
30223
|
+
],
|
|
30224
|
+
"typeParameters": [
|
|
30225
|
+
{
|
|
30226
|
+
"constraints": [
|
|
30227
|
+
1,
|
|
30228
|
+
2
|
|
30229
|
+
],
|
|
30230
|
+
"isPhantom": true
|
|
30231
|
+
}
|
|
30232
|
+
],
|
|
30233
|
+
"fields": [
|
|
30234
|
+
{
|
|
30235
|
+
"name": "dummy_field",
|
|
30236
|
+
"position": 0,
|
|
30237
|
+
"type": {
|
|
30238
|
+
"typeParameterInstantiation": [],
|
|
30239
|
+
"type": 2
|
|
30240
|
+
}
|
|
30241
|
+
}
|
|
30242
|
+
],
|
|
30243
|
+
"variants": [],
|
|
30244
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::scratch::Permit",
|
|
30245
|
+
"definingId": "0x0000000000000000000000000000000000000000000000000000000000000002",
|
|
30246
|
+
"module": "scratch",
|
|
30247
|
+
"name": "Permit",
|
|
30248
|
+
"kind": 1
|
|
30249
|
+
}
|
|
30250
|
+
],
|
|
30251
|
+
"functions": [
|
|
30252
|
+
{
|
|
30253
|
+
"typeParameters": [
|
|
30254
|
+
{
|
|
30255
|
+
"constraints": [
|
|
30256
|
+
1,
|
|
30257
|
+
2
|
|
30258
|
+
]
|
|
30259
|
+
},
|
|
30260
|
+
{
|
|
30261
|
+
"constraints": [
|
|
30262
|
+
2
|
|
30263
|
+
]
|
|
30264
|
+
}
|
|
30265
|
+
],
|
|
30266
|
+
"parameters": [
|
|
30267
|
+
{
|
|
30268
|
+
"reference": 2,
|
|
30269
|
+
"body": {
|
|
30270
|
+
"typeParameterInstantiation": [],
|
|
30271
|
+
"type": 10,
|
|
30272
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::tx_context::TxContext"
|
|
30273
|
+
}
|
|
30274
|
+
},
|
|
30275
|
+
{
|
|
30276
|
+
"body": {
|
|
30277
|
+
"typeParameterInstantiation": [
|
|
30278
|
+
{
|
|
30279
|
+
"typeParameterInstantiation": [],
|
|
30280
|
+
"type": 11,
|
|
30281
|
+
"typeParameter": 0
|
|
30282
|
+
}
|
|
30283
|
+
],
|
|
30284
|
+
"type": 10,
|
|
30285
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::scratch::Permit"
|
|
30286
|
+
}
|
|
30287
|
+
},
|
|
30288
|
+
{
|
|
30289
|
+
"body": {
|
|
30290
|
+
"typeParameterInstantiation": [],
|
|
30291
|
+
"type": 11,
|
|
30292
|
+
"typeParameter": 0
|
|
30293
|
+
}
|
|
30294
|
+
},
|
|
30295
|
+
{
|
|
30296
|
+
"body": {
|
|
30297
|
+
"typeParameterInstantiation": [],
|
|
30298
|
+
"type": 11,
|
|
30299
|
+
"typeParameter": 1
|
|
30300
|
+
}
|
|
30301
|
+
}
|
|
30302
|
+
],
|
|
30303
|
+
"returns": [],
|
|
30304
|
+
"name": "add",
|
|
30305
|
+
"visibility": 2,
|
|
30306
|
+
"isEntry": false
|
|
30307
|
+
},
|
|
30308
|
+
{
|
|
30309
|
+
"typeParameters": [
|
|
30310
|
+
{
|
|
30311
|
+
"constraints": [
|
|
30312
|
+
2
|
|
30313
|
+
]
|
|
30314
|
+
}
|
|
30315
|
+
],
|
|
30316
|
+
"parameters": [
|
|
30317
|
+
{
|
|
30318
|
+
"body": {
|
|
30319
|
+
"typeParameterInstantiation": [],
|
|
30320
|
+
"type": 1
|
|
30321
|
+
}
|
|
30322
|
+
},
|
|
30323
|
+
{
|
|
30324
|
+
"body": {
|
|
30325
|
+
"typeParameterInstantiation": [],
|
|
30326
|
+
"type": 11,
|
|
30327
|
+
"typeParameter": 0
|
|
30328
|
+
}
|
|
30329
|
+
}
|
|
30330
|
+
],
|
|
30331
|
+
"returns": [],
|
|
30332
|
+
"name": "add_impl",
|
|
30333
|
+
"visibility": 1,
|
|
30334
|
+
"isEntry": false
|
|
30335
|
+
},
|
|
30336
|
+
{
|
|
30337
|
+
"typeParameters": [
|
|
30338
|
+
{
|
|
30339
|
+
"constraints": [
|
|
30340
|
+
1,
|
|
30341
|
+
2
|
|
30342
|
+
]
|
|
30343
|
+
},
|
|
30344
|
+
{
|
|
30345
|
+
"constraints": [
|
|
30346
|
+
2
|
|
30347
|
+
]
|
|
30348
|
+
}
|
|
30349
|
+
],
|
|
30350
|
+
"parameters": [
|
|
30351
|
+
{
|
|
30352
|
+
"reference": 2,
|
|
30353
|
+
"body": {
|
|
30354
|
+
"typeParameterInstantiation": [],
|
|
30355
|
+
"type": 10,
|
|
30356
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::tx_context::TxContext"
|
|
30357
|
+
}
|
|
30358
|
+
},
|
|
30359
|
+
{
|
|
30360
|
+
"body": {
|
|
30361
|
+
"typeParameterInstantiation": [
|
|
30362
|
+
{
|
|
30363
|
+
"typeParameterInstantiation": [],
|
|
30364
|
+
"type": 11,
|
|
30365
|
+
"typeParameter": 0
|
|
30366
|
+
}
|
|
30367
|
+
],
|
|
30368
|
+
"type": 10,
|
|
30369
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::scratch::Permit"
|
|
30370
|
+
}
|
|
30371
|
+
},
|
|
30372
|
+
{
|
|
30373
|
+
"body": {
|
|
30374
|
+
"typeParameterInstantiation": [],
|
|
30375
|
+
"type": 11,
|
|
30376
|
+
"typeParameter": 0
|
|
30377
|
+
}
|
|
30378
|
+
}
|
|
30379
|
+
],
|
|
30380
|
+
"returns": [
|
|
30381
|
+
{
|
|
30382
|
+
"body": {
|
|
30383
|
+
"typeParameterInstantiation": [],
|
|
30384
|
+
"type": 11,
|
|
30385
|
+
"typeParameter": 1
|
|
30386
|
+
}
|
|
30387
|
+
},
|
|
30388
|
+
{
|
|
30389
|
+
"body": {
|
|
30390
|
+
"typeParameterInstantiation": [
|
|
30391
|
+
{
|
|
30392
|
+
"typeParameterInstantiation": [],
|
|
30393
|
+
"type": 11,
|
|
30394
|
+
"typeParameter": 1
|
|
30395
|
+
}
|
|
30396
|
+
],
|
|
30397
|
+
"type": 10,
|
|
30398
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::scratch::BorrowMarker"
|
|
30399
|
+
}
|
|
30400
|
+
}
|
|
30401
|
+
],
|
|
30402
|
+
"name": "begin_borrow",
|
|
30403
|
+
"visibility": 2,
|
|
30404
|
+
"isEntry": false
|
|
30405
|
+
},
|
|
30406
|
+
{
|
|
30407
|
+
"typeParameters": [
|
|
30408
|
+
{
|
|
30409
|
+
"constraints": [
|
|
30410
|
+
2
|
|
30411
|
+
]
|
|
30412
|
+
}
|
|
30413
|
+
],
|
|
30414
|
+
"parameters": [
|
|
30415
|
+
{
|
|
30416
|
+
"reference": 2,
|
|
30417
|
+
"body": {
|
|
30418
|
+
"typeParameterInstantiation": [],
|
|
30419
|
+
"type": 10,
|
|
30420
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::tx_context::TxContext"
|
|
30421
|
+
}
|
|
30422
|
+
}
|
|
30423
|
+
],
|
|
30424
|
+
"returns": [
|
|
30425
|
+
{
|
|
30426
|
+
"body": {
|
|
30427
|
+
"typeParameterInstantiation": [
|
|
30428
|
+
{
|
|
30429
|
+
"typeParameterInstantiation": [],
|
|
30430
|
+
"type": 11,
|
|
30431
|
+
"typeParameter": 0
|
|
30432
|
+
}
|
|
30433
|
+
],
|
|
30434
|
+
"type": 10,
|
|
30435
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::scratch::BorrowMarker"
|
|
30436
|
+
}
|
|
30437
|
+
}
|
|
30438
|
+
],
|
|
30439
|
+
"name": "borrow_marker",
|
|
30440
|
+
"visibility": 1,
|
|
30441
|
+
"isEntry": false
|
|
30442
|
+
},
|
|
30443
|
+
{
|
|
30444
|
+
"typeParameters": [
|
|
30445
|
+
{
|
|
30446
|
+
"constraints": [
|
|
30447
|
+
1,
|
|
30448
|
+
2
|
|
30449
|
+
]
|
|
30450
|
+
},
|
|
30451
|
+
{
|
|
30452
|
+
"constraints": [
|
|
30453
|
+
2
|
|
30454
|
+
]
|
|
30455
|
+
}
|
|
30456
|
+
],
|
|
30457
|
+
"parameters": [
|
|
30458
|
+
{
|
|
30459
|
+
"reference": 2,
|
|
30460
|
+
"body": {
|
|
30461
|
+
"typeParameterInstantiation": [],
|
|
30462
|
+
"type": 10,
|
|
30463
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::tx_context::TxContext"
|
|
30464
|
+
}
|
|
30465
|
+
},
|
|
30466
|
+
{
|
|
30467
|
+
"body": {
|
|
30468
|
+
"typeParameterInstantiation": [
|
|
30469
|
+
{
|
|
30470
|
+
"typeParameterInstantiation": [],
|
|
30471
|
+
"type": 11,
|
|
30472
|
+
"typeParameter": 0
|
|
30473
|
+
}
|
|
30474
|
+
],
|
|
30475
|
+
"type": 10,
|
|
30476
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::scratch::Permit"
|
|
30477
|
+
}
|
|
30478
|
+
},
|
|
30479
|
+
{
|
|
30480
|
+
"body": {
|
|
30481
|
+
"typeParameterInstantiation": [],
|
|
30482
|
+
"type": 11,
|
|
30483
|
+
"typeParameter": 0
|
|
30484
|
+
}
|
|
30485
|
+
},
|
|
30486
|
+
{
|
|
30487
|
+
"body": {
|
|
30488
|
+
"typeParameterInstantiation": [],
|
|
30489
|
+
"type": 11,
|
|
30490
|
+
"typeParameter": 1
|
|
30491
|
+
}
|
|
30492
|
+
},
|
|
30493
|
+
{
|
|
30494
|
+
"body": {
|
|
30495
|
+
"typeParameterInstantiation": [
|
|
30496
|
+
{
|
|
30497
|
+
"typeParameterInstantiation": [],
|
|
30498
|
+
"type": 11,
|
|
30499
|
+
"typeParameter": 1
|
|
30500
|
+
}
|
|
30501
|
+
],
|
|
30502
|
+
"type": 10,
|
|
30503
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::scratch::BorrowMarker"
|
|
30504
|
+
}
|
|
30505
|
+
}
|
|
30506
|
+
],
|
|
30507
|
+
"returns": [],
|
|
30508
|
+
"name": "end_borrow",
|
|
30509
|
+
"visibility": 2,
|
|
30510
|
+
"isEntry": false
|
|
30511
|
+
},
|
|
30512
|
+
{
|
|
30513
|
+
"typeParameters": [
|
|
30514
|
+
{
|
|
30515
|
+
"constraints": [
|
|
30516
|
+
1,
|
|
30517
|
+
2
|
|
30518
|
+
]
|
|
30519
|
+
}
|
|
30520
|
+
],
|
|
30521
|
+
"parameters": [
|
|
30522
|
+
{
|
|
30523
|
+
"reference": 1,
|
|
30524
|
+
"body": {
|
|
30525
|
+
"typeParameterInstantiation": [],
|
|
30526
|
+
"type": 10,
|
|
30527
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::tx_context::TxContext"
|
|
30528
|
+
}
|
|
30529
|
+
},
|
|
30530
|
+
{
|
|
30531
|
+
"body": {
|
|
30532
|
+
"typeParameterInstantiation": [
|
|
30533
|
+
{
|
|
30534
|
+
"typeParameterInstantiation": [],
|
|
30535
|
+
"type": 11,
|
|
30536
|
+
"typeParameter": 0
|
|
30537
|
+
}
|
|
30538
|
+
],
|
|
30539
|
+
"type": 10,
|
|
30540
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::scratch::Permit"
|
|
30541
|
+
}
|
|
30542
|
+
},
|
|
30543
|
+
{
|
|
30544
|
+
"body": {
|
|
30545
|
+
"typeParameterInstantiation": [],
|
|
30546
|
+
"type": 11,
|
|
30547
|
+
"typeParameter": 0
|
|
30548
|
+
}
|
|
30549
|
+
}
|
|
30550
|
+
],
|
|
30551
|
+
"returns": [
|
|
30552
|
+
{
|
|
30553
|
+
"body": {
|
|
30554
|
+
"typeParameterInstantiation": [],
|
|
30555
|
+
"type": 2
|
|
30556
|
+
}
|
|
30557
|
+
}
|
|
30558
|
+
],
|
|
30559
|
+
"name": "exists",
|
|
30560
|
+
"visibility": 2,
|
|
30561
|
+
"isEntry": false
|
|
30562
|
+
},
|
|
30563
|
+
{
|
|
30564
|
+
"typeParameters": [],
|
|
30565
|
+
"parameters": [
|
|
30566
|
+
{
|
|
30567
|
+
"body": {
|
|
30568
|
+
"typeParameterInstantiation": [],
|
|
30569
|
+
"type": 1
|
|
30570
|
+
}
|
|
30571
|
+
}
|
|
30572
|
+
],
|
|
30573
|
+
"returns": [
|
|
30574
|
+
{
|
|
30575
|
+
"body": {
|
|
30576
|
+
"typeParameterInstantiation": [],
|
|
30577
|
+
"type": 2
|
|
30578
|
+
}
|
|
30579
|
+
}
|
|
30580
|
+
],
|
|
30581
|
+
"name": "exists_impl",
|
|
30582
|
+
"visibility": 1,
|
|
30583
|
+
"isEntry": false
|
|
30584
|
+
},
|
|
30585
|
+
{
|
|
30586
|
+
"typeParameters": [
|
|
30587
|
+
{
|
|
30588
|
+
"constraints": [
|
|
30589
|
+
1,
|
|
30590
|
+
2
|
|
30591
|
+
]
|
|
30592
|
+
},
|
|
30593
|
+
{
|
|
30594
|
+
"constraints": [
|
|
30595
|
+
2
|
|
30596
|
+
]
|
|
30597
|
+
}
|
|
30598
|
+
],
|
|
30599
|
+
"parameters": [
|
|
30600
|
+
{
|
|
30601
|
+
"reference": 1,
|
|
30602
|
+
"body": {
|
|
30603
|
+
"typeParameterInstantiation": [],
|
|
30604
|
+
"type": 10,
|
|
30605
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::tx_context::TxContext"
|
|
30606
|
+
}
|
|
30607
|
+
},
|
|
30608
|
+
{
|
|
30609
|
+
"body": {
|
|
30610
|
+
"typeParameterInstantiation": [
|
|
30611
|
+
{
|
|
30612
|
+
"typeParameterInstantiation": [],
|
|
30613
|
+
"type": 11,
|
|
30614
|
+
"typeParameter": 0
|
|
30615
|
+
}
|
|
30616
|
+
],
|
|
30617
|
+
"type": 10,
|
|
30618
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::scratch::Permit"
|
|
30619
|
+
}
|
|
30620
|
+
},
|
|
30621
|
+
{
|
|
30622
|
+
"body": {
|
|
30623
|
+
"typeParameterInstantiation": [],
|
|
30624
|
+
"type": 11,
|
|
30625
|
+
"typeParameter": 0
|
|
30626
|
+
}
|
|
30627
|
+
}
|
|
30628
|
+
],
|
|
30629
|
+
"returns": [
|
|
30630
|
+
{
|
|
30631
|
+
"body": {
|
|
30632
|
+
"typeParameterInstantiation": [],
|
|
30633
|
+
"type": 2
|
|
30634
|
+
}
|
|
30635
|
+
}
|
|
30636
|
+
],
|
|
30637
|
+
"name": "exists_with_type",
|
|
30638
|
+
"visibility": 2,
|
|
30639
|
+
"isEntry": false
|
|
30640
|
+
},
|
|
30641
|
+
{
|
|
30642
|
+
"typeParameters": [
|
|
30643
|
+
{
|
|
30644
|
+
"constraints": [
|
|
30645
|
+
2
|
|
30646
|
+
]
|
|
30647
|
+
}
|
|
30648
|
+
],
|
|
30649
|
+
"parameters": [
|
|
30650
|
+
{
|
|
30651
|
+
"body": {
|
|
30652
|
+
"typeParameterInstantiation": [],
|
|
30653
|
+
"type": 1
|
|
30654
|
+
}
|
|
30655
|
+
}
|
|
30656
|
+
],
|
|
30657
|
+
"returns": [
|
|
30658
|
+
{
|
|
30659
|
+
"body": {
|
|
30660
|
+
"typeParameterInstantiation": [],
|
|
30661
|
+
"type": 2
|
|
30662
|
+
}
|
|
30663
|
+
}
|
|
30664
|
+
],
|
|
30665
|
+
"name": "exists_with_type_impl",
|
|
30666
|
+
"visibility": 1,
|
|
30667
|
+
"isEntry": false
|
|
30668
|
+
},
|
|
30669
|
+
{
|
|
30670
|
+
"typeParameters": [
|
|
30671
|
+
{
|
|
30672
|
+
"constraints": [
|
|
30673
|
+
1,
|
|
30674
|
+
2
|
|
30675
|
+
]
|
|
30676
|
+
}
|
|
30677
|
+
],
|
|
30678
|
+
"parameters": [
|
|
30679
|
+
{
|
|
30680
|
+
"body": {
|
|
30681
|
+
"typeParameterInstantiation": [],
|
|
30682
|
+
"type": 11,
|
|
30683
|
+
"typeParameter": 0
|
|
30684
|
+
}
|
|
30685
|
+
}
|
|
30686
|
+
],
|
|
30687
|
+
"returns": [
|
|
30688
|
+
{
|
|
30689
|
+
"body": {
|
|
30690
|
+
"typeParameterInstantiation": [],
|
|
30691
|
+
"type": 1
|
|
30692
|
+
}
|
|
30693
|
+
}
|
|
30694
|
+
],
|
|
30695
|
+
"name": "hash_type_and_key",
|
|
30696
|
+
"visibility": 1,
|
|
30697
|
+
"isEntry": false
|
|
30698
|
+
},
|
|
30699
|
+
{
|
|
30700
|
+
"typeParameters": [
|
|
30701
|
+
{
|
|
30702
|
+
"constraints": [
|
|
30703
|
+
1,
|
|
30704
|
+
2
|
|
30705
|
+
]
|
|
30706
|
+
}
|
|
30707
|
+
],
|
|
30708
|
+
"parameters": [
|
|
30709
|
+
{
|
|
30710
|
+
"body": {
|
|
30711
|
+
"typeParameterInstantiation": [
|
|
30712
|
+
{
|
|
30713
|
+
"typeParameterInstantiation": [],
|
|
30714
|
+
"type": 11,
|
|
30715
|
+
"typeParameter": 0
|
|
30716
|
+
}
|
|
30717
|
+
],
|
|
30718
|
+
"type": 10,
|
|
30719
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000001::internal::Permit"
|
|
30720
|
+
}
|
|
30721
|
+
}
|
|
30722
|
+
],
|
|
30723
|
+
"returns": [
|
|
30724
|
+
{
|
|
30725
|
+
"body": {
|
|
30726
|
+
"typeParameterInstantiation": [
|
|
30727
|
+
{
|
|
30728
|
+
"typeParameterInstantiation": [],
|
|
30729
|
+
"type": 11,
|
|
30730
|
+
"typeParameter": 0
|
|
30731
|
+
}
|
|
30732
|
+
],
|
|
30733
|
+
"type": 10,
|
|
30734
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::scratch::Permit"
|
|
30735
|
+
}
|
|
30736
|
+
}
|
|
30737
|
+
],
|
|
30738
|
+
"name": "permit",
|
|
30739
|
+
"visibility": 2,
|
|
30740
|
+
"isEntry": false
|
|
30741
|
+
},
|
|
30742
|
+
{
|
|
30743
|
+
"typeParameters": [
|
|
30744
|
+
{
|
|
30745
|
+
"constraints": [
|
|
30746
|
+
1,
|
|
30747
|
+
2
|
|
30748
|
+
]
|
|
30749
|
+
},
|
|
30750
|
+
{
|
|
30751
|
+
"constraints": [
|
|
30752
|
+
1,
|
|
30753
|
+
2
|
|
30754
|
+
]
|
|
30755
|
+
}
|
|
30756
|
+
],
|
|
30757
|
+
"parameters": [
|
|
30758
|
+
{
|
|
30759
|
+
"reference": 1,
|
|
30760
|
+
"body": {
|
|
30761
|
+
"typeParameterInstantiation": [],
|
|
30762
|
+
"type": 10,
|
|
30763
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::tx_context::TxContext"
|
|
30764
|
+
}
|
|
30765
|
+
},
|
|
30766
|
+
{
|
|
30767
|
+
"body": {
|
|
30768
|
+
"typeParameterInstantiation": [
|
|
30769
|
+
{
|
|
30770
|
+
"typeParameterInstantiation": [],
|
|
30771
|
+
"type": 11,
|
|
30772
|
+
"typeParameter": 0
|
|
30773
|
+
}
|
|
30774
|
+
],
|
|
30775
|
+
"type": 10,
|
|
30776
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::scratch::Permit"
|
|
30777
|
+
}
|
|
30778
|
+
},
|
|
30779
|
+
{
|
|
30780
|
+
"body": {
|
|
30781
|
+
"typeParameterInstantiation": [],
|
|
30782
|
+
"type": 11,
|
|
30783
|
+
"typeParameter": 0
|
|
30784
|
+
}
|
|
30785
|
+
}
|
|
30786
|
+
],
|
|
30787
|
+
"returns": [
|
|
30788
|
+
{
|
|
30789
|
+
"body": {
|
|
30790
|
+
"typeParameterInstantiation": [],
|
|
30791
|
+
"type": 11,
|
|
30792
|
+
"typeParameter": 1
|
|
30793
|
+
}
|
|
30794
|
+
}
|
|
30795
|
+
],
|
|
30796
|
+
"name": "read",
|
|
30797
|
+
"visibility": 2,
|
|
30798
|
+
"isEntry": false
|
|
30799
|
+
},
|
|
30800
|
+
{
|
|
30801
|
+
"typeParameters": [
|
|
30802
|
+
{
|
|
30803
|
+
"constraints": [
|
|
30804
|
+
1,
|
|
30805
|
+
2
|
|
30806
|
+
]
|
|
30807
|
+
}
|
|
30808
|
+
],
|
|
30809
|
+
"parameters": [
|
|
30810
|
+
{
|
|
30811
|
+
"body": {
|
|
30812
|
+
"typeParameterInstantiation": [],
|
|
30813
|
+
"type": 1
|
|
30814
|
+
}
|
|
30815
|
+
}
|
|
30816
|
+
],
|
|
30817
|
+
"returns": [
|
|
30818
|
+
{
|
|
30819
|
+
"body": {
|
|
30820
|
+
"typeParameterInstantiation": [],
|
|
30821
|
+
"type": 11,
|
|
30822
|
+
"typeParameter": 0
|
|
30823
|
+
}
|
|
30824
|
+
}
|
|
30825
|
+
],
|
|
30826
|
+
"name": "read_impl",
|
|
30827
|
+
"visibility": 1,
|
|
30828
|
+
"isEntry": false
|
|
30829
|
+
},
|
|
30830
|
+
{
|
|
30831
|
+
"typeParameters": [
|
|
30832
|
+
{
|
|
30833
|
+
"constraints": [
|
|
30834
|
+
1,
|
|
30835
|
+
2
|
|
30836
|
+
]
|
|
30837
|
+
},
|
|
30838
|
+
{
|
|
30839
|
+
"constraints": [
|
|
30840
|
+
1,
|
|
30841
|
+
2
|
|
30842
|
+
]
|
|
30843
|
+
}
|
|
30844
|
+
],
|
|
30845
|
+
"parameters": [
|
|
30846
|
+
{
|
|
30847
|
+
"reference": 1,
|
|
30848
|
+
"body": {
|
|
30849
|
+
"typeParameterInstantiation": [],
|
|
30850
|
+
"type": 10,
|
|
30851
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::tx_context::TxContext"
|
|
30852
|
+
}
|
|
30853
|
+
},
|
|
30854
|
+
{
|
|
30855
|
+
"body": {
|
|
30856
|
+
"typeParameterInstantiation": [
|
|
30857
|
+
{
|
|
30858
|
+
"typeParameterInstantiation": [],
|
|
30859
|
+
"type": 11,
|
|
30860
|
+
"typeParameter": 0
|
|
30861
|
+
}
|
|
30862
|
+
],
|
|
30863
|
+
"type": 10,
|
|
30864
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::scratch::Permit"
|
|
30865
|
+
}
|
|
30866
|
+
},
|
|
30867
|
+
{
|
|
30868
|
+
"body": {
|
|
30869
|
+
"typeParameterInstantiation": [],
|
|
30870
|
+
"type": 11,
|
|
30871
|
+
"typeParameter": 0
|
|
30872
|
+
}
|
|
30873
|
+
}
|
|
30874
|
+
],
|
|
30875
|
+
"returns": [
|
|
30876
|
+
{
|
|
30877
|
+
"body": {
|
|
30878
|
+
"typeParameterInstantiation": [
|
|
30879
|
+
{
|
|
30880
|
+
"typeParameterInstantiation": [],
|
|
30881
|
+
"type": 11,
|
|
30882
|
+
"typeParameter": 1
|
|
30883
|
+
}
|
|
30884
|
+
],
|
|
30885
|
+
"type": 10,
|
|
30886
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000001::option::Option"
|
|
30887
|
+
}
|
|
30888
|
+
}
|
|
30889
|
+
],
|
|
30890
|
+
"name": "read_opt",
|
|
30891
|
+
"visibility": 2,
|
|
30892
|
+
"isEntry": false
|
|
30893
|
+
},
|
|
30894
|
+
{
|
|
30895
|
+
"typeParameters": [
|
|
30896
|
+
{
|
|
30897
|
+
"constraints": [
|
|
30898
|
+
1,
|
|
30899
|
+
2
|
|
30900
|
+
]
|
|
30901
|
+
},
|
|
30902
|
+
{
|
|
30903
|
+
"constraints": [
|
|
30904
|
+
2
|
|
30905
|
+
]
|
|
30906
|
+
}
|
|
30907
|
+
],
|
|
30908
|
+
"parameters": [
|
|
30909
|
+
{
|
|
30910
|
+
"reference": 2,
|
|
30911
|
+
"body": {
|
|
30912
|
+
"typeParameterInstantiation": [],
|
|
30913
|
+
"type": 10,
|
|
30914
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::tx_context::TxContext"
|
|
30915
|
+
}
|
|
30916
|
+
},
|
|
30917
|
+
{
|
|
30918
|
+
"body": {
|
|
30919
|
+
"typeParameterInstantiation": [
|
|
30920
|
+
{
|
|
30921
|
+
"typeParameterInstantiation": [],
|
|
30922
|
+
"type": 11,
|
|
30923
|
+
"typeParameter": 0
|
|
30924
|
+
}
|
|
30925
|
+
],
|
|
30926
|
+
"type": 10,
|
|
30927
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::scratch::Permit"
|
|
30928
|
+
}
|
|
30929
|
+
},
|
|
30930
|
+
{
|
|
30931
|
+
"body": {
|
|
30932
|
+
"typeParameterInstantiation": [],
|
|
30933
|
+
"type": 11,
|
|
30934
|
+
"typeParameter": 0
|
|
30935
|
+
}
|
|
30936
|
+
}
|
|
30937
|
+
],
|
|
30938
|
+
"returns": [
|
|
30939
|
+
{
|
|
30940
|
+
"body": {
|
|
30941
|
+
"typeParameterInstantiation": [],
|
|
30942
|
+
"type": 11,
|
|
30943
|
+
"typeParameter": 1
|
|
30944
|
+
}
|
|
30945
|
+
}
|
|
30946
|
+
],
|
|
30947
|
+
"name": "remove",
|
|
30948
|
+
"visibility": 2,
|
|
30949
|
+
"isEntry": false
|
|
30950
|
+
},
|
|
30951
|
+
{
|
|
30952
|
+
"typeParameters": [
|
|
30953
|
+
{
|
|
30954
|
+
"constraints": [
|
|
30955
|
+
2
|
|
30956
|
+
]
|
|
30957
|
+
}
|
|
30958
|
+
],
|
|
30959
|
+
"parameters": [
|
|
30960
|
+
{
|
|
30961
|
+
"body": {
|
|
30962
|
+
"typeParameterInstantiation": [],
|
|
30963
|
+
"type": 1
|
|
30964
|
+
}
|
|
30965
|
+
}
|
|
30966
|
+
],
|
|
30967
|
+
"returns": [
|
|
30968
|
+
{
|
|
30969
|
+
"body": {
|
|
30970
|
+
"typeParameterInstantiation": [],
|
|
30971
|
+
"type": 11,
|
|
30972
|
+
"typeParameter": 0
|
|
30973
|
+
}
|
|
30974
|
+
}
|
|
30975
|
+
],
|
|
30976
|
+
"name": "remove_impl",
|
|
30977
|
+
"visibility": 1,
|
|
30978
|
+
"isEntry": false
|
|
30979
|
+
},
|
|
30980
|
+
{
|
|
30981
|
+
"typeParameters": [
|
|
30982
|
+
{
|
|
30983
|
+
"constraints": [
|
|
30984
|
+
1,
|
|
30985
|
+
2
|
|
30986
|
+
]
|
|
30987
|
+
},
|
|
30988
|
+
{
|
|
30989
|
+
"constraints": [
|
|
30990
|
+
2
|
|
30991
|
+
]
|
|
30992
|
+
}
|
|
30993
|
+
],
|
|
30994
|
+
"parameters": [
|
|
30995
|
+
{
|
|
30996
|
+
"reference": 2,
|
|
30997
|
+
"body": {
|
|
30998
|
+
"typeParameterInstantiation": [],
|
|
30999
|
+
"type": 10,
|
|
31000
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::tx_context::TxContext"
|
|
31001
|
+
}
|
|
31002
|
+
},
|
|
31003
|
+
{
|
|
31004
|
+
"body": {
|
|
31005
|
+
"typeParameterInstantiation": [
|
|
31006
|
+
{
|
|
31007
|
+
"typeParameterInstantiation": [],
|
|
31008
|
+
"type": 11,
|
|
31009
|
+
"typeParameter": 0
|
|
31010
|
+
}
|
|
31011
|
+
],
|
|
31012
|
+
"type": 10,
|
|
31013
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::scratch::Permit"
|
|
31014
|
+
}
|
|
31015
|
+
},
|
|
31016
|
+
{
|
|
31017
|
+
"body": {
|
|
31018
|
+
"typeParameterInstantiation": [],
|
|
31019
|
+
"type": 11,
|
|
31020
|
+
"typeParameter": 0
|
|
31021
|
+
}
|
|
31022
|
+
}
|
|
31023
|
+
],
|
|
31024
|
+
"returns": [
|
|
31025
|
+
{
|
|
31026
|
+
"body": {
|
|
31027
|
+
"typeParameterInstantiation": [
|
|
31028
|
+
{
|
|
31029
|
+
"typeParameterInstantiation": [],
|
|
31030
|
+
"type": 11,
|
|
31031
|
+
"typeParameter": 1
|
|
31032
|
+
}
|
|
31033
|
+
],
|
|
31034
|
+
"type": 10,
|
|
31035
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000001::option::Option"
|
|
31036
|
+
}
|
|
31037
|
+
}
|
|
31038
|
+
],
|
|
31039
|
+
"name": "remove_opt",
|
|
31040
|
+
"visibility": 2,
|
|
31041
|
+
"isEntry": false
|
|
31042
|
+
},
|
|
31043
|
+
{
|
|
31044
|
+
"typeParameters": [
|
|
31045
|
+
{
|
|
31046
|
+
"constraints": [
|
|
31047
|
+
1,
|
|
31048
|
+
2
|
|
31049
|
+
]
|
|
31050
|
+
},
|
|
31051
|
+
{
|
|
31052
|
+
"constraints": [
|
|
31053
|
+
2
|
|
31054
|
+
]
|
|
31055
|
+
},
|
|
31056
|
+
{
|
|
31057
|
+
"constraints": [
|
|
31058
|
+
2
|
|
31059
|
+
]
|
|
31060
|
+
}
|
|
31061
|
+
],
|
|
31062
|
+
"parameters": [
|
|
31063
|
+
{
|
|
31064
|
+
"reference": 2,
|
|
31065
|
+
"body": {
|
|
31066
|
+
"typeParameterInstantiation": [],
|
|
31067
|
+
"type": 10,
|
|
31068
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::tx_context::TxContext"
|
|
31069
|
+
}
|
|
31070
|
+
},
|
|
31071
|
+
{
|
|
31072
|
+
"body": {
|
|
31073
|
+
"typeParameterInstantiation": [
|
|
31074
|
+
{
|
|
31075
|
+
"typeParameterInstantiation": [],
|
|
31076
|
+
"type": 11,
|
|
31077
|
+
"typeParameter": 0
|
|
31078
|
+
}
|
|
31079
|
+
],
|
|
31080
|
+
"type": 10,
|
|
31081
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000002::scratch::Permit"
|
|
31082
|
+
}
|
|
31083
|
+
},
|
|
31084
|
+
{
|
|
31085
|
+
"body": {
|
|
31086
|
+
"typeParameterInstantiation": [],
|
|
31087
|
+
"type": 11,
|
|
31088
|
+
"typeParameter": 0
|
|
31089
|
+
}
|
|
31090
|
+
},
|
|
31091
|
+
{
|
|
31092
|
+
"body": {
|
|
31093
|
+
"typeParameterInstantiation": [],
|
|
31094
|
+
"type": 11,
|
|
31095
|
+
"typeParameter": 1
|
|
31096
|
+
}
|
|
31097
|
+
}
|
|
31098
|
+
],
|
|
31099
|
+
"returns": [
|
|
31100
|
+
{
|
|
31101
|
+
"body": {
|
|
31102
|
+
"typeParameterInstantiation": [
|
|
31103
|
+
{
|
|
31104
|
+
"typeParameterInstantiation": [],
|
|
31105
|
+
"type": 11,
|
|
31106
|
+
"typeParameter": 2
|
|
31107
|
+
}
|
|
31108
|
+
],
|
|
31109
|
+
"type": 10,
|
|
31110
|
+
"typeName": "0x0000000000000000000000000000000000000000000000000000000000000001::option::Option"
|
|
31111
|
+
}
|
|
31112
|
+
}
|
|
31113
|
+
],
|
|
31114
|
+
"name": "replace",
|
|
31115
|
+
"visibility": 2,
|
|
31116
|
+
"isEntry": false
|
|
31117
|
+
}
|
|
31118
|
+
],
|
|
31119
|
+
"name": "scratch"
|
|
31120
|
+
}
|
|
31121
|
+
},
|
|
29909
31122
|
{
|
|
29910
31123
|
"address": "0x2",
|
|
29911
31124
|
"module": {
|