@1llet.xyz/erc4337-gasless-sdk 0.4.30 → 0.4.31
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/README.md +79 -195
- package/dist/index.js +0 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -680,12 +680,6 @@ var AccountAbstraction = class {
|
|
|
680
680
|
return "NOT_NEEDED";
|
|
681
681
|
}
|
|
682
682
|
// --- Core Bridge to Bundler/UserOp ---
|
|
683
|
-
// Deprecated/Legacy but kept for compatibility or advanced usage?
|
|
684
|
-
// buildUserOperationBatch moved to internal usage mostly, but maybe exposed?
|
|
685
|
-
// If I remove them from public API, that is a BREAKING change if user used them.
|
|
686
|
-
// User requested "modularize", but usually expects same public API.
|
|
687
|
-
// I will expose them as simple delegates if needed, or assume they primarily use sendBatchTransaction.
|
|
688
|
-
// The previous implementation exposed `buildUserOperationBatch`.
|
|
689
683
|
async signUserOperation(userOp) {
|
|
690
684
|
if (!this.owner) throw new Error("Not connected");
|
|
691
685
|
const userOpHash = this.userOpBuilder.getUserOpHash(userOp);
|