Transaction constructor
Transaction({
- required int validUntil,
- Chain? network,
- String? from,
- List<
OutMessage> messages = const [],
Implementation
Transaction({required this.validUntil, this.network, this.from, this.messages = const []});