IFVY3INITLTHXUCAU5ZTYELKOD2CP45KVYP77ZT6BNKF34BNHROAC FCJA5EXSTV7M22UWY4AR64LDZVNREPWSREZNXHGOH3IC3AIT7UBAC JGNALSUQSZ42WSYKTRIDDZQ2P4HRICMEJUABH6PDA7RUXBZEGLQAC 2BKHJI2SJ3VXTFBK2BWNN3I3BDNMUU5YTJGKTQCOXV66VVRHCGKAC FBAPT2WW2IUZTIHZP3BMVWKAIAGICTTH2QRPLDJXWNSYBW5AMO6AC SXEJJKPIZE6AFCHQ32SROLWQUP733MRJZXNAR7OR37VVSRJIFFJQC 2WOLGB42T4EO7ZKLA5KFUYWVPTR6I3ET3FPJT4BSJFL43RRFRUBAC HSNSECD5D3ACWDKZNIEV7RZZ54IE5K33WS3DR37ABHM5QP5JJPIAC DJDWBCCQHQRKHGRKKQ32QY3WDEM7EKDDQ2YQLSSCS7HZTLHDRCFQC SECONDS = The duration of delay between each main loop used in helper scripts, in seconds. Should be a floating-point number > 0. Defaults to ${object_defaults.float_period_check_seconds}.
SECONDS = The duration of delay between each repeat of the helper scripts' main loops, in seconds. Should be a floating-point number > 0. Defaults to ${object_defaults.float_period_check_seconds}.
SECONDS = The duration of delay between update, in seconds. Should be a floating-point number >= 0.001. By default, the script will only display server information once, unless this option is manually set.
SECONDS = The duration of delay between updates, in seconds. Should be a floating-point number >= 0.001. By default, the script will only display server information once, unless this option is manually set.
object_argument_names = object_get_constants().object_argument_names,object_arguments = object_parse_arguments(ns.args);
object_constants = object_get_constants(),// defaultsobject_defaults = object_constants.object_defaults,// argument namesobject_argument_names = object_constants.object_argument_names;letfloat_period_check_seconds = object_defaults.float_period_check_seconds,boolean_verbose = object_defaults.boolean_verbose,boolean_print_help = object_defaults.boolean_print_help;const object_arguments = object_parse_arguments(ns.args);
case object_argument_names.check_delay.short:// fall-throughcase object_argument_names.check_delay.long:float_period_check_seconds = argument_value;break;case object_argument_names.verbose.short:// fall-throughcase object_argument_names.verbose.long:boolean_verbose = argument_value;break;
void_contracts_solver(ns);
if (float_period_check_seconds > 0) {const float_period_check = 1e3 * float_period_check_seconds;for (;;)void_contracts_solver(ns, float_period_check_seconds, boolean_verbose),await ns.sleep(float_period_check);}else void_contracts_solver(ns, float_period_check_seconds, boolean_verbose);
const object_solvers = {};
constobject_argument_names = {check_delay: {short: "c",long: "check-delay",},help: {short: "h",long: "help",},verbose: {short: "v",long: "verbose",},},object_defaults = {// time period used for checking the time in secondsfloat_period_check_seconds: 0,// whether to display notification messages or notboolean_verbose: !1,// whether to display help and exitboolean_print_help: !1,},object_solvers = {};
Displays this message then exits.`
Displays this message then exits.-${object_argument_names.verbose.short}, --${object_argument_names.verbose.long}If set, displays messages regarding succesful attempts (in addition to standard failed attempt messages).OPTIONS-${object_argument_names.check_delay.short}, --${object_argument_names.check_delay.long} <SECONDS>SECONDS = The duration of delay between each network-wide contract search and solve attempts, in seconds. Should be a floating-point number >= 0.001. By default, the script will only search for and attempt to solve contracts once, unless this option is manually set.`
* SECONDS = The duration of delay between each main loop used in helper scripts, in seconds. Should be a floating-point number > 0. Defaults to 10.
* SECONDS = The duration of delay between each repeat of the helper scripts' main loops, in seconds. Should be a floating-point number > 0. Defaults to 10.
`-v, --verbose`* If set, displays messages regarding succesful attempts (in addition to standard failed attempt messages).#### OPTIONS`-c, --check-delay`* The duration of delay between each network-wide contract search and solve attempts, in seconds. Should be a floating-point number >= 0.001. By default, the script will only search for and attempt to solve contracts once, unless this option is manually set.
* SECONDS = The duration of delay between update, in seconds. Should be a floating-point number >= 0.001. By default, the script will only display server information once, unless this option is manually set.
* SECONDS = The duration of delay between updates, in seconds. Should be a floating-point number >= 0.001. By default, the script will only display server information once, unless this option is manually set.