MsgUndelegateAminoArgs constructor

MsgUndelegateAminoArgs(
  1. MsgUndelegateValueAminoArgs value
)

Implementation

MsgUndelegateAminoArgs(this.value) {
  type = StakingConstants.STAKING_MSG_UNDELEGATE;
}