dryRunTransaction abstract method

Future<DryRunTransactionBlockResponse> dryRunTransaction(
  1. Uint8List bytes, {
  2. String? signerAddress,
})

Implementation

Future<DryRunTransactionBlockResponse> dryRunTransaction(
  Uint8List bytes, {
  String? signerAddress,
});