Obtain a list of signers. Calls <command> enumerate.
Declared in <external_signer.h>
static
bool
Enumerate(
std::string const& command,
std::vector<ExternalSigner>& signers,
std::string const& chain);
success
| 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" |