Constructs a signer bound to a command, chain, fingerprint and name.
Declared in <external_signer.h>
ExternalSigner(
std::vector<std::string> command,
std::string chain,
std::string fingerprint,
std::string name);
| Name | Description |
|---|---|
| command [in] | the command which handles interaction with the external signer |
| fingerprint [in] | master key fingerprint of the signer |
| chain [in] | "main", "test", "signet", "regtest" or "testnet4" |
| name [in] | device name |