abstractionkit
Advanced tools
Comparing version 0.2.11 to 0.2.12
@@ -174,2 +174,6 @@ import { SmartAccount } from "../SmartAccount"; | ||
getOwners(nodeRpcUrl: string): Promise<string[]>; | ||
getModules(nodeRpcUrl: string, overrides?: { | ||
start?: string; | ||
pageSize?: bigint; | ||
}): Promise<[string[], string]>; | ||
isModuleEnabled(nodeRpcUrl: string, moduleAddress: string): Promise<boolean>; | ||
@@ -183,3 +187,10 @@ static createDummySignerSignaturePairForExpectedSigners(expectedSigners: Signer[], webAuthnSignatureOverrides?: WebAuthnSignatureOverrides): SignerSignaturePair[]; | ||
private static createSafeWebAuthnSignerProxyDeployedByteCode; | ||
static createEnableModuleMetaTransaction(moduleAddress: string, accountAddress: string): MetaTransaction; | ||
createDisableModuleMetaTransaction(nodeRpcUrl: string, moduleToDisableAddress: string, accountAddress: string, overrides?: { | ||
prevModuleAddress?: string; | ||
modulesStart?: string; | ||
modulesPageSize?: bigint; | ||
}): Promise<MetaTransaction>; | ||
static createStandardDisableModuleMetaTransaction(moduleAddress: string, prevModuleAddress: string, accountAddress: string): MetaTransaction; | ||
} | ||
//# sourceMappingURL=SafeAccount.d.ts.map |
@@ -55,3 +55,10 @@ import { SafeAccount } from "./SafeAccount"; | ||
createUserOperation(transactions: MetaTransaction[], providerRpc?: string, bundlerRpc?: string, overrides?: CreateUserOperationV6Overrides): Promise<UserOperationV6>; | ||
createMigrateToV07ModuleMetaTransactions(nodeRpcUrl: string, overrides?: { | ||
safeV06ModuleAddress?: string; | ||
safeV07ModuleAddress?: string; | ||
safeV06PrevModuleAddress?: string; | ||
pageSize?: bigint; | ||
modulesStart?: string; | ||
}): Promise<MetaTransaction[]>; | ||
} | ||
//# sourceMappingURL=SafeAccountV0_2_0.d.ts.map |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "0.2.11", | ||
"version": "0.2.12", | ||
"description": "Account Abstraction 4337 SDK by Candidelabs", | ||
@@ -10,0 +10,0 @@ "main": "dist/index.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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
416548
2153