@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.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/dist/types.d.ts +2 -0
- package/dist/utils/sol/poof4b5pk1L9tmThvBmaABjcyjfhFGbMbQP5BXk2QZpDevnet-program.d.ts +64 -60
- package/dist/utils/sol/poof4b5pk1L9tmThvBmaABjcyjfhFGbMbQP5BXk2QZpMainnet-program.d.ts +39 -95
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3842,6 +3842,8 @@ async function setMany(many, options) {
|
|
|
3842
3842
|
data,
|
|
3843
3843
|
});
|
|
3844
3844
|
})) !== null && _e !== void 0 ? _e : [],
|
|
3845
|
+
// Server co-signed transaction (when CPI tx_data is present)
|
|
3846
|
+
signedTransaction: tx.signedTransaction,
|
|
3845
3847
|
};
|
|
3846
3848
|
const transactionResult = await authProvider.runTransaction(undefined, solTransaction, options);
|
|
3847
3849
|
return transactionResult;
|