sendTx method
Implementation
Future<Map?> sendTx(String chainFrom, Map txInfo, String password,
String msgId, Map keyring) async {
final res =
await service.sendTx(chainFrom, txInfo, password, msgId, keyring);
return res;
}
Future<Map?> sendTx(String chainFrom, Map txInfo, String password,
String msgId, Map keyring) async {
final res =
await service.sendTx(chainFrom, txInfo, password, msgId, keyring);
return res;
}