toData method

TxBodyDataArgs toData()

Implementation

TxBodyDataArgs toData() {
  return TxBodyDataArgs()
    ..messages = messages
    ..timeout_Height = timeout_height
    ..memo = memo;
}