Sign Options
data class SignOptions( var trustWitnessUtxo: Boolean, var assumeHeight: UInt?, var allowAllSighashes: Boolean, var removePartialSigs: Boolean, var tryFinalize: Boolean, var signWithTapInternalKey: Boolean, var allowGrinding: Boolean)
Content copied to clipboard
Options for a software signer.
Adjust the behavior of our software signers and the way a transaction is finalized.