SignMultisigTransactionCommand constructor
SignMultisigTransactionCommand({})
Implementation
SignMultisigTransactionCommand({
required String walletId,
required this.transactionId,
required this.rawTransaction,
required this.derivationIndex,
required this.inputIndex,
required this.prevOutValue,
required this.redeemScriptHex,
this.sighashType = 0x41, // SIGHASH_ALL | SIGHASH_FORKID by default
String? commandId,
DateTime? timestamp,
Map<String, dynamic>? metadata,
}) : super(
walletId: walletId,
commandId: commandId,
timestamp: timestamp,
metadata: metadata,
);