NewDelegationWithdrawWithoutLockup
NewDelegationWithdrawWithoutLockup creates a withdrawal that is immediately collectable. This is used for special cases such as redelegation where no lockup is required.
Parameters:
- delegationID: Unique identifier of the associated delegation.
- unDelegateAmount: Amount being withdrawn.
- createdHeight: Block height at which the undelegation was created.
- createdAt: Unix timestamp at which the withdrawal was created.
Returns:
- DelegationWithdraw: new withdrawal instance marked collected with collectable time equal to createdAt.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/gov/staker.NewDelegationWithdrawWithoutLockup(,,,)"
Result