dryRunTransaction method
Implementation
@override
Future<DryRunTransactionBlockResponse> dryRunTransaction(
Uint8List bytes, {
String? signerAddress,
}) => client.dryRunTransaction(bytes, signerAddress: signerAddress);
@override
Future<DryRunTransactionBlockResponse> dryRunTransaction(
Uint8List bytes, {
String? signerAddress,
}) => client.dryRunTransaction(bytes, signerAddress: signerAddress);