NewDelegationWithdraw
NewDelegationWithdraw creates a new delegation withdrawal with lockup period. The withdrawal becomes collectable after the lockup period expires.
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.
- unDelegationLockupPeriod: Lockup duration in seconds.
Returns:
- DelegationWithdraw: new withdrawal instance with its collectable time set after the lockup.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/gov/staker.NewDelegationWithdraw(,,,,)"
Result