avalanchego
avalanchego copied to clipboard
X-chain - introducing fees calculators
Why this should be merged
This PR introduced fees.Calculator
following closely what we have done in the platformvm
.
How this works
- Introduce
fee.Calculator
interface andstaticCalculator
- Moved fee related part of avm config to fee package
How this was tested
CI