@five-vm/cli
Version:
High-performance CLI for Five VM development with WebAssembly integration
13 lines • 477 B
TypeScript
/**
* Five CLI Deploy-and-Execute Command
*
* Combined command that deploys bytecode to Solana and then executes it.
* Perfect for testing workflows where you need real on-chain execution.
* Designed for localnet testing and development workflows.
*/
import { CommandDefinition } from '../types.js';
/**
* Five deploy-and-execute command implementation
*/
export declare const deployAndExecuteCommand: CommandDefinition;
//# sourceMappingURL=deploy-and-execute.d.ts.map