UNPKG

@particle-network/authkit

Version:

Auth Core provides MPC (Multi-Party Computation)-based threshold signatures.

9 lines (8 loc) 293 B
import { EvmRpcMethod, type ERC4337Options } from '@particle-network/auth-core'; type Options = { chainId?: number; method?: EvmRpcMethod; erc4337?: ERC4337Options; }; export declare const getEVMPublicAddress: ({ chainId, erc4337, method }: Options) => Promise<string>; export {};