Socket
Socket
Sign inDemoInstall

@alchemy/aa-accounts

Package Overview
Dependencies
Maintainers
2
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alchemy/aa-accounts - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

dist/cjs/msca/abis/IAccountLoupe.d.ts

49

./dist/cjs/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.getDefaultNaniAccountFactoryAddress = exports.NaniAccountProviderConfigSchema = exports.NaniAccountFactoryConfigSchema = exports.createNaniAccountProvider = exports.NaniAccount = exports.getDefaultLightAccountFactoryAddress = exports.LightAccountProviderConfigSchema = exports.LightAccountFactoryConfigSchema = exports.createLightAccountProvider = exports.LightSmartContractAccount = exports.ValidatorMode = exports.KernelBaseValidator = exports.KernelAccountProvider = exports.KernelSmartContractAccount = exports.KernelFactoryAbi = exports.KernelAccountAbi = void 0;
exports.TokenReceiverPluginExecutionFunctionAbi = exports.TokenReceiverPlugin = exports.SessionKeyPluginExecutionFunctionAbi = exports.SessionKeyPlugin = exports.MultiOwnerPluginExecutionFunctionAbi = exports.MultiOwnerPlugin = exports.uninstallPlugin = exports.encodeUninstallPluginUserOperation = exports.installPlugin = exports.encodeInstallPluginUserOperation = exports.pluginManagerDecorator = exports.createMultiOwnerMSCASchema = exports.createMultiOwnerMSCABuilder = exports.createMultiOwnerMSCA = exports.StandardExecutor = exports.MSCABuilder = exports.accountLoupeDecorators = exports.getDefaultNaniAccountFactoryAddress = exports.NaniAccountProviderConfigSchema = exports.NaniAccountFactoryConfigSchema = exports.createNaniAccountProvider = exports.NaniAccount = exports.getDefaultMultiOwnerMSCAFactoryAddress = exports.getDefaultLightAccountFactoryAddress = exports.LightAccountProviderConfigSchema = exports.LightAccountFactoryConfigSchema = exports.createLightAccountProvider = exports.LightSmartContractAccount = exports.ValidatorMode = exports.KernelBaseValidator = exports.KernelAccountProvider = exports.KernelSmartContractAccount = exports.KernelFactoryAbi = exports.KernelAccountAbi = void 0;
var KernelAccountAbi_js_1 = require("./kernel-zerodev/abis/KernelAccountAbi.js");

@@ -24,2 +38,4 @@ Object.defineProperty(exports, "KernelAccountAbi", { enumerable: true, get: function () { return KernelAccountAbi_js_1.KernelAccountAbi; } });

Object.defineProperty(exports, "getDefaultLightAccountFactoryAddress", { enumerable: true, get: function () { return utils_js_1.getDefaultLightAccountFactoryAddress; } });
var utils_js_2 = require("./msca/utils.js");
Object.defineProperty(exports, "getDefaultMultiOwnerMSCAFactoryAddress", { enumerable: true, get: function () { return utils_js_2.getDefaultMultiOwnerMSCAFactoryAddress; } });
var account_js_3 = require("./nani-account/account.js");

@@ -32,4 +48,31 @@ Object.defineProperty(exports, "NaniAccount", { enumerable: true, get: function () { return account_js_3.NaniAccount; } });

Object.defineProperty(exports, "NaniAccountProviderConfigSchema", { enumerable: true, get: function () { return schema_js_2.NaniAccountProviderConfigSchema; } });
var utils_js_2 = require("./nani-account/utils.js");
Object.defineProperty(exports, "getDefaultNaniAccountFactoryAddress", { enumerable: true, get: function () { return utils_js_2.getDefaultNaniAccountFactoryAddress; } });
var utils_js_3 = require("./nani-account/utils.js");
Object.defineProperty(exports, "getDefaultNaniAccountFactoryAddress", { enumerable: true, get: function () { return utils_js_3.getDefaultNaniAccountFactoryAddress; } });
var decorator_js_1 = require("./msca/account-loupe/decorator.js");
Object.defineProperty(exports, "accountLoupeDecorators", { enumerable: true, get: function () { return decorator_js_1.accountLoupeDecorators; } });
__exportStar(require("./msca/account-loupe/utils.js"), exports);
var builder_js_1 = require("./msca/builder.js");
Object.defineProperty(exports, "MSCABuilder", { enumerable: true, get: function () { return builder_js_1.MSCABuilder; } });
Object.defineProperty(exports, "StandardExecutor", { enumerable: true, get: function () { return builder_js_1.StandardExecutor; } });
var multi_owner_account_js_1 = require("./msca/multi-owner-account.js");
Object.defineProperty(exports, "createMultiOwnerMSCA", { enumerable: true, get: function () { return multi_owner_account_js_1.createMultiOwnerMSCA; } });
Object.defineProperty(exports, "createMultiOwnerMSCABuilder", { enumerable: true, get: function () { return multi_owner_account_js_1.createMultiOwnerMSCABuilder; } });
Object.defineProperty(exports, "createMultiOwnerMSCASchema", { enumerable: true, get: function () { return multi_owner_account_js_1.createMultiOwnerMSCASchema; } });
var decorator_js_2 = require("./msca/plugin-manager/decorator.js");
Object.defineProperty(exports, "pluginManagerDecorator", { enumerable: true, get: function () { return decorator_js_2.pluginManagerDecorator; } });
var installPlugin_js_1 = require("./msca/plugin-manager/installPlugin.js");
Object.defineProperty(exports, "encodeInstallPluginUserOperation", { enumerable: true, get: function () { return installPlugin_js_1.encodeInstallPluginUserOperation; } });
Object.defineProperty(exports, "installPlugin", { enumerable: true, get: function () { return installPlugin_js_1.installPlugin; } });
var uninstallPlugin_js_1 = require("./msca/plugin-manager/uninstallPlugin.js");
Object.defineProperty(exports, "encodeUninstallPluginUserOperation", { enumerable: true, get: function () { return uninstallPlugin_js_1.encodeUninstallPluginUserOperation; } });
Object.defineProperty(exports, "uninstallPlugin", { enumerable: true, get: function () { return uninstallPlugin_js_1.uninstallPlugin; } });
var plugin_js_1 = require("./msca/plugins/multi-owner/plugin.js");
Object.defineProperty(exports, "MultiOwnerPlugin", { enumerable: true, get: function () { return plugin_js_1.MultiOwnerPlugin; } });
Object.defineProperty(exports, "MultiOwnerPluginExecutionFunctionAbi", { enumerable: true, get: function () { return plugin_js_1.MultiOwnerPluginExecutionFunctionAbi; } });
var plugin_js_2 = require("./msca/plugins/session-key/plugin.js");
Object.defineProperty(exports, "SessionKeyPlugin", { enumerable: true, get: function () { return plugin_js_2.SessionKeyPlugin; } });
Object.defineProperty(exports, "SessionKeyPluginExecutionFunctionAbi", { enumerable: true, get: function () { return plugin_js_2.SessionKeyPluginExecutionFunctionAbi; } });
var plugin_js_3 = require("./msca/plugins/token-receiver/plugin.js");
Object.defineProperty(exports, "TokenReceiverPlugin", { enumerable: true, get: function () { return plugin_js_3.TokenReceiverPlugin; } });
Object.defineProperty(exports, "TokenReceiverPluginExecutionFunctionAbi", { enumerable: true, get: function () { return plugin_js_3.TokenReceiverPluginExecutionFunctionAbi; } });
//# sourceMappingURL=index.js.map

@@ -14,2 +14,3 @@ export { KernelAccountAbi } from "./kernel-zerodev/abis/KernelAccountAbi.js";

export { getDefaultLightAccountFactoryAddress } from "./light-account/utils.js";
export { getDefaultMultiOwnerMSCAFactoryAddress } from "./msca/utils.js";
export { NaniAccount } from "./nani-account/account.js";

@@ -20,1 +21,16 @@ export { createNaniAccountProvider } from "./nani-account/provider.js";

export { getDefaultNaniAccountFactoryAddress } from "./nani-account/utils.js";
export { accountLoupeDecorators } from "./msca/account-loupe/decorator.js";
export type * from "./msca/account-loupe/types.js";
export * from "./msca/account-loupe/utils.js";
export { MSCABuilder, StandardExecutor, type Executor, type Factory, type IMSCA as MSCA, type SignerMethods, } from "./msca/builder.js";
export { createMultiOwnerMSCA, createMultiOwnerMSCABuilder, createMultiOwnerMSCASchema, type MultiOwnerMSCAParams, } from "./msca/multi-owner-account.js";
export { pluginManagerDecorator } from "./msca/plugin-manager/decorator.js";
export type * from "./msca/plugin-manager/installPlugin.js";
export { encodeInstallPluginUserOperation, installPlugin, } from "./msca/plugin-manager/installPlugin.js";
export type * from "./msca/plugin-manager/types.js";
export type * from "./msca/plugin-manager/uninstallPlugin.js";
export { encodeUninstallPluginUserOperation, uninstallPlugin, } from "./msca/plugin-manager/uninstallPlugin.js";
export { type Plugin } from "./msca/plugins/types.js";
export { MultiOwnerPlugin, MultiOwnerPluginExecutionFunctionAbi, } from "./msca/plugins/multi-owner/plugin.js";
export { SessionKeyPlugin, SessionKeyPluginExecutionFunctionAbi, } from "./msca/plugins/session-key/plugin.js";
export { TokenReceiverPlugin, TokenReceiverPluginExecutionFunctionAbi, } from "./msca/plugins/token-receiver/plugin.js";
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.getDefaultNaniAccountFactoryAddress = exports.NaniAccountProviderConfigSchema = exports.NaniAccountFactoryConfigSchema = exports.createNaniAccountProvider = exports.NaniAccount = exports.getDefaultLightAccountFactoryAddress = exports.LightAccountProviderConfigSchema = exports.LightAccountFactoryConfigSchema = exports.createLightAccountProvider = exports.LightSmartContractAccount = exports.ValidatorMode = exports.KernelBaseValidator = exports.KernelAccountProvider = exports.KernelSmartContractAccount = exports.KernelFactoryAbi = exports.KernelAccountAbi = void 0;
exports.TokenReceiverPluginExecutionFunctionAbi = exports.TokenReceiverPlugin = exports.SessionKeyPluginExecutionFunctionAbi = exports.SessionKeyPlugin = exports.MultiOwnerPluginExecutionFunctionAbi = exports.MultiOwnerPlugin = exports.uninstallPlugin = exports.encodeUninstallPluginUserOperation = exports.installPlugin = exports.encodeInstallPluginUserOperation = exports.pluginManagerDecorator = exports.createMultiOwnerMSCASchema = exports.createMultiOwnerMSCABuilder = exports.createMultiOwnerMSCA = exports.StandardExecutor = exports.MSCABuilder = exports.accountLoupeDecorators = exports.getDefaultNaniAccountFactoryAddress = exports.NaniAccountProviderConfigSchema = exports.NaniAccountFactoryConfigSchema = exports.createNaniAccountProvider = exports.NaniAccount = exports.getDefaultMultiOwnerMSCAFactoryAddress = exports.getDefaultLightAccountFactoryAddress = exports.LightAccountProviderConfigSchema = exports.LightAccountFactoryConfigSchema = exports.createLightAccountProvider = exports.LightSmartContractAccount = exports.ValidatorMode = exports.KernelBaseValidator = exports.KernelAccountProvider = exports.KernelSmartContractAccount = exports.KernelFactoryAbi = exports.KernelAccountAbi = void 0;
var KernelAccountAbi_js_1 = require("./kernel-zerodev/abis/KernelAccountAbi.js");

@@ -24,2 +38,4 @@ Object.defineProperty(exports, "KernelAccountAbi", { enumerable: true, get: function () { return KernelAccountAbi_js_1.KernelAccountAbi; } });

Object.defineProperty(exports, "getDefaultLightAccountFactoryAddress", { enumerable: true, get: function () { return utils_js_1.getDefaultLightAccountFactoryAddress; } });
var utils_js_2 = require("./msca/utils.js");
Object.defineProperty(exports, "getDefaultMultiOwnerMSCAFactoryAddress", { enumerable: true, get: function () { return utils_js_2.getDefaultMultiOwnerMSCAFactoryAddress; } });
var account_js_3 = require("./nani-account/account.js");

@@ -32,4 +48,31 @@ Object.defineProperty(exports, "NaniAccount", { enumerable: true, get: function () { return account_js_3.NaniAccount; } });

Object.defineProperty(exports, "NaniAccountProviderConfigSchema", { enumerable: true, get: function () { return schema_js_2.NaniAccountProviderConfigSchema; } });
var utils_js_2 = require("./nani-account/utils.js");
Object.defineProperty(exports, "getDefaultNaniAccountFactoryAddress", { enumerable: true, get: function () { return utils_js_2.getDefaultNaniAccountFactoryAddress; } });
var utils_js_3 = require("./nani-account/utils.js");
Object.defineProperty(exports, "getDefaultNaniAccountFactoryAddress", { enumerable: true, get: function () { return utils_js_3.getDefaultNaniAccountFactoryAddress; } });
var decorator_js_1 = require("./msca/account-loupe/decorator.js");
Object.defineProperty(exports, "accountLoupeDecorators", { enumerable: true, get: function () { return decorator_js_1.accountLoupeDecorators; } });
__exportStar(require("./msca/account-loupe/utils.js"), exports);
var builder_js_1 = require("./msca/builder.js");
Object.defineProperty(exports, "MSCABuilder", { enumerable: true, get: function () { return builder_js_1.MSCABuilder; } });
Object.defineProperty(exports, "StandardExecutor", { enumerable: true, get: function () { return builder_js_1.StandardExecutor; } });
var multi_owner_account_js_1 = require("./msca/multi-owner-account.js");
Object.defineProperty(exports, "createMultiOwnerMSCA", { enumerable: true, get: function () { return multi_owner_account_js_1.createMultiOwnerMSCA; } });
Object.defineProperty(exports, "createMultiOwnerMSCABuilder", { enumerable: true, get: function () { return multi_owner_account_js_1.createMultiOwnerMSCABuilder; } });
Object.defineProperty(exports, "createMultiOwnerMSCASchema", { enumerable: true, get: function () { return multi_owner_account_js_1.createMultiOwnerMSCASchema; } });
var decorator_js_2 = require("./msca/plugin-manager/decorator.js");
Object.defineProperty(exports, "pluginManagerDecorator", { enumerable: true, get: function () { return decorator_js_2.pluginManagerDecorator; } });
var installPlugin_js_1 = require("./msca/plugin-manager/installPlugin.js");
Object.defineProperty(exports, "encodeInstallPluginUserOperation", { enumerable: true, get: function () { return installPlugin_js_1.encodeInstallPluginUserOperation; } });
Object.defineProperty(exports, "installPlugin", { enumerable: true, get: function () { return installPlugin_js_1.installPlugin; } });
var uninstallPlugin_js_1 = require("./msca/plugin-manager/uninstallPlugin.js");
Object.defineProperty(exports, "encodeUninstallPluginUserOperation", { enumerable: true, get: function () { return uninstallPlugin_js_1.encodeUninstallPluginUserOperation; } });
Object.defineProperty(exports, "uninstallPlugin", { enumerable: true, get: function () { return uninstallPlugin_js_1.uninstallPlugin; } });
var plugin_js_1 = require("./msca/plugins/multi-owner/plugin.js");
Object.defineProperty(exports, "MultiOwnerPlugin", { enumerable: true, get: function () { return plugin_js_1.MultiOwnerPlugin; } });
Object.defineProperty(exports, "MultiOwnerPluginExecutionFunctionAbi", { enumerable: true, get: function () { return plugin_js_1.MultiOwnerPluginExecutionFunctionAbi; } });
var plugin_js_2 = require("./msca/plugins/session-key/plugin.js");
Object.defineProperty(exports, "SessionKeyPlugin", { enumerable: true, get: function () { return plugin_js_2.SessionKeyPlugin; } });
Object.defineProperty(exports, "SessionKeyPluginExecutionFunctionAbi", { enumerable: true, get: function () { return plugin_js_2.SessionKeyPluginExecutionFunctionAbi; } });
var plugin_js_3 = require("./msca/plugins/token-receiver/plugin.js");
Object.defineProperty(exports, "TokenReceiverPlugin", { enumerable: true, get: function () { return plugin_js_3.TokenReceiverPlugin; } });
Object.defineProperty(exports, "TokenReceiverPluginExecutionFunctionAbi", { enumerable: true, get: function () { return plugin_js_3.TokenReceiverPluginExecutionFunctionAbi; } });
//# sourceMappingURL=index.js.map

@@ -14,2 +14,3 @@ export { KernelAccountAbi } from "./kernel-zerodev/abis/KernelAccountAbi.js";

export { getDefaultLightAccountFactoryAddress } from "./light-account/utils.js";
export { getDefaultMultiOwnerMSCAFactoryAddress } from "./msca/utils.js";
export { NaniAccount } from "./nani-account/account.js";

@@ -20,1 +21,16 @@ export { createNaniAccountProvider } from "./nani-account/provider.js";

export { getDefaultNaniAccountFactoryAddress } from "./nani-account/utils.js";
export { accountLoupeDecorators } from "./msca/account-loupe/decorator.js";
export type * from "./msca/account-loupe/types.js";
export * from "./msca/account-loupe/utils.js";
export { MSCABuilder, StandardExecutor, type Executor, type Factory, type IMSCA as MSCA, type SignerMethods, } from "./msca/builder.js";
export { createMultiOwnerMSCA, createMultiOwnerMSCABuilder, createMultiOwnerMSCASchema, type MultiOwnerMSCAParams, } from "./msca/multi-owner-account.js";
export { pluginManagerDecorator } from "./msca/plugin-manager/decorator.js";
export type * from "./msca/plugin-manager/installPlugin.js";
export { encodeInstallPluginUserOperation, installPlugin, } from "./msca/plugin-manager/installPlugin.js";
export type * from "./msca/plugin-manager/types.js";
export type * from "./msca/plugin-manager/uninstallPlugin.js";
export { encodeUninstallPluginUserOperation, uninstallPlugin, } from "./msca/plugin-manager/uninstallPlugin.js";
export { type Plugin } from "./msca/plugins/types.js";
export { MultiOwnerPlugin, MultiOwnerPluginExecutionFunctionAbi, } from "./msca/plugins/multi-owner/plugin.js";
export { SessionKeyPlugin, SessionKeyPluginExecutionFunctionAbi, } from "./msca/plugins/session-key/plugin.js";
export { TokenReceiverPlugin, TokenReceiverPluginExecutionFunctionAbi, } from "./msca/plugins/token-receiver/plugin.js";

@@ -10,2 +10,3 @@ export { KernelAccountAbi } from "./kernel-zerodev/abis/KernelAccountAbi.js";

export { getDefaultLightAccountFactoryAddress } from "./light-account/utils.js";
export { getDefaultMultiOwnerMSCAFactoryAddress } from "./msca/utils.js";
export { NaniAccount } from "./nani-account/account.js";

@@ -15,2 +16,13 @@ export { createNaniAccountProvider } from "./nani-account/provider.js";

export { getDefaultNaniAccountFactoryAddress } from "./nani-account/utils.js";
export { accountLoupeDecorators } from "./msca/account-loupe/decorator.js";
export * from "./msca/account-loupe/utils.js";
export { MSCABuilder, StandardExecutor, } from "./msca/builder.js";
export { createMultiOwnerMSCA, createMultiOwnerMSCABuilder, createMultiOwnerMSCASchema, } from "./msca/multi-owner-account.js";
export { pluginManagerDecorator } from "./msca/plugin-manager/decorator.js";
export { encodeInstallPluginUserOperation, installPlugin, } from "./msca/plugin-manager/installPlugin.js";
export { encodeUninstallPluginUserOperation, uninstallPlugin, } from "./msca/plugin-manager/uninstallPlugin.js";
export {} from "./msca/plugins/types.js";
export { MultiOwnerPlugin, MultiOwnerPluginExecutionFunctionAbi, } from "./msca/plugins/multi-owner/plugin.js";
export { SessionKeyPlugin, SessionKeyPluginExecutionFunctionAbi, } from "./msca/plugins/session-key/plugin.js";
export { TokenReceiverPlugin, TokenReceiverPluginExecutionFunctionAbi, } from "./msca/plugins/token-receiver/plugin.js";
//# sourceMappingURL=index.js.map

@@ -14,2 +14,3 @@ export { KernelAccountAbi } from "./kernel-zerodev/abis/KernelAccountAbi.js";

export { getDefaultLightAccountFactoryAddress } from "./light-account/utils.js";
export { getDefaultMultiOwnerMSCAFactoryAddress } from "./msca/utils.js";
export { NaniAccount } from "./nani-account/account.js";

@@ -20,2 +21,17 @@ export { createNaniAccountProvider } from "./nani-account/provider.js";

export { getDefaultNaniAccountFactoryAddress } from "./nani-account/utils.js";
export { accountLoupeDecorators } from "./msca/account-loupe/decorator.js";
export type * from "./msca/account-loupe/types.js";
export * from "./msca/account-loupe/utils.js";
export { MSCABuilder, StandardExecutor, type Executor, type Factory, type IMSCA as MSCA, type SignerMethods, } from "./msca/builder.js";
export { createMultiOwnerMSCA, createMultiOwnerMSCABuilder, createMultiOwnerMSCASchema, type MultiOwnerMSCAParams, } from "./msca/multi-owner-account.js";
export { pluginManagerDecorator } from "./msca/plugin-manager/decorator.js";
export type * from "./msca/plugin-manager/installPlugin.js";
export { encodeInstallPluginUserOperation, installPlugin, } from "./msca/plugin-manager/installPlugin.js";
export type * from "./msca/plugin-manager/types.js";
export type * from "./msca/plugin-manager/uninstallPlugin.js";
export { encodeUninstallPluginUserOperation, uninstallPlugin, } from "./msca/plugin-manager/uninstallPlugin.js";
export { type Plugin } from "./msca/plugins/types.js";
export { MultiOwnerPlugin, MultiOwnerPluginExecutionFunctionAbi, } from "./msca/plugins/multi-owner/plugin.js";
export { SessionKeyPlugin, SessionKeyPluginExecutionFunctionAbi, } from "./msca/plugins/session-key/plugin.js";
export { TokenReceiverPlugin, TokenReceiverPluginExecutionFunctionAbi, } from "./msca/plugins/token-receiver/plugin.js";
//# sourceMappingURL=index.d.ts.map

15

package.json
{
"name": "@alchemy/aa-accounts",
"version": "1.2.3",
"version": "1.2.4",
"description": "A collection of ERC-4337 compliant smart contract account interfaces",

@@ -32,2 +32,3 @@ "author": "Alchemy",

"scripts": {
"generate": "npx wagmi generate",
"build": "yarn clean && yarn build:cjs && yarn build:esm && yarn build:types",

@@ -43,3 +44,7 @@ "build:cjs": "tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'",

"devDependencies": {
"@alchemy/aa-core": "^1.2.1",
"@alchemy/aa-core": "^1.2.3",
"@wagmi/cli": "^1.5.2",
"change-case": "^5.1.2",
"dedent": "^1.5.1",
"dotenv": "^16.3.1",
"typescript": "^5.0.4",

@@ -61,7 +66,7 @@ "typescript-template": "*",

"homepage": "https://github.com/alchemyplatform/aa-sdk#readme",
"gitHead": "21936b9a9d0fbc69406f4f7508bc68f7527bafed",
"gitHead": "e1ca0abbf9328ba0d82b6a89c71749506b01c6e3",
"dependencies": {
"@alchemy/aa-core": "^1.2.3",
"viem": "^1.16.2"
"@alchemy/aa-core": "^1.2.4",
"viem": "^1.21.4"
}
}

@@ -29,2 +29,3 @@ // Add you exports here, make sure to export types separately from impls and use the `type` keyword when exporting them

export { getDefaultLightAccountFactoryAddress } from "./light-account/utils.js";
export { getDefaultMultiOwnerMSCAFactoryAddress } from "./msca/utils.js";

@@ -40,1 +41,49 @@ //nani-account exports

export { getDefaultNaniAccountFactoryAddress } from "./nani-account/utils.js";
// msca exports
export { accountLoupeDecorators } from "./msca/account-loupe/decorator.js";
export type * from "./msca/account-loupe/types.js";
export * from "./msca/account-loupe/utils.js";
export {
MSCABuilder,
StandardExecutor,
type Executor,
type Factory,
type IMSCA as MSCA,
type SignerMethods,
} from "./msca/builder.js";
export {
createMultiOwnerMSCA,
createMultiOwnerMSCABuilder,
createMultiOwnerMSCASchema,
type MultiOwnerMSCAParams,
} from "./msca/multi-owner-account.js";
export { pluginManagerDecorator } from "./msca/plugin-manager/decorator.js";
export type * from "./msca/plugin-manager/installPlugin.js";
export {
encodeInstallPluginUserOperation,
installPlugin,
} from "./msca/plugin-manager/installPlugin.js";
export type * from "./msca/plugin-manager/types.js";
export type * from "./msca/plugin-manager/uninstallPlugin.js";
export {
encodeUninstallPluginUserOperation,
uninstallPlugin,
} from "./msca/plugin-manager/uninstallPlugin.js";
export { type Plugin } from "./msca/plugins/types.js";
export {
MultiOwnerPlugin,
MultiOwnerPluginExecutionFunctionAbi,
} from "./msca/plugins/multi-owner/plugin.js";
export {
SessionKeyPlugin,
SessionKeyPluginExecutionFunctionAbi,
} from "./msca/plugins/session-key/plugin.js";
export {
TokenReceiverPlugin,
TokenReceiverPluginExecutionFunctionAbi,
} from "./msca/plugins/token-receiver/plugin.js";

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc