Sign PartiallySignedTransaction on the device. Calls <command> --stdin --fingerprint <fingerprint> --chain <chain> and passes the signtx command and PSBT via stdin.
Declared in <external_signer.h>
bool
SignTransaction(
PartiallySignedTransaction& psbt,
std::string& error);
true if the device signed the transaction successfully.
| Name | Description |
|---|---|
| psbt [inout] | PartiallySignedTransaction to be signed |
| error [out] | set to a human-readable message when signing fails |