GetDelegationWithdrawCount
GetDelegationWithdrawCount returns the total number of delegation withdraws for a specific delegation. Parameters:
- delegationID: Identifier of the delegation whose withdrawals are counted.
Returns:
- int: number of withdrawal records associated with delegationID.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/gov/staker.GetDelegationWithdrawCount()"
Result