toData method

Implementation

MsgUpdateClientDataArgs toData() {
  return MsgUpdateClientDataArgs()
    ..client_id = client_id
    ..header = header
    ..signer = signer;
}