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