@wgb5445/aptos-intent-npm 0.1.8 → 0.1.9

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/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
- export { AllocatedLocal, BuilderCall, CallArgument, IntoUnderlyingByteSource, IntoUnderlyingSink, IntoUnderlyingSource, MoveFunctionCall, PipeOptions, PreviousResult, QueuingStrategy, ReadableStreamGetReaderOptions, TransactionComposer, create_wasm, generate_batched_call_payload_wasm, initSync };
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;