klaytn / rosetta-klaytn

Apache License 2.0
4 stars 6 forks source link

Return baseFee in calculateGas function to use less API call #31

Closed jimni1222 closed 2 years ago

jimni1222 commented 2 years ago

This PR introduces returning baseFee result for less API call to get baseFee.

And also for fee operations, i added a function which receives the relatedOperationsIdx. This can be used when transaction fee is distributed to reward addresses.

related to https://github.com/klaytn/rosetta-klaytn/issues/11