Obtain a list of signers. Calls <command> enumerate.
Synopsis
Declared in <external_signer.h>
static
bool
Enumerate(
std::string const& command,
std::vector<ExternalSigner>& signers,
std::string const& chain);
Return Value
success
Parameters
Name |
Description |
command [in] |
the command which handles interaction with the external signer |
signers [inout] |
vector to which new signers (with a unique master key fingerprint) are added |
chain |
"main", "test", "signet", "regtest" or "testnet4" |
Created with MrDocs