toData method

Implementation

DenomTraceCommonArgs toData() {
  return DenomTraceCommonArgs()
    ..path = path
    ..base_denom = base_denom;
}