NewDelegationWithdrawWithoutLockup
NewDelegationWithdrawWithoutLockup creates a new delegation withdrawal that is immediately collectable. This is a convenience wrapper around staker.NewDelegationWithdrawWithoutLockup.
Parameters:
- delegationID: unique identifier of the associated delegation
- unDelegateAmount: amount being withdrawn
- createdHeight: height when the withdrawal was created
- createdAt: timestamp when the withdrawal was created
Returns:
- *staker.DelegationWithdraw: new withdrawal instance that is immediately collected
Command
gnokey query vm/qeval -remote "https://rpc.topaz.testnets.gno.land" -data "gno.land/r/gnoswap/gov/staker/v1.NewDelegationWithdrawWithoutLockup(,,,)"
Result