simulateTransaction abstract method

Future<SimulateTransactionResponse> simulateTransaction(
  1. Uint8List transactionBcs, {
  2. List<String>? readMask,
  3. bool doGasSelection,
  4. bool checksEnabled,
})

Implementation

Future<SimulateTransactionResponse> simulateTransaction(
  Uint8List transactionBcs, {
  List<String>? readMask,
  bool doGasSelection,
  bool checksEnabled,
});