GetDelegationWithdraws
GetDelegationWithdraws returns a paginated list of delegation withdraws for a specific delegation. Parameters:
- delegationID: Identifier of the delegation whose withdrawals are requested.
- offset: Number of matching withdrawal records to skip before collecting results.
- count: Maximum number of withdrawal records to return.
Returns:
- []DelegationWithdraw: requested page of withdrawal records, copied before returning.
- error: nil on success; non-nil when the requested delegation or page cannot be read.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/gov/staker.GetDelegationWithdraws(,,)"
Result