GetCollectableWithdrawAmount
GetCollectableWithdrawAmount returns the collectable withdraw amount for a specific delegation. Parameters:
- delegationID: Identifier of the delegation whose collectable amount is queried.
Returns:
- int64: amount currently available to collect from delegationID.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/gov/staker.GetCollectableWithdrawAmount()"
Result