@alchemy/aa-accounts
Advanced tools
Comparing version 3.14.1 to 3.16.0
{ | ||
"name": "@alchemy/aa-accounts", | ||
"version": "3.14.1", | ||
"version": "3.16.0", | ||
"description": "A collection of ERC-4337 compliant smart contract account interfaces", | ||
@@ -75,5 +75,5 @@ "author": "Alchemy", | ||
"homepage": "https://github.com/alchemyplatform/aa-sdk#readme", | ||
"gitHead": "ee5cb37a55822cc0ea432ec2a6e5041c0183fcbb", | ||
"gitHead": "8be19c73212b931135cef4e8737677e0bb86e358", | ||
"dependencies": { | ||
"@alchemy/aa-core": "^3.12.3", | ||
"@alchemy/aa-core": "^3.16.0", | ||
"viem": "2.8.6" | ||
@@ -80,0 +80,0 @@ }, |
@@ -50,2 +50,5 @@ import { encodeFunctionData, type Address, type Hex } from "viem"; | ||
export type GasSpendLimit = { | ||
// The amount, in wei, of native tokens that a session key can spend on gas. | ||
// Note that this is not the same as the gas limit for a user operation, which is measured in units of gas. | ||
// This tracks gas units * gas price. | ||
spendLimit: bigint; | ||
@@ -52,0 +55,0 @@ // The time interval over which the spend limit is enforced. If unset, there is no time |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4287386
74176
Updated@alchemy/aa-core@^3.16.0