toJson method
TxAuthInfo
toJson()
Implementation
TxAuthInfo toJson() {
return TxAuthInfo(
signer_infos!.map((w) => w.toJson()).toList(), fee.toJson());
}
TxAuthInfo toJson() {
return TxAuthInfo(
signer_infos!.map((w) => w.toJson()).toList(), fee.toJson());
}