UNPKG

@pod-protocol/cli

Version:

Command-line interface for PoD Protocol (Prompt or Die) AI Agent Communication Protocol

9 lines 257 B
import { Command } from "commander"; export declare class EscrowCommands { register(program: Command): void; private handleDeposit; private handleWithdraw; private handleBalance; private handleList; } //# sourceMappingURL=escrow.d.ts.map