MsgDelegateAminoArgs constructor

MsgDelegateAminoArgs(
  1. MsgDelegateValueAminoArgs value
)

Implementation

MsgDelegateAminoArgs(this.value) {
  type = StakingConstants.STAKING_MSG_DELEGATE;
}