ConfirmTransactionCommand constructor
ConfirmTransactionCommand({})
Implementation
ConfirmTransactionCommand({
required String walletId,
required this.txid,
this.blockHeight,
this.blockHash,
String? commandId,
DateTime? timestamp,
Map<String, dynamic>? metadata,
}) : super(
walletId: walletId,
commandId: commandId,
timestamp: timestamp,
metadata: metadata,
);