ScV2TransactionSemantics constructor
ScV2TransactionSemantics({})
Implementation
ScV2TransactionSemantics({
required this.profile,
required Uint8List bytes,
required this.inputSigHash,
required this.inputCount,
required List<String> parentIds,
required List<ScV2SemanticOutput> outputs,
required this.minerFee,
}) : bytes = Uint8List.fromList(bytes),
parentIds = List.unmodifiable(parentIds),
outputs = List.unmodifiable(outputs);