MsgBeginRedelegateAminoArgs constructor

MsgBeginRedelegateAminoArgs(
  1. MsgBeginRedelegateValueAminoArgs value
)

Implementation

MsgBeginRedelegateAminoArgs(this.value) {
  type = StakingConstants.STAKING_MSG_BEGIN_REDELEGATE;
}