Skip to content

nooschain v0.1.0


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

CliHttpClient

args

string[]

Returns

Promise<unknown>

Audience-first NOOSChain documentation.