@pooflabs/core 0.0.37 → 0.0.38

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/index.mjs CHANGED
@@ -3822,6 +3822,8 @@ async function setMany(many, options) {
3822
3822
  data,
3823
3823
  });
3824
3824
  })) !== null && _e !== void 0 ? _e : [],
3825
+ // Server co-signed transaction (when CPI tx_data is present)
3826
+ signedTransaction: tx.signedTransaction,
3825
3827
  };
3826
3828
  const transactionResult = await authProvider.runTransaction(undefined, solTransaction, options);
3827
3829
  return transactionResult;