GetMinimumRewardAmountForToken
GetMinimumRewardAmountForToken returns the minimum reward amount for a specific token.
Parameters:
- tokenPath: Token path whose configured minimum-reward override should be read.
Returns:
- amount: Token-specific minimum reward amount when configured, otherwise the default minimum, in token units.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/staker.GetMinimumRewardAmountForToken()"
Result