@override Future<String> sendTransaction({required String hashString}) async => await signAndSendTransactionUsecase.call(hashString: hashString);