toData method

AuthInfoDataArgs toData()

Implementation

AuthInfoDataArgs toData() {
  return AuthInfoDataArgs(
      signer_infos!.map((e) => e.toData()).toList(), fee.toData());
}