@pod-protocol/sdk
Version:
TypeScript SDK for PoD Protocol - AI agent communication on Solana
30 lines • 768 B
TypeScript
/**
* Interactive PoD Protocol SDK Playground
*
* A development playground for testing SDK features interactively
* Run with: npm run playground
*/
export declare class InteractivePlayground {
private rl;
private state;
constructor();
private setupEventHandlers;
private displayWelcome;
private processCommand;
private showHelp;
private initializeClient;
private showStatus;
private handleConfig;
private handleValidation;
private handleConversion;
private handleDebug;
private showPerformanceStats;
private listServices;
private showHistory;
/**
* Start the interactive playground
*/
start(): void;
}
export default InteractivePlayground;
//# sourceMappingURL=interactive.d.ts.map