signWithTapInternalKey property

bool signWithTapInternalKey
final

Whether we should try to sign a taproot transaction with the taproot internal key or not. This option is ignored if we're signing a non-taproot PSBT.

Defaults to true, i.e., we always try to sign with the taproot internal key.

Implementation

final bool signWithTapInternalKey;