Converts the transaction details into a map for estimating gas or access list.
Map<String, dynamic> toEstimate() { return _transaction.toEstimate(); }