You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in createFungibleTokenWithCustomFeesPublic and createNonFungibleTokenWithCustomFeesPublic, the fixed fee is constructed in a way that accepts 1 for the amount as default.
Problem
Currently in createFungibleTokenWithCustomFeesPublic and createNonFungibleTokenWithCustomFeesPublic, the fixed fee is constructed in a way that accepts 1 for the amount as default.
This can be updated so that IHederaTokenService.FixedFee can accepts dynamic values from the parameters.
Solution
Add an
uint256 feeAmount
param to the parameter list then replacedwith
Alternatives
No response
The text was updated successfully, but these errors were encountered: