@wgb5445/aptos-intent-npm 0.1.7 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/esm/entry.js +17 -1
- package/dist/esm/entry.mjs +1260 -0
- package/package.json +2 -3
- package/rollup.config.mjs +2 -2
package/dist/esm/entry.js
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
'use strict';
|
2
|
+
|
1
3
|
function _loadWasmModule (sync, filepath, src, imports) {
|
2
4
|
function _instantiateOrCompile(source, imports, stream) {
|
3
5
|
var instantiateFunc = WebAssembly.instantiate;
|
@@ -1257,4 +1259,18 @@ async function create_wasm (){
|
|
1257
1259
|
return await aptos_dynamic_transaction_composer_bg();
|
1258
1260
|
}
|
1259
1261
|
|
1260
|
-
|
1262
|
+
exports.AllocatedLocal = AllocatedLocal;
|
1263
|
+
exports.BuilderCall = BuilderCall;
|
1264
|
+
exports.CallArgument = CallArgument;
|
1265
|
+
exports.IntoUnderlyingByteSource = IntoUnderlyingByteSource;
|
1266
|
+
exports.IntoUnderlyingSink = IntoUnderlyingSink;
|
1267
|
+
exports.IntoUnderlyingSource = IntoUnderlyingSource;
|
1268
|
+
exports.MoveFunctionCall = MoveFunctionCall;
|
1269
|
+
exports.PipeOptions = PipeOptions;
|
1270
|
+
exports.PreviousResult = PreviousResult;
|
1271
|
+
exports.QueuingStrategy = QueuingStrategy;
|
1272
|
+
exports.ReadableStreamGetReaderOptions = ReadableStreamGetReaderOptions;
|
1273
|
+
exports.TransactionComposer = TransactionComposer;
|
1274
|
+
exports.create_wasm = create_wasm;
|
1275
|
+
exports.generate_batched_call_payload_wasm = generate_batched_call_payload_wasm;
|
1276
|
+
exports.initSync = initSync;
|