feat(WIP): Simple Fees #1135
feat(WIP): Simple Fees #1135
4 new issues (0 max.) of at least severity.
Annotations
Check warning on line 73 in src/sdk/main/src/FeeEstimateQuery.cc
codacy-production / Codacy Static Code Analysis
src/sdk/main/src/FeeEstimateQuery.cc#L73
Method Hiero::FeeEstimateQuery::callGetFeeEstimate has 54 lines of code (limit is 50)
Check warning on line 73 in src/sdk/main/src/FeeEstimateQuery.cc
codacy-production / Codacy Static Code Analysis
src/sdk/main/src/FeeEstimateQuery.cc#L73
Method Hiero::FeeEstimateQuery::callGetFeeEstimate has a cyclomatic complexity of 9 (limit is 8)
Check warning on line 198 in src/sdk/main/src/FeeEstimateQuery.cc
codacy-production / Codacy Static Code Analysis
src/sdk/main/src/FeeEstimateQuery.cc#L198
Method Hiero::FeeEstimateQuery::buildMirrorNodeUrl has a cyclomatic complexity of 9 (limit is 8)
Check warning on line 232 in src/sdk/main/src/FeeEstimateQuery.cc
codacy-production / Codacy Static Code Analysis
src/sdk/main/src/FeeEstimateQuery.cc#L232
Ineffective call of function 'substr' because a prefix of the string is assigned to itself. Use replace() instead.