@sentio/sdk 2.62.1-rc.1 → 2.62.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/lib/aptos/builtin/0x1.d.ts +6 -0
- package/lib/aptos/builtin/0x1.d.ts.map +1 -1
- package/lib/aptos/builtin/0x1.js +10 -1
- package/lib/aptos/builtin/0x1.js.map +1 -1
- package/lib/sui/builtin/0x1.d.ts +4 -0
- package/lib/sui/builtin/0x1.d.ts.map +1 -1
- package/lib/sui/builtin/0x1.js +49 -1
- package/lib/sui/builtin/0x1.js.map +1 -1
- package/lib/sui/builtin/0x2.d.ts +49 -0
- package/lib/sui/builtin/0x2.d.ts.map +1 -1
- package/lib/sui/builtin/0x2.js +137 -1
- package/lib/sui/builtin/0x2.js.map +1 -1
- package/lib/sui/builtin/0x3.d.ts +12 -0
- package/lib/sui/builtin/0x3.d.ts.map +1 -1
- package/lib/sui/builtin/0x3.js +14 -1
- package/lib/sui/builtin/0x3.js.map +1 -1
- package/package.json +10 -10
- package/src/aptos/abis/0x1.json +26 -2
- package/src/aptos/builtin/0x1.ts +15 -1
- package/src/sui/abis/0x1.json +26 -0
- package/src/sui/abis/0x2.json +184 -0
- package/src/sui/abis/0x3.json +16 -0
- package/src/sui/builtin/0x1.ts +69 -1
- package/src/sui/builtin/0x2.ts +227 -1
- package/src/sui/builtin/0x3.ts +42 -1
package/src/sui/abis/0x1.json
CHANGED
@@ -1992,6 +1992,19 @@
|
|
1992
1992
|
}
|
1993
1993
|
]
|
1994
1994
|
},
|
1995
|
+
"defining_id": {
|
1996
|
+
"visibility": "Public",
|
1997
|
+
"isEntry": false,
|
1998
|
+
"typeParameters": [
|
1999
|
+
{
|
2000
|
+
"abilities": []
|
2001
|
+
}
|
2002
|
+
],
|
2003
|
+
"parameters": [],
|
2004
|
+
"return": [
|
2005
|
+
"Address"
|
2006
|
+
]
|
2007
|
+
},
|
1995
2008
|
"get": {
|
1996
2009
|
"visibility": "Public",
|
1997
2010
|
"isEntry": false,
|
@@ -2158,6 +2171,19 @@
|
|
2158
2171
|
}
|
2159
2172
|
]
|
2160
2173
|
},
|
2174
|
+
"original_id": {
|
2175
|
+
"visibility": "Public",
|
2176
|
+
"isEntry": false,
|
2177
|
+
"typeParameters": [
|
2178
|
+
{
|
2179
|
+
"abilities": []
|
2180
|
+
}
|
2181
|
+
],
|
2182
|
+
"parameters": [],
|
2183
|
+
"return": [
|
2184
|
+
"Address"
|
2185
|
+
]
|
2186
|
+
},
|
2161
2187
|
"with_defining_ids": {
|
2162
2188
|
"visibility": "Public",
|
2163
2189
|
"isEntry": false,
|
package/src/sui/abis/0x2.json
CHANGED
@@ -8270,6 +8270,182 @@
|
|
8270
8270
|
}
|
8271
8271
|
}
|
8272
8272
|
},
|
8273
|
+
"derived_object": {
|
8274
|
+
"fileFormatVersion": 7,
|
8275
|
+
"address": "0x2",
|
8276
|
+
"name": "derived_object",
|
8277
|
+
"friends": [],
|
8278
|
+
"structs": {
|
8279
|
+
"Claimed": {
|
8280
|
+
"abilities": {
|
8281
|
+
"abilities": [
|
8282
|
+
"Copy",
|
8283
|
+
"Drop",
|
8284
|
+
"Store"
|
8285
|
+
]
|
8286
|
+
},
|
8287
|
+
"typeParameters": [],
|
8288
|
+
"fields": [
|
8289
|
+
{
|
8290
|
+
"name": "pos0",
|
8291
|
+
"type": {
|
8292
|
+
"Struct": {
|
8293
|
+
"address": "0x2",
|
8294
|
+
"module": "object",
|
8295
|
+
"name": "ID",
|
8296
|
+
"typeArguments": []
|
8297
|
+
}
|
8298
|
+
}
|
8299
|
+
}
|
8300
|
+
]
|
8301
|
+
},
|
8302
|
+
"DerivedObjectKey": {
|
8303
|
+
"abilities": {
|
8304
|
+
"abilities": [
|
8305
|
+
"Copy",
|
8306
|
+
"Drop",
|
8307
|
+
"Store"
|
8308
|
+
]
|
8309
|
+
},
|
8310
|
+
"typeParameters": [
|
8311
|
+
{
|
8312
|
+
"constraints": {
|
8313
|
+
"abilities": [
|
8314
|
+
"Copy",
|
8315
|
+
"Drop",
|
8316
|
+
"Store"
|
8317
|
+
]
|
8318
|
+
},
|
8319
|
+
"isPhantom": false
|
8320
|
+
}
|
8321
|
+
],
|
8322
|
+
"fields": [
|
8323
|
+
{
|
8324
|
+
"name": "pos0",
|
8325
|
+
"type": {
|
8326
|
+
"TypeParameter": 0
|
8327
|
+
}
|
8328
|
+
}
|
8329
|
+
]
|
8330
|
+
}
|
8331
|
+
},
|
8332
|
+
"enums": {
|
8333
|
+
"ClaimedStatus": {
|
8334
|
+
"abilities": {
|
8335
|
+
"abilities": [
|
8336
|
+
"Store"
|
8337
|
+
]
|
8338
|
+
},
|
8339
|
+
"typeParameters": [],
|
8340
|
+
"variants": {
|
8341
|
+
"Reserved": []
|
8342
|
+
},
|
8343
|
+
"variantDeclarationOrder": [
|
8344
|
+
"Reserved"
|
8345
|
+
]
|
8346
|
+
}
|
8347
|
+
},
|
8348
|
+
"exposedFunctions": {
|
8349
|
+
"claim": {
|
8350
|
+
"visibility": "Public",
|
8351
|
+
"isEntry": false,
|
8352
|
+
"typeParameters": [
|
8353
|
+
{
|
8354
|
+
"abilities": [
|
8355
|
+
"Copy",
|
8356
|
+
"Drop",
|
8357
|
+
"Store"
|
8358
|
+
]
|
8359
|
+
}
|
8360
|
+
],
|
8361
|
+
"parameters": [
|
8362
|
+
{
|
8363
|
+
"MutableReference": {
|
8364
|
+
"Struct": {
|
8365
|
+
"address": "0x2",
|
8366
|
+
"module": "object",
|
8367
|
+
"name": "UID",
|
8368
|
+
"typeArguments": []
|
8369
|
+
}
|
8370
|
+
}
|
8371
|
+
},
|
8372
|
+
{
|
8373
|
+
"TypeParameter": 0
|
8374
|
+
}
|
8375
|
+
],
|
8376
|
+
"return": [
|
8377
|
+
{
|
8378
|
+
"Struct": {
|
8379
|
+
"address": "0x2",
|
8380
|
+
"module": "object",
|
8381
|
+
"name": "UID",
|
8382
|
+
"typeArguments": []
|
8383
|
+
}
|
8384
|
+
}
|
8385
|
+
]
|
8386
|
+
},
|
8387
|
+
"derive_address": {
|
8388
|
+
"visibility": "Public",
|
8389
|
+
"isEntry": false,
|
8390
|
+
"typeParameters": [
|
8391
|
+
{
|
8392
|
+
"abilities": [
|
8393
|
+
"Copy",
|
8394
|
+
"Drop",
|
8395
|
+
"Store"
|
8396
|
+
]
|
8397
|
+
}
|
8398
|
+
],
|
8399
|
+
"parameters": [
|
8400
|
+
{
|
8401
|
+
"Struct": {
|
8402
|
+
"address": "0x2",
|
8403
|
+
"module": "object",
|
8404
|
+
"name": "ID",
|
8405
|
+
"typeArguments": []
|
8406
|
+
}
|
8407
|
+
},
|
8408
|
+
{
|
8409
|
+
"TypeParameter": 0
|
8410
|
+
}
|
8411
|
+
],
|
8412
|
+
"return": [
|
8413
|
+
"Address"
|
8414
|
+
]
|
8415
|
+
},
|
8416
|
+
"exists": {
|
8417
|
+
"visibility": "Public",
|
8418
|
+
"isEntry": false,
|
8419
|
+
"typeParameters": [
|
8420
|
+
{
|
8421
|
+
"abilities": [
|
8422
|
+
"Copy",
|
8423
|
+
"Drop",
|
8424
|
+
"Store"
|
8425
|
+
]
|
8426
|
+
}
|
8427
|
+
],
|
8428
|
+
"parameters": [
|
8429
|
+
{
|
8430
|
+
"Reference": {
|
8431
|
+
"Struct": {
|
8432
|
+
"address": "0x2",
|
8433
|
+
"module": "object",
|
8434
|
+
"name": "UID",
|
8435
|
+
"typeArguments": []
|
8436
|
+
}
|
8437
|
+
}
|
8438
|
+
},
|
8439
|
+
{
|
8440
|
+
"TypeParameter": 0
|
8441
|
+
}
|
8442
|
+
],
|
8443
|
+
"return": [
|
8444
|
+
"Bool"
|
8445
|
+
]
|
8446
|
+
}
|
8447
|
+
}
|
8448
|
+
},
|
8273
8449
|
"display": {
|
8274
8450
|
"fileFormatVersion": 6,
|
8275
8451
|
"address": "0x2",
|
@@ -8910,6 +9086,10 @@
|
|
8910
9086
|
"address": "0x2",
|
8911
9087
|
"name": "config"
|
8912
9088
|
},
|
9089
|
+
{
|
9090
|
+
"address": "0x2",
|
9091
|
+
"name": "derived_object"
|
9092
|
+
},
|
8913
9093
|
{
|
8914
9094
|
"address": "0x2",
|
8915
9095
|
"name": "dynamic_object_field"
|
@@ -15130,6 +15310,10 @@
|
|
15130
15310
|
"address": "0x2",
|
15131
15311
|
"name": "deny_list"
|
15132
15312
|
},
|
15313
|
+
{
|
15314
|
+
"address": "0x2",
|
15315
|
+
"name": "derived_object"
|
15316
|
+
},
|
15133
15317
|
{
|
15134
15318
|
"address": "0x2",
|
15135
15319
|
"name": "dynamic_field"
|
package/src/sui/abis/0x3.json
CHANGED
@@ -729,6 +729,22 @@
|
|
729
729
|
}
|
730
730
|
}
|
731
731
|
]
|
732
|
+
},
|
733
|
+
"UnderflowSuiBalance": {
|
734
|
+
"abilities": {
|
735
|
+
"abilities": [
|
736
|
+
"Copy",
|
737
|
+
"Drop",
|
738
|
+
"Store"
|
739
|
+
]
|
740
|
+
},
|
741
|
+
"typeParameters": [],
|
742
|
+
"fields": [
|
743
|
+
{
|
744
|
+
"name": "dummy_field",
|
745
|
+
"type": "Bool"
|
746
|
+
}
|
747
|
+
]
|
732
748
|
}
|
733
749
|
},
|
734
750
|
"exposedFunctions": {
|