Electroneum
Variables
anonymous_namespace{gen_multisig.cpp} Namespace Reference

Variables

const command_line::arg_descriptor< std::string > arg_filename_base = {"filename-base", genms::tr("Base filename (-1, -2, etc suffixes will be appended as needed)"), ""}
 
const command_line::arg_descriptor< std::string > arg_scheme = {"scheme", genms::tr("Give threshold and participants at once as M/N"), ""}
 
const command_line::arg_descriptor< uint32_t > arg_participants = {"participants", genms::tr("How many participants will share parts of the multisig wallet"), 0}
 
const command_line::arg_descriptor< uint32_t > arg_threshold = {"threshold", genms::tr("How many signers are required to sign a valid transaction"), 0}
 
const command_line::arg_descriptor< bool, falsearg_testnet = {"testnet", genms::tr("Create testnet multisig wallets"), false}
 
const command_line::arg_descriptor< bool, falsearg_stagenet = {"stagenet", genms::tr("Create stagenet multisig wallets"), false}
 
const command_line::arg_descriptor< bool, falsearg_create_address_file = {"create-address-file", genms::tr("Create an address file for new wallets"), false}
 
const command_line::arg_descriptor< std::vector< std::string > > arg_command = {"command", ""}
 

Variable Documentation

◆ arg_command

const command_line::arg_descriptor< std::vector<std::string> > anonymous_namespace{gen_multisig.cpp}::arg_command = {"command", ""}

◆ arg_create_address_file

const command_line::arg_descriptor<bool, false> anonymous_namespace{gen_multisig.cpp}::arg_create_address_file = {"create-address-file", genms::tr("Create an address file for new wallets"), false}

◆ arg_filename_base

const command_line::arg_descriptor<std::string> anonymous_namespace{gen_multisig.cpp}::arg_filename_base = {"filename-base", genms::tr("Base filename (-1, -2, etc suffixes will be appended as needed)"), ""}

◆ arg_participants

const command_line::arg_descriptor<uint32_t> anonymous_namespace{gen_multisig.cpp}::arg_participants = {"participants", genms::tr("How many participants will share parts of the multisig wallet"), 0}

◆ arg_scheme

const command_line::arg_descriptor<std::string> anonymous_namespace{gen_multisig.cpp}::arg_scheme = {"scheme", genms::tr("Give threshold and participants at once as M/N"), ""}

◆ arg_stagenet

const command_line::arg_descriptor<bool, false> anonymous_namespace{gen_multisig.cpp}::arg_stagenet = {"stagenet", genms::tr("Create stagenet multisig wallets"), false}

◆ arg_testnet

const command_line::arg_descriptor<bool, false> anonymous_namespace{gen_multisig.cpp}::arg_testnet = {"testnet", genms::tr("Create testnet multisig wallets"), false}

◆ arg_threshold

const command_line::arg_descriptor<uint32_t> anonymous_namespace{gen_multisig.cpp}::arg_threshold = {"threshold", genms::tr("How many signers are required to sign a valid transaction"), 0}