UNPKG

industry-tools

Version:

Industry Tools is a TypeScript library providing essential tools for the Industry AI Agent Platform.

7 lines (6 loc) 191 B
import { GetEVMWalletInput } from "@utils/wallets"; export declare function getEVMWallet(input: GetEVMWalletInput): Promise<{ error: string; message: string; address: string; }>;