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 "https://rpc.gno.land" -data "gno.land/r/gnoswap/gov/staker.GetCollectableWithdrawAmount()"
Result