UNPKG

industry-tools

Version:

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

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