dryRunTransaction<T> abstract method

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

Implementation

Future<DryRunTransactionBlockResponse> dryRunTransaction<T>(
  T tx, {
  String? signerAddress,
});