Sign the new transaction,
Synopsis
Declared in <wallet/feebumper.h>
bool
SignTransaction(
CWallet& wallet,
CMutableTransaction& mtx);
Return Value
false if the tx couldn't be found or if it was impossible to create the signature(s)
Parameters
Name |
Description |
wallet |
The wallet used to sign the transaction. |
mtx |
The transaction to sign, updated in place. |
Created with MrDocs