Fetch the inputs and sign with SIGHASH_ALL.
Declared in <wallet/wallet.h>
[[requires_capability(0x7f94fde05698), requires_capability(0x7f95061a83d8), requires_capability(0x7f94f2b78ee8), requires_capability(0x7f94f0cf7b78), requires_capability(0x7f94fee3a568)]]
bool
SignTransaction(CMutableTransaction& tx) const;
true if all inputs were signed.
| Name | Description |
|---|---|
| tx | The transaction to sign in place. |