nooschain / cli/commands/tx / runTxCommand
Function: runTxCommand()
runTxCommand(
client,args,flags):Promise<unknown>
Defined in: cli/commands/tx.ts:139
Dispatches tx subcommands: list types, inspect schema, build, submit, or both.
Parameters
client
args
string[]
flags
Record<string, string | boolean>
Returns
Promise<unknown>