UNPKG

industry-tools

Version:

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

3 lines (2 loc) 166 B
import { CreateEVMWalletInput, WalletResponse } from "@utils/wallets"; export declare function createEVMWallet(input: CreateEVMWalletInput): Promise<WalletResponse>;