ExternalSigner [constructor] | Constructs a signer bound to a command, chain, fingerprint and name. |
DisplayAddress | Display address on the device. Calls `<command> --fingerprint <fingerprint> --chain <chain> displayaddress --desc <descriptor>`. |
GetDescriptors | Get receive and change Descriptor(s) from device for a given account. Calls `<command> --fingerprint <fingerprint> --chain <chain> getdescriptors --account <account>`. |
SignTransaction | Sign PartiallySignedTransaction on the device. Calls <command> --stdin --fingerprint <fingerprint> --chain <chain> and passes the signtx command and PSBT via stdin. |