DryRunResponse constructor

DryRunResponse({
  1. required String error,
  2. required String protocolVersion,
  3. required List<DryRunTxResult> transactions,
})

Implementation

DryRunResponse({
  required this.error,
  required this.protocolVersion,
  required this.transactions,
});