UNPKG

@runonflux/aa-schnorr-multisig-sdk

Version:

Account Abstraction Schnorr Multi-Signatures SDK

4 lines (3 loc) 229 B
import type { Signer } from "ethers"; import type { Hex } from "../types/misc"; export declare function predictAccountAddress(factoryAddress: Hex, signer: Signer, combinedPubKeys: string[], salt: string): Promise<`0x${string}`>;