toEstimate method

Map<String, dynamic> toEstimate()

Converts the transaction details into a map for estimating gas or access list.

Implementation

Map<String, dynamic> toEstimate() {
  return _transaction.toEstimate();
}