Constructs a signer bound to a command, chain, fingerprint and name.

Synopsis

Declared in <external_signer.h>

ExternalSigner(
    std::vector<std::string> command,
    std::string chain,
    std::string fingerprint,
    std::string name);

Parameters

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

Created with MrDocs