Fetch the inputs and sign with SIGHASH_ALL.

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7fbc76bfd9f8), requires_capability(0x7fbc81b773b8), requires_capability(0x7fbc7e015238), requires_capability(0x7fbc7e2446e8), requires_capability(0x7fbc8e715328)]]
bool
SignTransaction(CMutableTransaction& tx) const;

Return Value

true if all inputs were signed.

Parameters

Name

Description

tx

The transaction to sign in place.

Created with MrDocs