@typemove/aptos 2.0.3 → 2.0.4-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/esm/builtin/0x1.d.ts +143 -11
- package/dist/esm/builtin/0x1.d.ts.map +1 -1
- package/dist/esm/builtin/0x1.js +213 -30
- package/dist/esm/builtin/0x1.js.map +1 -1
- package/dist/esm/builtin/0x3.js +1 -1
- package/dist/esm/builtin/0x4.js +1 -1
- package/package.json +3 -3
- package/src/abis/0x1.json +1703 -536
- package/src/abis/0x3.json +15 -15
- package/src/abis/0x4.json +12 -12
- package/src/builtin/0x1.ts +343 -40
- package/src/builtin/0x3.ts +1 -1
- package/src/builtin/0x4.ts +1 -1
package/src/abis/0x3.json
CHANGED
|
@@ -2100,6 +2100,21 @@
|
|
|
2100
2100
|
"name": "property_map",
|
|
2101
2101
|
"friends": [],
|
|
2102
2102
|
"exposed_functions": [
|
|
2103
|
+
{
|
|
2104
|
+
"name": "remove",
|
|
2105
|
+
"visibility": "public",
|
|
2106
|
+
"is_entry": false,
|
|
2107
|
+
"is_view": false,
|
|
2108
|
+
"generic_type_params": [],
|
|
2109
|
+
"params": [
|
|
2110
|
+
"&mut 0x3::property_map::PropertyMap",
|
|
2111
|
+
"&0x1::string::String"
|
|
2112
|
+
],
|
|
2113
|
+
"return": [
|
|
2114
|
+
"0x1::string::String",
|
|
2115
|
+
"0x3::property_map::PropertyValue"
|
|
2116
|
+
]
|
|
2117
|
+
},
|
|
2103
2118
|
{
|
|
2104
2119
|
"name": "new",
|
|
2105
2120
|
"visibility": "public",
|
|
@@ -2153,21 +2168,6 @@
|
|
|
2153
2168
|
"u64"
|
|
2154
2169
|
]
|
|
2155
2170
|
},
|
|
2156
|
-
{
|
|
2157
|
-
"name": "remove",
|
|
2158
|
-
"visibility": "public",
|
|
2159
|
-
"is_entry": false,
|
|
2160
|
-
"is_view": false,
|
|
2161
|
-
"generic_type_params": [],
|
|
2162
|
-
"params": [
|
|
2163
|
-
"&mut 0x3::property_map::PropertyMap",
|
|
2164
|
-
"&0x1::string::String"
|
|
2165
|
-
],
|
|
2166
|
-
"return": [
|
|
2167
|
-
"0x1::string::String",
|
|
2168
|
-
"0x3::property_map::PropertyValue"
|
|
2169
|
-
]
|
|
2170
|
-
},
|
|
2171
2171
|
{
|
|
2172
2172
|
"name": "add",
|
|
2173
2173
|
"visibility": "public",
|
package/src/abis/0x4.json
CHANGED
|
@@ -2391,6 +2391,18 @@
|
|
|
2391
2391
|
],
|
|
2392
2392
|
"return": []
|
|
2393
2393
|
},
|
|
2394
|
+
{
|
|
2395
|
+
"name": "remove",
|
|
2396
|
+
"visibility": "public",
|
|
2397
|
+
"is_entry": false,
|
|
2398
|
+
"is_view": false,
|
|
2399
|
+
"generic_type_params": [],
|
|
2400
|
+
"params": [
|
|
2401
|
+
"&0x4::property_map::MutatorRef",
|
|
2402
|
+
"&0x1::string::String"
|
|
2403
|
+
],
|
|
2404
|
+
"return": []
|
|
2405
|
+
},
|
|
2394
2406
|
{
|
|
2395
2407
|
"name": "init",
|
|
2396
2408
|
"visibility": "public",
|
|
@@ -2422,18 +2434,6 @@
|
|
|
2422
2434
|
"u64"
|
|
2423
2435
|
]
|
|
2424
2436
|
},
|
|
2425
|
-
{
|
|
2426
|
-
"name": "remove",
|
|
2427
|
-
"visibility": "public",
|
|
2428
|
-
"is_entry": false,
|
|
2429
|
-
"is_view": false,
|
|
2430
|
-
"generic_type_params": [],
|
|
2431
|
-
"params": [
|
|
2432
|
-
"&0x4::property_map::MutatorRef",
|
|
2433
|
-
"&0x1::string::String"
|
|
2434
|
-
],
|
|
2435
|
-
"return": []
|
|
2436
|
-
},
|
|
2437
2437
|
{
|
|
2438
2438
|
"name": "add",
|
|
2439
2439
|
"visibility": "public",
|