nooschain / cli/commands/chain / runChainCommand
Function: runChainCommand()
runChainCommand(
client,args):Promise<unknown>
Defined in: cli/commands/chain.ts:17
Dispatches noos chain subcommands to chain and verification endpoints.
Public reads such as head, info, and replay/chain verification use the chain API directly. Operator-only checkpoint and verification manager actions require NOOS_OPERATOR_TOKEN.
Parameters
client
args
string[]
Returns
Promise<unknown>