Enables interaction with an external signing device or service, such as a hardware wallet. See doc/external‐signer.md
Synopsis
Declared in <external_signer.h>
class ExternalSigner;
Member Functions
Name |
Description |
|
Constructs a signer bound to a command, chain, fingerprint and name. |
Display address on the device. Calls `<command> ‐‐fingerprint <fingerprint> ‐‐chain <chain> displayaddress ‐‐desc <descriptor>`. |
|
Get receive and change Descriptor(s) from device for a given account. Calls `<command> ‐‐fingerprint <fingerprint> ‐‐chain <chain> getdescriptors ‐‐account <account>`. |
|
Sign PartiallySignedTransaction on the device. Calls |
Static Member Functions
Name |
Description |
Obtain a list of signers. Calls |
Data Members
Name |
Description |
Master key fingerprint of the signer |
|
Name of signer |
Created with MrDocs