UNPKG

@alchemy/aa-core

Version:

viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts

12 lines 494 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.signMessageWith6492 = void 0; const account_js_1 = require("../../errors/account.js"); const signMessageWith6492 = async (client, { account = client.account, message }) => { if (!account) { throw new account_js_1.AccountNotFoundError(); } return account.signMessageWith6492({ message }); }; exports.signMessageWith6492 = signMessageWith6492; //# sourceMappingURL=signMessageWith6492.js.map