UNPKG

@coinbase/agentkit

Version:

Coinbase AgentKit core primitives

12 lines (11 loc) 263 B
import { z } from "zod"; /** * Input schema for getting wallet portfolio. */ export declare const GetWalletPortfolioSchema: z.ZodObject<{ walletAddress: z.ZodString; }, "strip", z.ZodTypeAny, { walletAddress: string; }, { walletAddress: string; }>;