IFixedRateWithRewardTaxController
IFixedRateWithRewardTaxController
decodeStrategyParams
function decodeStrategyParams(struct ITaxTermsRegistry.TaxTerms terms) external pure returns (uint16 baseTaxRate, uint16 rewardTaxRate)
Decodes tax terms data.
Name | Type | Description |
---|---|---|
terms | struct ITaxTermsRegistry.TaxTerms | Encoded tax terms. |
Name | Type | Description |
---|---|---|
baseTaxRate | uint16 | Asset renting base tax (base rate per rental). |
rewardTaxRate | uint16 | Asset renting reward base tax (base rate per reward). |