feat: add Msg
types and cli command for transferring Delegation
and UnbondingDelegation
at Cosmos level
#4315
Labels
Msg
types and cli command for transferring Delegation
and UnbondingDelegation
at Cosmos level
#4315
What is the Problem Being Solved?
PR #155 adds the ability to transfer bonded and unbonding tokens, but does not surface it as an accessible
Msg
, nor is there a CLI for issuing such a Msg. @zmanian has suggested that this feature be surfaced.Description of the Design
Simply define a new RPC with appropriate request message, and update the CLI to issue it. The request should be signed by the sender. Should implicitly do a reward withdrawal before transfer.
Security Considerations
Since we're not changing the character of the delegation or unbonding data structures, merely changing the owner, this seems like an allowable change.
The text was updated successfully, but these errors were encountered: