UNPKG

@bitte-ai/agent-sdk

Version:

Agent SDK for Bitte Protocol

8 lines 185 B
import { type Address } from "viem"; export interface TokenInfo { address: Address; decimals: number; symbol: string; name: string; } //# sourceMappingURL=types.d.ts.map