UNPKG

@enclaved/encli

Version:

CLI utilities for working with enclaved application server for TEEs

10 lines (9 loc) 258 B
/** * Wallet command group implementation */ import { Command } from 'commander'; /** * Register the wallet command group with the CLI * @param program Commander program instance */ export declare function registerWalletCommand(program: Command): void;