NewDelegation
NewDelegation creates a new delegation. This is a convenience wrapper around staker.NewDelegation.
Parameters:
- id: delegation ID
- delegateFrom: delegator's address
- delegateTo: delegatee's address
- delegateAmount: amount to delegate
- createdHeight: creation block height
- createdAt: creation timestamp
Returns:
- *staker.Delegation: new delegation instance
Command
gnokey query vm/qeval -remote "https://rpc.test13.testnets.gno.land" -data "gno.land/r/gnoswap/gov/staker/v1.NewDelegation(,,,,,)"
Result