simulateTransaction method
Implementation
Future<SimulateTransactionResponse> simulateTransaction(
Uint8List transactionBcs,
{List<String>? readMask,
bool doGasSelection = true,
bool checksEnabled = true}) =>
core.simulateTransaction(transactionBcs,
readMask: readMask,
doGasSelection: doGasSelection,
checksEnabled: checksEnabled);