MsgExecAuthorizedAminoArgs constructor

MsgExecAuthorizedAminoArgs(
  1. MsgExecAuthorizedValueArgs value
)

Implementation

MsgExecAuthorizedAminoArgs(this.value) {
  type = MsgConstants.MSGAUTH_MSG_EXEC_AUTHORIZED;
}